npm @ui5/webcomponents-base 0.31.1

latest releases: 2.20.1, 2.21.0-rc.0, 2.19.3...
4 years ago

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

Don't miss a new webcomponents-base release

NewReleases is sending notifications on new releases.