Skip to content

Releases: SAP/ui5-webcomponents-react

v0.9.0-rc.2

23 Mar 16:43
Compare
Choose a tag to compare
v0.9.0-rc.2 Pre-release
Pre-release

0.9.0-rc.2 (2020-03-23)

Bug Fixes

Features

  • All Components: Allow all HTML events to be passed (#370) (376f9c1)
  • Css-Variables: Add link styles (#367) (7595cdd)

v0.9.0-rc.1

19 Mar 13:26
Compare
Choose a tag to compare
v0.9.0-rc.1 Pre-release
Pre-release

0.9.0-rc.1 (2020-03-19)

Bug Fixes

  • Polyfills: Fix scrollTo polyfill import (9fa2e1b)

v0.8.7-rc.0

19 Mar 08:55
Compare
Choose a tag to compare
v0.8.7-rc.0 Pre-release
Pre-release

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

  • ThemeProvider: Remove JSSProvider and simplify all tests (#355) (db50f30)

Features

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

09 Mar 14:47
Compare
Choose a tag to compare

0.8.6 (2020-03-09)

Bug Fixes

  • AnalyticalTable: Don't modify read-only classList (#339) (65f3876)

v0.8.5

20 Feb 10:50
Compare
Choose a tag to compare

0.8.5 (2020-02-20)

Bug Fixes

  • AnalyticalTable: fix sorting with minRows (#327) (11b6321)
  • Bar: Adjust alignment and add Bar design (#320) (117c9f3)

v0.8.4

13 Feb 20:01
Compare
Choose a tag to compare

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)

v0.8.3

11 Feb 17:44
Compare
Choose a tag to compare

0.8.3 (2020-02-11)

Bug Fixes

  • AnalyticalTable: Always render selection column as first column (75a43a3), closes #311

v0.8.2

10 Feb 18:18
Compare
Choose a tag to compare

0.8.2 (2020-02-10)

Bug Fixes

  • AnalyticalTable: Show selection column with select all in header (#310) (b60842c)

v0.8.1

06 Feb 01:41
Compare
Choose a tag to compare

0.8.1 (2020-02-06)

Bug Fixes

  • AnalyticalTable: fix flickering background colors when alternateRowColors is active (#303) (553c504)
  • AnalyticalTable: Fix intendation for Tree Table Level 4 and deeper (9fe072c)
  • AnalyticalTable: fix minRows + loading behaviour (#304) (253a0c8)
  • withWebComponent: Fix crash if WebComponent is not present yet (c1cbb8d)

v0.8.0

04 Feb 17:28
Compare
Choose a tag to compare

0.8.0 (2020-02-04)

Bug Fixes

  • AnalyticalTable: fix broken empty row visualization (#296) (c76f199)
  • AnalyticalTable: Table should always call the most recent version of onColumnsReordered (#301) (3b9e97c)
  • ObjectPage: fix crash when unmounted ObjectPage tries to asynchronously set scrollbar height (#294) (7ed965e)

Features

  • AnalyticalTable: add experimental feature to determine column widths based on content (#295) (88a98ce)