Skip to content

v0.15.0

Choose a tag to compare

@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 30 Mar 13:37
· 4322 commits to main since this release

0.15.0 (2021-03-30)

Updated @ui5/webcomponents to 1.0.0-rc.13.
Please also have a look at the release log of the underlying @ui5/webcomponents repository.

Bug Fixes

  • AnalyticalTable: improve sub-component size calculation & performance (#1461) (c87a2e4)
  • MessageBox: a11y - use correct title level (#1454) (7a84961)

chore

Features

  • update ui5 web components to 1.0.0-rc.13 (#1462) (9a0b132)

BREAKING CHANGES

  • @ui5/webcomponents-react, @ui5/webcomponents-react-base and @ui5/webcomponents-react-charts are no longer publishing the lib folder. Please use dist instead. More details can be found in our Migration Guide.
  • @ui5/webcomponents-react, @ui5/webcomponents-react-base and @ui5/webcomponents-react-charts are no longer providing a CommonJS build. As the underlying ui5 web components never published a cjs build, this change shouldn't affect you. In case you are facing any issues feel free to reach out to us.
  • Device: isEdge, isChrome, isFF, isMobile, isAndroid, getOS, getSystem, getBrowser have been removed without replacement
  • Device: supportTouch has been renamed to supportsTouch
  • Input: The onSubmit event is now removed. The onSubmit functionality must be added with a custom code - listen for the standard onKeyDown event and check if ENTER is pressed to submit a form, containing the input component.
  • List: The infiniteScroll prop has been removed, use growing={ListGrowingMode.Scroll} instead