Skip to content

Releases: SAP/ui5-webcomponents-react

v0.11.2

23 Oct 11:54
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
v0.11.0-rc.1 Pre-release
Pre-release

0.11.0-rc.1 (2020-10-13)

Bug Fixes

  • AnalyticalTable: show all columns in Dialog (#722) (5e21750), closes #719

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
Choose a tag to compare
v0.11.0-rc.0 Pre-release
Pre-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.

v0.10.10

02 Oct 09:33
Compare
Choose a tag to compare

0.10.10 (2020-10-02)

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
Choose a tag to compare

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
Choose a tag to compare

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)

v0.10.7

28 Aug 09:18
Compare
Choose a tag to compare

0.10.7 (2020-08-28)

Bug Fixes

  • PieChart / DonutChart: fix hide data label logic (#668) (d8dc5ef)

Features

  • PieChart / DonutChart: add option to mark chart segments as active (#667) (743d6d8)

v0.10.6

24 Aug 12:10
Compare
Choose a tag to compare

0.10.6 (2020-08-24)

Bug Fixes