Skip to content

v1.23.0

Compare
Choose a tag to compare
@ilhan007 ilhan007 released this 06 Mar 19:20
· 591 commits to main since this release

1.23.0 (2024-03-06)

New component

  • ui5-calendar-legend: introduce new component (#7706) (909a602)

Bug Fixes

  • localization: remove sap.ui.require call from unused openui5 module (#8359) (50219ac)
  • tools: fix usage of require in mjs (#8258) (cbca059)
  • base: setting configuration before boot (#8246) (d73834b)
  • ui5-*: cast ariaHasPopup acc attribute to lowercase (#8239) (6692284)
  • ui5-avatar: resolve initial flickering during fallback to icon (#8351) (845b6f7)
  • ui5-button: correct focus outline colors in active/focus state (#8325) (32385a7)
  • ui5-breadcrumbs: fixed not working separators (#8383) (ca733c1)
  • ui5-combobox: show all items upon arrow click (#8373) (c9dab87), closes #8267
  • ui5-card-header: truncate long single-word description (#8247) (b79aef7), closes #8245
  • ui5-date-picker: open correct picker (#8371) (78b98a5), closes #8218
  • ui5-illustrated-message: title subtitle aligned with visual spec (#8344) (84fb0d9), closes #7879
  • ui5-menu: improve focus handling (#8348) (bd33dc5)
  • ui5-side-navigation: fix broken storybook example (57e1eb9), closes #8305
  • ui5-side-navigation: fix private types (#8158) (a03921c)
  • ui5-switch: align icon on iOS devices (#8356) (f373305)
  • ui5-table: highlight popined selected rows (#8372) (5c6af14)
  • ui5-time-picker: remove redundant aria attributes (#8350) (0d0a592), closes #6931
  • ui5-li-notification-group: expand arrow visible (#8329) (b2ca2a2), closes #8302
  • ui5-popup: move popup registry to shared resource (#8338) (8c53a18)
  • ui5-tab-container: correct inline mode visualization (#8335) (60b5b2c), closes #8274
  • ui5-timeline-item: correct content check (#8295) (414087f)
  • ui5-illustrated-message: improved story and documentation (#8294) (9740fe2)
  • ui5-illustrated-message: aligned with visual specification (#8266) (143d4af)
  • ui5-shellbar: fixed secondaryTitle visual presentation (#8221) (b3e0a80), closes #8189
  • ui5-table: prevent load-more event on initial load (#8240) (3ea5c66)
  • ui5-tree-item: fix background color on hover (#8278) (1a28393)
  • ui5-tree-item: fix double announcement (#8139) (5af60a2), closes #6878

Features