Skip to content

Releases: UI5/webcomponents-react

v0.10.7

28 Aug 09:18

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

Choose a tag to compare

0.10.6 (2020-08-24)

Bug Fixes

v0.10.5

19 Aug 13:38

Choose a tag to compare

0.10.5 (2020-08-19)

Bug Fixes

  • AnalyticalTable: prevent crash if unsupported rowId is set as selectedRowIds key (#660) (e3b1117)
  • AnalyticalTable: prevent event bubbling of ui5 controls (#659) (44bedf8)
  • FilterBar: support new web-components controls, fix layout and labels (#661) (d0969b5)

v0.10.4

19 Aug 08:20

Choose a tag to compare

0.10.4 (2020-08-19)

Bug Fixes

  • AnalyticalTable: fix pre-selection of custom row ids and update react-table (#649) (b733f4c)
  • FilterBar: use createPortal for FilterDialog within FilterBar (#655) (2a65a24), closes #652
  • Themes: add missing themes sap_fiori_3_hcb and sap_fiori_3_hcw (#648) (19cf697)

v0.10.3

06 Aug 15:32

Choose a tag to compare

0.10.3 (2020-08-06)

Bug Fixes

  • MessageBox: correctly align items in footer and fix header alignment in Safari (#643) (c36df38)

v0.10.2

05 Aug 15:30

Choose a tag to compare

0.10.2 (2020-08-05)

Bug Fixes

  • FilterBar: search field within dialog expands to available width (#638) (507d3cb)
  • use createPortal for all internal popovers (#636) (9b36161)
  • TimelineItem: use correct name (#635) (a5737c3), closes #634

v0.10.1

31 Jul 14:33

Choose a tag to compare

0.10.1 (2020-07-31)

Bug Fixes

  • AnalyticalTable: allow column reordering in tree table mode (3f91c84)
  • web components: export shared prop types (dc68681)
  • fix typescript errors (#632) (77df7c3)

v0.10.0

30 Jul 13:59

Choose a tag to compare

0.10.0 (2020-07-30)

Updated @ui5/webcomponents to 1.0.0-rc.8.
Please also have a look at the release log of the underlying @ui5/webcomponents repository.

Features

BREAKING CHANGES

  • Deleted Notification component, replaced by NotificationListItem
  • Deleted NotificationGroup component, replaced by NotificationListGroupItem
  • ProgressIndicator replaced by UI5 Web Component with new API
  • ShellBar: logo is now accepting an img tag or the Avatar component. Passing a string with the URL to the image is not longer supported.
  • TabContainer will no longer automatically select the first tab, if no tab is selected. If you relied on this behaviour, you should now explicitly set the selected property on the first tab.

For a full list of breaking changes, please take a look at the CHANGELOG with all 0.10.0-rc.x releases and read our Migration Guide.

v0.10.0-rc.11

29 Jul 11:02

Choose a tag to compare

v0.10.0-rc.11 Pre-release
Pre-release

0.10.0-rc.11 (2020-07-29)

Bug Fixes

  • AnalyticalTable: apply minWidth only if necessary (#620) (8f6f544)
  • AnalyticalTable: insert reordered column in the correct place (#626) (73c60c7)
  • PieChart: fix tooltip font color and add chartConfig option to modify the tooltip styles (#625) (ae697a9)

v0.10.0-rc.10

23 Jul 14:22

Choose a tag to compare

v0.10.0-rc.10 Pre-release
Pre-release

0.10.0-rc.10 (2020-07-23)

Bug Fixes

  • AnalyticalTable: prevent crash if unsupported rowId is set as selectedRowId (#615) (83a808e)
  • AnalyticalTable: prevent horizontal overflow if last column is resizable (#612) (47d3f16)
  • AnalyticalTable: update react-table (#616) (17ed544)
  • Charts: tooltip respects dimension formatter (#614) (47104f9)
  • Popups: prevent bubbling of internally used popover events (#618) (8781f42)

chore

  • AnalyticalTable: remove busyIndicatorEnabled prop (#617) (ff287cf)

BREAKING CHANGES

  • AnalyticalTable: remove prop busyIndicatorEnabled as it is somehow duplicate to loading. The visibility of the busy indicator is now solely controlled by the prop loading.