v0.16.0
·
4227 commits
to main
since this release
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.