Skip to content

Releases: SAP/ui5-webcomponents-react

v0.10.5

19 Aug 13:38
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v0.10.0-rc.9

17 Jul 13:29
Compare
Choose a tag to compare
v0.10.0-rc.9 Pre-release
Pre-release

0.10.0-rc.9 (2020-07-17)

Bug Fixes

  • AnalyticalTable: fix subRows selection in tree table mode (#610) (69e63d9)
  • FilterBar: search-input field reacts to value prop changes (#609) (27981dd)

Features

  • AnalyticalTable: support resize on whole column (#607) (cb99e78), closes #580

v0.10.0-rc.8

16 Jul 13:55
Compare
Choose a tag to compare
v0.10.0-rc.8 Pre-release
Pre-release

0.10.0-rc.8 (2020-07-16)

Bug Fixes

  • ObjectPage: support dynamically added sections (#604) (a7ecb3c), closes #591
  • remove useMemo from usePassThroughHtmlProps (#601) (10e0d89)
  • AnalyticalTable: fix dynamic column width and prevent table from overflowing in some cases (#597) (fe93af8)
  • AnalyticalTable: improve scroll performance when scrolling very fast (#600) (e4a8e95)
  • FilterBar: replace fragments inside of toolbar and update story (#599) (ab0760f)