Releases: UI5/webcomponents-react
Releases · UI5/webcomponents-react
v0.11.4
16 Nov 09:27
Compare
Sorry, something went wrong.
No results found
0.11.4 (2020-11-16)
Bug Fixes
charts: allow negative measures in stacked charts, upgrade recharts (#952 ) (fb9b254 ), closes #773
useI18nBundle: prevent state transition if the component has been unmounted (#922 ) (9a4adf8 )
Features
cra-template-seed: improve developer experience for data loading (#938 ) (4b09e9b )
DynamicPage: initial component implementation (#865 ) (a85ab71 ), closes #544
v0.11.3
04 Nov 07:38
Compare
Sorry, something went wrong.
No results found
0.11.3 (2020-11-04)
Bug Fixes
Features
cra-template-seed: add new cra template @ui5/webcomponents-react-seed (#790 ) (69713ca )
v0.11.2
23 Oct 11:54
Compare
Sorry, something went wrong.
No results found
0.11.2 (2020-10-23)
Bug Fixes
AnalyticalTable: add missing keys (#808 ) (9bf94d6 )
AnalyticalTable: persist values and don't close the popover when typing within the filters-popover input field (#810 ) (45a6d8f )
AnalyticalTable: prevent style warning when scrollbar is visible (#813 ) (e0106a7 ), closes #811
v0.11.1
21 Oct 10:51
Compare
Sorry, something went wrong.
No results found
0.11.1 (2020-10-21)
Bug Fixes
AnalyticalTable: mount filters popover only when it's opened (#738 ) (1350790 )
ensure theming parameters are in sync with ui5/webcomponents-theme-base (#737 ) (880a8ab )
v0.11.0
15 Oct 13:20
Compare
Sorry, something went wrong.
No results found
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 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.
v0.11.0-rc.1
13 Oct 11:24
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Features
AnalyticalTable: add header tooltip property to column (#721 ) (3cde696 ), closes #704
AnalyticalTable: always show scrollbars if needed (#706 ) (6fcb42a ), closes #698
v0.11.0-rc.0
08 Oct 15:24
Compare
Sorry, something went wrong.
No results found
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.
v0.10.10
02 Oct 09:33
Compare
Sorry, something went wrong.
No results found
Bug Fixes
CommonProps: add type definitions for HTML attributes (#692 ) (07c5b6a )
Features
AnalyticalTable: horizontal virtualization of table cells (#640 ) (05b1e6e )
v0.10.9
23 Sep 05:59
Compare
Sorry, something went wrong.
No results found
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 )
v0.10.8
02 Sep 08:19
Compare
Sorry, something went wrong.
No results found
0.10.8 (2020-09-02)
Bug Fixes
MessageBox: allow any react node to be passed as children (#670 ) (b2fae12 )
PieChart/DonutChart: re-release active segment feature (0447b22 )