Bug Fixes
- Angular 21 errors (#13682) (86c91d6)
- btp: minor CSS update for separator spacings (#13652) (21bd59f)
- ci: bring lerna.json for backward compatibilities (#13655) (d36f4c2)
- ci: fix NX release step (#13618) (b5fa3e5)
- ci: fix package.json version placeholders (#13623) (59bb163)
- ci: publish to npm in one job (#13619) (ad253cc)
- ci: resolve NX Release CI failures (#13620) (96908b6)
- core, platform: combobox input field programatic control bug (#13647) (249e881)
- core: a better solution for Obj Status height (#13633) (f75a9d4)
- core: add arrow for User Menu popover (#13630) (b53a59e)
- core: add consistent font stretch for Avatar (#13653) (2339850)
- core: add correct font family for table header text (#13611) (7b56817)
- core: add correct icons for form messages (#13616) (c9eb507)
- core: add fix for Combobox incorrect behavior (#13613) (f62b7e1)
- core: add keyboard support for ShellBar navigation btn (#13667) (c0748a7)
- core: add missing CSS for byline wrapping (#13756) (b0dbd57)
- core: add translations for aria-valuetext and title, update unit tests (#13763) (7e709ce)
- core: allow Notification to persist on navigation (#13632) (b47da98)
- core: another attempt to fix Step Input issue (#13760) (8ddc688)
- core: Date.parse expects US formatting (#13676) (1740b95)
- core: datetime adapter _parseTimeString function incorrectly handling some locales, so default to en-GB (#13672) (0ac6aa9)
- core: fix Step Input error with limits (#13759) (c3db3bb)
- core: fix Step Input error with limits (#13761) (5cb5be0)
- core: focusing a combobox option in the dropdown should select it (#13666) (f14efe3)
- core: migrate busy indicator to signals (#13727) (ddafc1d)
- core: migrate Object Identifier to signals (#13731) (6e51b4a)
- core: remove duplicate translation ids (#13691) (8a78fff)
- core: remove the max-height for Object Status (#13631) (7d4782c)
- core: signalify layout grid (#13735) (3246255)
- core: signalify skeleton and update jsdoc (#13699) (55bdfbf)
- core: signalify text component (#13696) (88fd9da)
- core: signalify title component (#13698) (b3c421c)
- core: update action bar - very minor (#13713) (6211b40)
- core: update Illustrated Message xsmall look (#13678) (02f6e3d)
- fix schematics (#13738) (fe42222)
- pack and publish ui5wc packages (#13576) (2defc4b)
- platform: add fix for missing icons in Icon Tab Bar component (#13644) (85fec84)
- platform: Approval flow search issue when add (#13642) (7806e7d)
- platform: pass platform select required to core select (#13730) (15519cb)
- platform: show navigation indicator on Settings Generator items on small screens (#13612) (8cd8c5e)
- remove project.json from secondary entry points (#13680) (c754359)
- ui5: remove the module files from ui5 packages (#13687) (5a08b47)
- use libs/core/package.json for version resolution in release-tags action (#13617) (1e29df5)
Features
- add types for wrapper event emitters (#13578) (73a0431)
- bring ui5wc generator (#13511) (15b465b)
- btp, core: Vertical Navigation UXC updates (#13559) (c70ccf1)
- core, btp, cx, platform: add deprecation message for components modules (#13734) (3772349)
- core,platform,datetime-adapter,docs: add minuteStep input for time picker intervals (#13694) (11d31c5)
- core: add calendar legend to date and datetime pickers (#13675) (7e68061)
- platform: add template-based tab content for IconTabBar component (#13669) (8596f45)
- ui5: ui5-webcomponents version 2.18.1 (#13757) (0bb59a0)
BREAKING CHANGES
-
core: Removed associatedLegendId from fd-calendar
and legendId from fd-calendar-legend. Use showCalendarLegend instead
of manually placing fd-calendar-legend components with matching IDs. -
feat(core): add legend support for datetime picker
-
feat(platform): add datepicker legend support
-
bring UI5 WebComponents Angular Wrappers as packages under Fundamental Library for Angular