Releases: SAP/ui5-webcomponents-react
Releases · SAP/ui5-webcomponents-react
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)
v0.10.0-rc.7
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
andchartConfig
as they we not used in the chart and had no effect.
v0.10.0-rc.6
v0.10.0-rc.5
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
v0.10.0-rc.4
0.10.0-rc.4 (2020-06-18)
Code Refactoring
BREAKING CHANGES
- Form: deleted
CurrentViewportRange
(mostly used internally) - Form:
FormGroup
andFormItem
don't supportclassName
,style
,ref
, ..etc. props anymore, there are only used for calculating the final form layout.