v0.31.1
Pre-release
Pre-release
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.31.1 (2021-03-22)
Bug Fixes
- ui5-icon: fix click event fired twice (#2858) (d0468bd), closes #2857
- ui5-icon: work of applied styles (#2872) (b947825), closes #2839
- ui5-li-custom: keyboard handling improvement (#2870) (91d5104), closes #2849
- ui5-table-column: align content right in RTL (#2955) (32b8b26), closes #2945
- ui5-table-row: fire row-click on SPACE/ENTER (#2954) (179e05a), closes #2944
- ui5-wizard: use CSS vars for navigation bg-color (#2892) (7352eb0)
Features
- framework: Maintain a common z-index for all UI5 Web Components instances and OpenUI5 (#2980) (7af5a28)
- ui5-list: introduce "growing" property (#2950) (7ac45d9), closes #2882 #2882
- ui5-panel: implement accessibleName (#2860) (536a8e8)
BREAKING_CHANGES
- ui5-list: The "infiniteScroll" property has been removed, use growing="Scroll" instead
- framework: The
@ui5/webcomponents/dist/popup-utils/PopupUtils.js
has been moved to thebase
package. Change your imports from:
import PopupUtils from "@ui5/webcomponents/dist/popup-utils/PopupUtils.js";
to:
import PopupUtils from "@ui5/webcomponents-base/dist/util/PopupUtils.js";