Skip to content

v0.31.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ilhan007 ilhan007 released this 22 Mar 16:22

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

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 the base 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";