Skip to content

Releases: SAP/ui5-webcomponents-react

v0.9.4

08 May 14:42
Compare
Choose a tag to compare

0.9.4 (2020-05-08)

Bug Fixes

  • Charts: fix crash in ComposedChart on click when onDataPointClick is not set (#483) (c318ca2)
  • Charts - New: layouting fixes (#488) (4a47e1d)
  • Charts-New: fix labels of donut chart and yAxis width calculation of bar chart (#498) (db3a5b7)
  • cra-template: fix test to be successful (#497) (f5932fa)
  • PieChart: fix hideDataLabel on measure not hiding data labels (#499) (2c73460)
  • fix cjs build (#496) (b1900cb)

v0.9.3

06 May 08:53
Compare
Choose a tag to compare

0.9.3 (2020-05-06)

Bug Fixes

  • add babel/runtime as dependency to all packages (#482) (c7475b4)

v0.9.2

06 May 07:18
Compare
Choose a tag to compare

0.9.2 (2020-05-06)

Bug Fixes

  • AnalyticalTable: fix header text collision with sort/group/filter icons (#478) (eb36865)
  • Charts - New: fix crash in label truncation if value is null or undefined (#476) (9628ae0)

v0.9.1

04 May 10:25
Compare
Choose a tag to compare

0.9.1 (2020-05-04)

Bug Fixes

  • AnalyticalTable: calculate scrollbar width only if table is scrollable (#470) (ddd19fe), closes #467
  • web-components-wrapper: don't generate default props for empty strings (#469) (48505d9)

v0.9.0

30 Apr 16:08
Compare
Choose a tag to compare

0.9.0 (2020-04-30)

Features

Breaking Changes

  • For a detailed list of breaking changes, please see the list of releases or our Changelog starting from 0.8.6 to 0.9.0.
  • In order to help you migrating your application, we also prepared an Migration Guide

v0.9.0-rc.18

29 Apr 18:23
Compare
Choose a tag to compare
v0.9.0-rc.18 Pre-release
Pre-release

0.9.0-rc.18 (2020-04-29)

Bug Fixes

  • AnalyticalTable: support RTL (#466) (a99b183), closes #460
  • Charts - New: fix rendering of x and y axis ticks (#462) (e94b663)
  • Charts - New: tooltip supports dark theme (#465) (e66ff58)
  • ComposedChart: fix padding calculation for vertical layout (#464) (9347f16)
  • MessageBox: enable closing with esc key (#463) (3377b75)

v0.9.0-rc.17

28 Apr 12:27
Compare
Choose a tag to compare
v0.9.0-rc.17 Pre-release
Pre-release

0.9.0-rc.17 (2020-04-28)

Bug Fixes

  • AnalyticalTable: debounce resize handler (#454) (f1a5a6e)
  • AnalyticalTable: fix passing styles object to AnalyticalTable (#449) (e3499ee)
  • Bar: make slot props optional (#450) (5e490d8)
  • charts: debounce recalculate size (#456) (d35f861)
  • Charts - New: automatic reduction of label elements (#451) (3d3bab2)
  • Charts - New: fix rules of hooks & consistent margin calculation (#459) (951fb3c)

v0.9.0-rc.16

22 Apr 14:00
Compare
Choose a tag to compare
v0.9.0-rc.16 Pre-release
Pre-release

0.9.0-rc.16 (2020-04-22)

Bug Fixes

  • AnalyticalTable: fix multi-select checkbox (#445) (2ed6a98)
  • AnalyticalTable: header should respect hAlign as well (#438) (79c9f3f)
  • AnalyticalTable: remove ResizeObserver condition to avoid race conditions (#444) (830ab14)
  • Charts: Add hcb and hcw support for charts. (#441) (a7ffcd6)
  • withWebComponent: fix handling of react fragments as slots (#446) (66a8344)

Features

  • Charts - New: improve autoscaling of axis ticks (#447) (a763bb8)
  • add slot props and deprecated render methods (#436) (018337f)

v0.9.0-rc.15

16 Apr 14:54
Compare
Choose a tag to compare
v0.9.0-rc.15 Pre-release
Pre-release

0.9.0-rc.15 (2020-04-16)

Bug Fixes

  • AnalyticalTable: don't select row when an actionable element was clicked (#432) (8c31818), closes #428
  • AnalyticalTable: use correct border-bottom for selected row (e65d8da)

Features

  • cra-template: add test setup and use latest version + docs (#433) (961dec7)

v0.9.0-rc.14

10 Apr 08:36
Compare
Choose a tag to compare
v0.9.0-rc.14 Pre-release
Pre-release

0.9.0-rc.14 (2020-04-10)

Bug Fixes

  • Framework: fix sideEffect-full files in react production build (f5c02b1)