Releases: SAP/ui5-webcomponents-react
Releases · SAP/ui5-webcomponents-react
v0.11.2
0.11.2 (2020-10-23)
Bug Fixes
v0.11.1
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.
v0.11.0-rc.1
v0.11.0-rc.0
0.11.0-rc.0 (2020-10-08)
Bug Fixes
chore
Features
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.
v0.10.10
v0.10.9
0.10.9 (2020-09-23)
Bug Fixes
- AnalyticalTable: only apply selectedRowIds prop if its value has changed (#685) (8278f4b)
- AnalyticalTable: prevent an error in the storybook if loading prop was toggled (#679) (296d75b)
- AnalyticalTable: selectedRowIds can contain more than one digit per segment (#672) (6882524)
- FilterBar: Add missing onFiltersDialogSave event properties and fix manually controlled visibleInFilterBar prop (#682) (95a1078)
- FilterBar: after opening the filters-dialog, enable manual control of filters again (#683) (5727165)