Skip to content

Releases: SAP/ui5-webcomponents-react

v0.9.0-rc.8

01 Apr 13:07
Compare
Choose a tag to compare
v0.9.0-rc.8 Pre-release
Pre-release

0.9.0-rc.8 (2020-04-01)

Bug Fixes

  • AnalyticalTable: avoid scrollbar overlaying last column (#396) (fb282c7)

v0.9.0-rc.7

31 Mar 11:32
Compare
Choose a tag to compare
v0.9.0-rc.7 Pre-release
Pre-release

0.9.0-rc.7 (2020-03-31)

Bug Fixes

  • Charts - New: make secondary dimension configurable (#395) (0a57b51)
  • RTL: add dir="rtl" to html tag when running in RTL (#394) (78c1f93), closes #366

v0.9.0-rc.6

31 Mar 08:17
Compare
Choose a tag to compare
v0.9.0-rc.6 Pre-release
Pre-release

0.9.0-rc.6 (2020-03-31)

Bug Fixes

  • Charts - New: Respect formatter for calculating label sizes (#389) (1acf528)
  • ObjectPage: Don't wrap title and subtitle (#390) (193e8ef), closes #372
  • ThemeProvider: Add Typing for JSSTheme (98cb810)

Features

  • AnalyticalTable: Add Highlight Column (#391) (69e648a), closes #312
  • Charts -New: add secondary dimension in charts (#393) (64c5d79)

v0.9.0-rc.5

25 Mar 16:22
Compare
Choose a tag to compare
v0.9.0-rc.5 Pre-release
Pre-release

0.9.0-rc.5 (2020-03-25)

Bug Fixes

  • Event-System: Polyfill old behaviour by fallback to event.target for details (#385) (7fdc725)
  • ObjectPage: Fix event for changing selected section (#386) (034f8b9), closes #384
  • ObjectPage: Prevent infinite grow (#383) (9393af4), closes #373

v0.9.0-rc.4

25 Mar 14:57
Compare
Choose a tag to compare
v0.9.0-rc.4 Pre-release
Pre-release

0.9.0-rc.4 (2020-03-25)

Bug Fixes

  • AnalyticalTable: prevent overflow if rows are selectable (#381) (95d81b7), closes #380
  • Charts - New: Resizing of chart area if long axis labels are used (#382) (cea495d)
  • Loader/Spinner/Grid: Fix memory leaks by cleanup effects (#379) (058cae7), closes #335

v0.9.0-rc.3

24 Mar 14:09
Compare
Choose a tag to compare
v0.9.0-rc.3 Pre-release
Pre-release

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

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)