Skip to content

Releases: SAP/ui5-webcomponents-react

v0.9.9

19 May 07:41
Compare
Choose a tag to compare

0.9.9 (2020-05-19)

Note: Version bump only for package ui5-webcomponents-react-release-0.9.x

v0.9.8

19 May 07:15
Compare
Choose a tag to compare

0.9.8 (2020-05-19)

Bug Fixes

  • Charts: fix onDataPointClick event not firing or firing for wrong segment on Donut/PieChart (#524) (e3475e0)
  • Pie/DonutChart: respect measure formatter and custom data label (#525) (c23b379)

v0.9.7

18 May 14:36
Compare
Choose a tag to compare

v0.9.7 (2020-05-18)

Bug Fixes

  • AnalyticalTable: don't crash if scrollTo methods are not defined (#515) (70321bf)
  • AnalyticalTable: enable minWidth/maxWidth column option, disable dragging while resizing (#518) (1e22139)
  • AnalyticalTable: prevent overflow y on parent container (#521) (5f444e4)
  • ObjectPage: make anchor bar more resilient (#522) (3faea30)

v0.9.6

14 May 11:45
Compare
Choose a tag to compare

0.9.6 (2020-05-14)

Bug Fixes

  • AnalyticalTable: use 100% of the parent height (#512) (c5111ec)

v0.9.5

13 May 13:25
Compare
Choose a tag to compare

0.9.5 (2020-05-13)

Bug Fixes

  • Charts - New: configurable animation and rendering improvements (#501) (06f58b9)

Features

  • Charts: stabilize new charts and deprecate old charts (#507) (4dbb17e)
  • PieChart/DonutChart - New: expose innerRadius and outerRadius in chartConfig prop (#503) (8390186)

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