Skip to content

v2.7.0

Compare
Choose a tag to compare
@ui5-webcomponents-bot ui5-webcomponents-bot released this 03 Feb 13:26
· 47 commits to main since this release

2.7.0 (2025-02-03)

New components

ui5-button-badge
ui5-shellbar-spacer

Features

Fixes

  • framework: improve check for native popovers (#10745) (f21f9b8)
  • framework: fix fast navigation in container boundries (#10485) (4b2ab63)
  • framework: i18n decorator property definition (#10521) (d19f4e9)
  • popup: applying focus twice (#10556) (27721a9)
  • ui5-ai-button, ui5-color-palette: import their own items (#10517) (11b9356)
  • ui5-button-badge: align template (#10705) (cacdf54)
  • ui5-calendar: add tooltips to special dates (#10335) (b5b5a73)
  • ui5-calendar: using the correct parameter for UTC when formatting a date (#10713) (9ae1f63)
  • ui5-card: fix accessibiity role position (#10437) (c9d7f3f)
  • ui5-dynamic-page: prevent layout shift with container queries (#10578) (c2c3608), closes #10564
  • ui5-dynamic-page: remove redundant padding (#10448) (491538b), closes #10413
  • ui5-file-uploder: match focus correctly with screen readers (#10700) (a10b91d)
  • ui5-flexible-column-layout: aria-hidden is now correct (#10752) (8bf7e76)
  • ui5-form: prevent content overflow (#10552) (819a453)
  • ui5-label: adjust asterisk size (#10533) (44a245d), closes #10494
  • ui5-menu-item: align arrow indication color (#10695) (bd898c0)
  • ui5-message-strip: close event bubbling (#10690) (6bbc4c5)
  • ui5-multi-combobox: fix valueState background set while typing (#10586) (06243e4), closes #10454
  • ui5-notification-list: corrects misusage of ui5-toast (#10626) (77457c0), closes #10526
  • ui5-page: fix floating footer layout (#10496) (19f7857), closes #10358
  • ui5-popover: fix opener reference (#10507) (a38a28e)
  • ui5-rating-indicator: allow tab next/prev when readonly (#10584) (ad01c1a), closes #10580
  • ui5-select: improved custom value state click behavior (#10738) (f314e4f), closes #10661
  • ui5-select: custom value state message is now visible (#10647) (f5d1a8f), closes #10323
  • ui5-side-navigation-item: correct color for actions in overflow menu (#10678) (a96d5ff)
  • ui5-side-navigation: apply aria-haspopup to items in overflow (#10686) (9550875)
  • ui5-side-navigation: don't toggle expanded state of items in popover (#10691) (4c49c96)
  • ui5-side-navigation: corrects playground sample (#10625) (5a668b4), closes #10592
  • ui5-split-button: fix doubled click event when space is pressed (#10241) (d0d3cc5)
  • ui5-switch: apply focus only on root element click (#10588) (6ff93c5)
  • ui5-tab: semantic icon is properly aligned in high contrast themes (#10467) (e263974), closes #10455
  • ui5-table: fix selector column width (#10640) (cdcb599)
  • ui5-time-picker: display value state message in popover headers (#10582) (df57f06)
  • ui5-timeline-item: correct wrapping on long text (#10483) (bf4c816)
  • ui5-timepicker: adapt new private component with internal logic (#10684) (d0a45ab)
  • ui5-toast: fix template and remove additional text (#10559) (ad8f08f)
  • ui5-tokenizer: fix token-delete event details (#10630) (c1206ae), closes #10612
  • ui5-toolbar: correct event handlers attachment (#10546) (f6d6c67)
  • ui5-toolbar: correct display of overflow button in hidden container (#10529) (3a2f8e3)
  • ui5-toolbar: overflow behaviour (#10547) (8df4eb2)
  • ui5-tree: improve keydown handling in content slot (#10520) (1e01523), closes #10474
  • ui5-view-settings-dialog: clicking on the radio button/checkbox works (#10706) (ff1bdeb)
  • ui5-view-settings-dialog: adjust reset button announcement (#10320) (42b29f3), closes #10191
  • ui5-wizard: replace resize observer with container query (#7996) (475c293), closes #7666