Skip to content

v2.2.0

Compare
Choose a tag to compare
@ui5-webcomponents-bot ui5-webcomponents-bot released this 03 Sep 09:01
· 471 commits to main since this release

2.2.0 (2024-09-03)

Bug Fixes

  • framework: invalidation no longer leaves component broken after error in onBeforeRendering (#9635) (136bd5a)
  • framework: stop attribute change calling property setter when coming from a setter (#9592) (95e61dd)
  • ui5-*: make ui5-content-native-scrollbar to take effect (#9751) (a4b4028), closes #9720 #9695
  • framework: attach element internals only once (#9714) (fce5d11), closes #9713
  • ui5-breadcrumbs: current link aria-current (#9668) (87732a1)
  • ui5-breadcrumbs: redundant import removed (#9666) (4a1823f)
  • ui5-calendar: adjust aria-disabled attribute (#9732) (29a30f9), closes #9719
  • ui5-color-picker: adjust hue slider update (#9735) (e046755), closes #9693
  • ui5-color-palette-popover: set opener attribute (#9746) (6d20dcd), closes #9708
  • ui5-color-palette: adjust recent color focus behavior (#9492) (7ed8a88), closes #9470
  • ui5-combobox: correct scrolling behavior (#9632) (aa5f9e9)
  • ui5-dynamic-side-content: retrieve correct width (#9642) (02f55f7), closes #9462
  • ui5-date-picker: adjust unstable test (#9663) (6cf5b18), closes #9034
  • ui5-dialog: fix block layer of initially opened dialog (#9715) (96544ef)
  • ui5-dialog: set the correct block layer color (#9662) (8095518), closes #9658
  • ui5-flexible-column-layout: correct min-width constraint (#9673) (08fa1b9)
  • ui5-flexible-column-layout: correct separator height (#9698) (e4c48cf)
  • ui5-multi-combobox: correct submit event (#9731) (0405c2b)
  • ui5-multi-combobox: remove VS header after setting VH to None (#9744) (287d3a6), closes #9736
  • ui5-input: properly change numeric input value using the arrow keys (#9616) (a95ef11), closes #9588
  • ui5-input: reset value on when set to null (#9657) (a5c3f1f), closes #2616
  • ui5-list: no data item now can be focused (#9665) (ec5d614), closes #9617
  • ui5-menu: provide accessible name to the popover (#9574) (a14f6a1)
  • ui5-menu-item: add hover and active styles (#9774) (55a4179)
  • ui5-multi-comboBox: delete token from mcb with grouping (#9623) (b3c38f8), closes #9544
  • ui5-page: focused content is visible with floating footer (#9643) (4364e03)
  • ui5-select: remove the cloning of the value state message (#9654) (1466076), closes #9347
  • ui5-split-button: provide aria attributes for the arrow button (#9598) (2af2cf2), closes #9295
  • ui5-shellbar: buttons now have equal styles (#9664) (38a446a)
  • ui5-special-date: add visual representation for Working/NonWorking types (#9524) (296373d)
  • ui5-split-button: adjust arrow part width (#9660) (c6efdd2), closes #7642
  • ui5-table: rendering empty table leads to no exception (#9685) (70ad506), closes #9636
  • ui5-time-picker: adjust height in compact mode (#9681) (c07e149), closes #9669
  • ui5-table: busy indicator overlay (compat) (#9737) (9de42b0), closes #9438
  • ui5-table: fix border and focus overlap (compat) (#9726) (e51d35e), closes #9526
  • ui5-table: range selection should stop when releasing shift (#9710) (7894823)
  • ui5-timepicker: allow inputs popover on tablet (#9701) (20fd09c), closes #9705
  • ui5-wizard: improve accessibility (#9738) (d8a1196)
  • ui5-wizard: improve focus and keyboard handling (#9758) (6573a6e), closes #9670 #9571

Features