v0.15.0
·
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
BREAKING CHANGES
@ui5/webcomponents-react,@ui5/webcomponents-react-baseand@ui5/webcomponents-react-chartsare no longer publishing thelibfolder. Please usedistinstead. More details can be found in our Migration Guide.@ui5/webcomponents-react,@ui5/webcomponents-react-baseand@ui5/webcomponents-react-chartsare no longer providing aCommonJSbuild. As the underlying ui5 web components never published acjsbuild, 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,getBrowserhave been removed without replacement - Device:
supportTouchhas been renamed tosupportsTouch - Input: The
onSubmitevent is now removed. TheonSubmitfunctionality must be added with a custom code - listen for the standardonKeyDownevent and check ifENTERis pressed to submit a form, containing the input component. - List: The
infiniteScrollprop has been removed, usegrowing={ListGrowingMode.Scroll}instead