Skip to content

v1.9.0

Compare
Choose a tag to compare
@ilhan007 ilhan007 released this 31 Oct 15:12
· 2548 commits to main since this release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

1.9.0 (2022-10-31)

Bug Fixes

  • framework: fix activeElement in F6Nav when shadow root doesn't exist (#5910) (f8a69b2)
  • framework: remove additional fields from ACC tree in Forms(#5922) (fed99ed), closes #5917
  • framework: fix contexts management in "hbs-2-lit" compiler (#5958) (94d1619), closes #4701
  • framework: make static are items recognisable by OpenUI5 dialogs (#5888) (efaa1d6), closes #5634
  • playground: fix styles breaking on larger screens and visual issues (#5988) (93ef131)
  • ui5-combobox: announce additional text of selected item (#5943) (4c1ca7d)
  • ui5-icon: visualize the icons properly in Safari (#5871) (3f255d9)
  • ui5-illustrated-message: prevent infinite resize (#5882) (a8413ad), closes #5852
  • ui5-input: type composition characters correctly (#5869) (5f61d11)
  • ui5-label: improve "for" attribute accessibility reading (#5872) (b9ffaa6)
  • ui5-li: apply proper border radius to avatar with image (#5942) (f200a76)
  • ui5-listitem: prevent default event action when fire custom press event (#5928) (ed1efcc)
  • ui5-multi-input: import value help icon (#5972) (b36be95)
  • ui5-notifications: add missing imports for used icons (#5907) (a50a22f), closes #5905
  • ui5-radio-button: improve acc (#5880) (6616897)
  • ui5-shellbar: outline buttons color on focus fixed for quartz (#5868) (f61df7e)
  • ui5-tabcontainer: translate semantic design aria description (#5883) (f256d0b)
  • ui5-table-row: refactor navigated property (#5976) (ba264af)
  • ui5-table: announce whether a row is selected or not (#5930) (4d34fe9)
  • ui5-table: enable focus navigation in "pop-in" content (#5900) (9fd81e2)
  • ui5-table: remove role row as it is redundant (#5939) (a7fe699)
  • ui5-time-picker: enable text spacing (#5940) (da7ae70), closes #5792

Features

Refactoring