Releases: SAP/ui5-webcomponents-react
Releases · SAP/ui5-webcomponents-react
v0.9.0-rc.4
v0.9.0-rc.3
0.9.0-rc.3 (2020-03-24)
Bug Fixes
- AnalyticalTable: remove z-index from Table Header which caused issues when using table in an ObjectPage (#377) (3f545c1)
- Grid: Float items correctly in RTL mode (#378) (cdb1a14), closes #371
- ObjectPage: hide first section Header (#374) (7b05ab9)
- SegmentedButton: add intermediate css variable mappings in order to fix styling (#375) (86e962e)
v0.9.0-rc.2
v0.9.0-rc.1
v0.8.7-rc.0
0.8.7-rc.0 (2020-03-19)
Bug Fixes
- AnalyticalCard: fix styling (#360) (d19c256)
- AnalyticalTable: Always respect Cell option (#359) (8db97c3), closes #358
- AnalyticalTable: Expose React Table Container ref (#341) (5e8c32d)
- AnalyticalTable: Fix Loading Shimmer to take full table width (#347) (d31cf5c), closes #346
- AnalyticalTable: Update react-table and fix TreeTable selection columns (#344) (7a46d2d), closes #333 #336
- Charts: Create Typings for new Charts (89fca41)
- ThemingParameters: Add temporary quick fix for missing variables (#350) (ef1934a)
Code Refactoring
Features
- Charts: Create new SVG based charts (#325) (0e4fb72), closes #280
- ObjectPage: Add 'Pin-Header' button (#354) (0e5e9b6), closes #345 #334 #248
- ThemingParameters: Switch to offical Theme Designer Parameters (#348) (dc6f94e), closes #240
BREAKING CHANGES
- ThemeProvider: ThemeProvider does not longer render a JSSProvider and the
jss
-prop is removed. If you need a custom JSS setup, please render your own JSSProvider.
v0.8.6
v0.8.5
v0.8.4
0.8.4 (2020-02-13)
Bug Fixes
- AnalyticalTable: fire onRowSelected when header select all chechbox changes (5910581)
- AnalyticalTable: fixed alternateRowColor sort bug (#316) (ee37009)
- Avatar: Adjust icon size in sync with Avatar Size (#317) (a3af613)
- base: Mark polyfills as sideEffects (83963d1)
- withWebComponent: Add handler of events those are not specified in metadata of ui5-webcomponents (#315) (978b126)