v2.0.0-rc.2
Pre-release
Pre-release
ui5-webcomponents-bot
released this
18 Apr 08:06
·
999 commits
to main
since this release
2.0.0-rc.2 (2024-04-18)
Bug Fixes
- u5-dialog: soft keyboard is correctly opened on iOS devices (#8583) (6cf1d74)
- ui5-calendar, ui5-daterange-picker: align range selection styling with vd specification (#8585) (d4f0e0e)
- ui5-menu-item: apply scoping to internal
Icon
(#8751) (ce55755) - ui5-popover: fix popover going out of the viewport (#8735) (bca8f2a)
- ui5-progress-indicator: hidden value design (#8545) (bf094d3)
- ui5-responsive-popover: fix dialog initial focus (#8774) (27b522f)
- ui5-shellbar: aligned specs (#8694) (c5ec720)
- ui5-shellbar: assistant icon color fixed (#8713) (e501ac8)
- ui5-side-navigation: import overflow icon (#8736) (8bc1bb4)
- ui5-side-navigation: replace items and fixedItems union type with SideNavigationItemBase (#8740) (b589486)
- ui5-split-button: add correct opacity when disabled (#8738) (399144e), closes #8615
- ui5-tabcontainer: prevent endless resizing when moving after last overflow item (#8725) (c33ba40)
- ui5-tabcontainer: replace default slot union type with interface (#8734) (ac6b44f)
Code Refactoring
- ui5-multi-combobox: rename property allowCustomValues to noValidation (#8765) (bb27acb)
- ui5-textarea: rename property growingMaxLines to growingMaxRows (#8756) (3fd33ab), closes #8461
Features
- ui5-avatar-group: update focus handling (#8550) (0bb5c9d), closes #8320
- ui5-barcode-scanner-dialog: add support for close and open events (#8753) (1ae2142), closes #8695
- ui5-date-*: adapt date and time controls to timezone feature (#8610) (1acae01), closes #8461
- ui5-li: add support for F2 key (#8619) (24c3807), closes #7736
- ui5-link: introduce
tooltip
property (#8670) (ef64000) - ui5-message-strip: introduce custom colors (#8757) (d30f424)
BREAKING CHANGES
- ui5-multi-combobox: The
allowCustomValues
property have been renamed tonoValidation
.
If you have previously used theallowCustomValues
property
<ui5-multi-combobox allow-custom-values></ui5-multi-combobox>
Now use noValidation instead:
<ui5-multi-combobox no-validation></ui5-multi-combobox>
Related to: #8461
- ui5-textarea: The
growingMaxLines
property have been renamed togrowingMaxRows
.