Releases: UI5/webcomponents-react
Releases · UI5/webcomponents-react
v0.16.0
0.16.0 (2021-05-11)
Bug Fixes
- Charts: export
ComposedChartandComposedChartPlaceholderin main entry point (#1556) (2ab8e4c) - FilterBar: if
useToolbaris set tofalse, hide the entire toolbar and display buttons next to the filter items (#1540) (c3e96ff) - FilterBar: only display toolbar separator & overflow button when necessary (#1570) (518d4c4)
- improve typings for event handlers (#1545) (52e5e7a)
BREAKING CHANGES
- Charts:
ComposedChartPlaceholder: The import path has changed. You can now import the placeholder from@ui5/webcomponents-react-charts/dist/ComposedChartPlaceholderor directly from@ui5/webcomponents-react-charts. - FilterBar: If useToolbar is set to false, now the entire toolbar above the filter items is hidden. The search input, variants, and the "Show/Hide FilterBar" button is not available in this mode. The rest of the buttons are displayed next to the filter items.
The Migration Guide can be found here.
v0.15.4
0.15.4 (2021-04-28)
Features
- ActionSheet: improve a11y support & refactor implementation to comply to UX guidelines (#1519) (2178b79)
- AnalyticalTable: add
globalFilterValueprop to allow searching all columns (#1512) (e0aea00) - Charts: Replaced the plain HTML
onClickmouse event with anonClickevent that returns the internal target of the charts svg container, including values and payload when available. (#1526) (17a1e17)
v0.15.3
v0.15.2
v0.15.1
v0.15.0
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
v0.14.5
0.14.5 (2021-03-17)
Bug Fixes
- AnalyticalTable: add totalRowCount to event.detail param of onLoadMore event, fix rowCount number for expandable rows (#1405) (2dc3c76)
- MessageBox: allow duplicate action names (#1415) (03bcc06)
- Toolbar: prevent event propagation of the overflow button (#1416) (f421e5b)