Skip to content

v0.16.0

Choose a tag to compare

@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 11 May 11:43
· 4227 commits to main since this release

0.16.0 (2021-05-11)

Bug Fixes

  • Charts: export ComposedChart and ComposedChartPlaceholder in main entry point (#1556) (2ab8e4c)
  • FilterBar: if useToolbar is set to false, 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/ComposedChartPlaceholder or 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.