New Components
Features
- ui5-dialog: add fullscreen toggle button (#13691) (d9d329b)
- ui5-dynamic-date-range: support label for (#13821) (88d47d3)
- ui5-toolbar-select: add value prop to ToolbarSelectOption and selectedToolbarOption in change event (#13804) (4d5009c), closes #13609
- ui5-toolbar: implement WAI-ARIA toolbar keyboard navigation (#13622) (df3a8e8), closes #12945
- ui5-user-settings-dialog: add saveMode with Save/Cancel footer (#13845) (7a23598)
Fixes
- framework: await pending language change in connectedCallback instead of skipping first render (#13798) (7086878), closes #13602
- ui5-calendar: format aria-label day cell value (#13838) (c553ada)
- ui5-calendar: select correct day in other month (#13786) (82bde13), closes #13760
- ui5-card: adjust focus outline offset (#13856) (924a0ab)
- ui5-carousel: remove redundant role="region" from section element (#13561) (f512c2a)
- ui5-color-palette: fix hover background shape mismatch in color palette popover buttons (#13832) (1e1b8aa)
- ui5-combobox: fire 'change' event with normalized values (#13828) (f6d99b0), closes #13784
- ui5-date-picker: fix flaky tests (#13818) (38881cd)
- ui5-file-uploader: replace aria-required with native required on shadow input (#13846) (da78732)
- ui5-file-uploader: announce value state message to screen readers (#13759) (3ff0ed1)
- ui5-hero-banner: apply correct css params (#13847) (613a326)
- ui5-illustrated-message: vertical responsiveness corrected (#13795) (4a9418b)
- ui5-illustrated-message: correct grammar in empty-state titles (#13831) (bffb084)
- ui5-li-custom, ui5-tree-item-custom: add accessibleName property for stable accessible names (#13780) (ad0c2a8), closes #13478
- ui5-media-gallery: acc findings fixed (#13555) (07fa66d)
- ui5-menu-separator: fix a11y semantics by refactoring to extend UI5Element (#13820) (d5872d5)
- ui5-menu: add missing aria-checked attribute on menuitemradio and menuitemcheckbox (#13811) (3fde914)
- ui5-message-strip: update announcement translations (#13825) (20cc1df), closes #13779
- ui5-multi-combobox: toggle 'select all' checkbox correctly with grouped suggestions (#13827) (ffd674c), closes #13712
- ui5-multi-combobox: announce suggestions selected state (#13767) (3bfae80)
- ui5-multi-input: prevent F4 from focusing browser address bar in MS Edge (#13860) (904647a)
- ui5-rating-indicator: import default icons (#13824) (c9a6ff1), closes #13796
- ui5-shellbar-search: keep ShellBar state in sync on empty Enter (#13834) (853038e)
- ui5-shellbar: fix search-button-click event and getSearchButtonDomRef with ui5-shellbar-search (#13843) (95c0af8)
- ui5-side-navigation: prevent text squeezing during expand animation (#13774) (242aeec)
- ui5-slider: prevent slider value change on right click (#13848) (4357b54), closes #13836
- ui5-slider: add aria-valuenow attribute (#13830) (b043b8b)
- ui5-table-header-cell: set min-height to prevent header row jump (#13785) (653149e), closes #13454
- ui5-table: ignore 1px scrollWidth/clientWidth diff to prevent stuck popin on Safari (#13791) (3566600), closes #12812
- ui5-user-settings-dialog: align dialog with latest design spec (#13805) (8eac65f)