Skip to content

v0.11.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 08 Oct 15:24
· 4907 commits to main since this release

0.11.0-rc.0 (2020-10-08)

Bug Fixes

  • AnalyticalTable: don't crash when removing columns (#716) (6c74e5d)

chore

Features

BREAKING CHANGES

  • deleted deprecated component FilterItem, please use FilterGroupItem instead. The FilterBar is now accepting only FilterGroupItems as children.
  • Token: the Token text is now defined via the text prop, children has no effect anymore.
  • Token: onDelete is removed as the Token shouldn’t be used as a standalone component.