v0.11.0
0.11.0 (2020-10-15)
This release is a combining the changes of 0.11.0-rc.0
and 0.11.0-rc.1
in a stable release.
Updated @ui5/webcomponents to 1.0.0-rc.9.
Please also have a look at the release log of the underlying @ui5/webcomponents
repository.
Features
- AnalyticalTable: add header tooltip property to column (#721) (3cde696), closes #704
- AnalyticalTable: always show scrollbars if needed (#706) (6fcb42a), closes [#698](#698
- Toolbar: accept react fragments as children (#723) (9697b43)
- upgrade ui5-webcomponents to 1.0.0-rc.9 (#705) (fb7d5c6), closes #674
Bug Fixes
- AnalyticalTable: don't crash when removing columns (#716) (6c74e5d)
- AnalyticalTable: show all columns in Dialog (#722) (5e21750), closes #719
chore
BREAKING CHANGES
- deleted deprecated component
FilterItem
, please useFilterGroupItem
instead. TheFilterBar
is now accepting onlyFilterGroupItem
s 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.