Skip to content

Releases: SAP/ui5-webcomponents-react

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)

v0.10.0-rc.7

09 Jul 15:09
Compare
Choose a tag to compare
v0.10.0-rc.7 Pre-release
Pre-release

0.10.0-rc.7 (2020-07-09)

Bug Fixes

  • MicroBarChart: rollback to old implementation with new API (#588) (330d639)
  • sapScrollBar: use correct height for horizontal scrollbar (#587) (3ceb0de)

BREAKING CHANGES

  • MicroBarChart: Removed props noLegend, onLegendClick, noAnimation, centerLabel and chartConfig as they we not used in the chart and had no effect.

v0.10.0-rc.6

02 Jul 10:24
Compare
Choose a tag to compare
v0.10.0-rc.6 Pre-release
Pre-release

0.10.0-rc.6 (2020-07-02)

Bug Fixes

  • AnalyticalTable: fix behavior of minWidth and add maxWidth support (#585) (525bbec)

Features

  • AnalyticalTable: add horizontal scrollbar in fiori design (#583) (f695215)

v0.10.0-rc.5

22 Jun 10:15
Compare
Choose a tag to compare
v0.10.0-rc.5 Pre-release
Pre-release

0.10.0-rc.5 (2020-06-22)

Bug Fixes

  • BarChart/ColumnChart: fix data labels for nested data accessors (#579) (605cb06)
  • Form: fix bad import (12e3278)

Features

  • Form: add props to control labelSpan and columns for each size (#578) (40d9579)
  • ScatterChart: initial component implementation (#577) (bcadbea), closes #570

v0.10.0-rc.4

18 Jun 12:15
Compare
Choose a tag to compare
v0.10.0-rc.4 Pre-release
Pre-release

0.10.0-rc.4 (2020-06-18)

Code Refactoring

BREAKING CHANGES

  • Form: deleted CurrentViewportRange (mostly used internally)
  • Form: FormGroup and FormItem don't support className, style, ref, ..etc. props anymore, there are only used for calculating the final form layout.