v0.7.0-rc.5
Pre-release
Pre-release
ui5-webcomponents-react-bot
released this
20 Dec 12:35
·
4629 commits
to main
since this release
0.7.0-rc.5 (2019-12-20)
Bug Fixes
- AnalyticalTable: fix wrong column order on consecutive column reorder events (#233) (f94a6ff)
- base: Fix modernizr side effect (5436bd4)
- cra-template: Fix package.json file name (752f1b3)
- ObjectPage: Prevent flickering and fix scroll to section (#245) (4731573)
- ShellBarItem: Fix wrong typing (#254) (d2bc4c5)
Code Refactoring
- AnalyticalTable: update react-table and replace grid with absolute layout (#238) (e9bc297)
- ThemeProvider: Remove custom Theme Injection (#241) (22729e2)
Features
- AnalyticalTable: Add overscanCount prop (#231) (c939c32)
- AnalyticalTable: Add prop selectionMode (#258) (f322bd0)
- AnalyticalTable: Reordern columns with drag and drop (#229) (b208822)
- AnalyticalTable: Update react-table to 7.0.0-beta.20 (#237) (530917c)
- AnalyticalTable: Update react-table to v7.0.0-rc.15 (#257) (373fe5d)
- AnalyticalTable: Update to react-table rc.10 (#253) (e24561c)
- cra-template: Add Template for UI5 Web Components React (#244) (fcb176c)
- Form: initial Implementation (#242) (c4c2848)
- ObjectPage: Introduce Breadcrumbs and key infos (#246) (6f44a72)
- WebComponents: Update to v1.0.0-rc.5, add ProductSwitch Component (#236) (1a2c9b4)
BREAKING CHANGES
- AnalyticalTable: Replace prop
selectable
withselectionMode
- AnalyticalTable: Update
react-table
tov7.0.0-rc.15
- AnalyticalTable: replaced prop
selectedRowKey
withselectedRowIds
(Object of rowIds) - AnalyticalTable: Update to react-table
7.0.0-rc.10
- AnalyticalTable: Update
react-table
to7.0.0-rc.5
- ThemeProvider: Removed prop
noInjectThemeProperties
as this is now handled by the UI5 Web Components - WebComponents: Icon import paths changed from
@ui5/webcomponents/dist/icons/add.js
to@ui5/webcomponents-icons/dist/icons/add.js
. - WebComponents: Icon: prop
src
was renamed toname
- WebComponents: Icon: the
sap-icon://
prefix was removed - WebComponents: ShellBar prop
icon
was renamed tostartButton
- WebComponents: ShellBarItem: prop
src
was renamed toname
- WebComponents: Card:
avatar
prop now accepts a node instead of a string
Please also check the UI5 Web Components Release Notes.