Releases: SAP/ui5-webcomponents-react
Releases · SAP/ui5-webcomponents-react
v0.10.5
v0.10.4
v0.10.3
v0.10.2
v0.10.1
v0.10.0
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
- update to ui5-webcomponents 1.0.0-rc.8 (#623) (45bbc8c)
BREAKING CHANGES
- Deleted
Notification
component, replaced byNotificationListItem
- Deleted
NotificationGroup
component, replaced byNotificationListGroupItem
- ProgressIndicator replaced by UI5 Web Component with new API
- ShellBar:
logo
is now accepting animg
tag or theAvatar
component. Passing astring
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
v0.10.0-rc.10
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
BREAKING CHANGES
- AnalyticalTable: remove prop
busyIndicatorEnabled
as it is somehow duplicate toloading
. The visibility of the busy indicator is now solely controlled by the proploading
.
v0.10.0-rc.9
v0.10.0-rc.8
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)