Skip to content

Releases: UI5/webcomponents-react

v0.9.10

22 May 11:09

Choose a tag to compare

0.9.10 (2020-05-22)

Bug Fixes

  • AnalyticalTable: remove padding and scrollbar from select-all header cell (#536) (01a257e), closes #532
  • DurationPicker: use correct value for defaultProp maxValue (#529) (c3bb684)

v0.10.0-rc.0

19 May 13:20

Choose a tag to compare

v0.10.0-rc.0 Pre-release
Pre-release

0.10.0-rc.0 (2020-05-19)

Bug Fixes

  • AnalyticalTable: don't crash if scrollTo methods are not defined (#515) (636d507)
  • AnalyticalTable: enable minWidth/maxWidth column option, disable dragging while resizing (#518) (0b59899)
  • AnalyticalTable: prevent overflow y on parent container (#521) (c8e98ff)
  • AnalyticalTable: remove deprecated AnalyticalTableScrollMode smart (#526) (64f7e64)
  • AnalyticalTable: use 100% of the parent height (#512) (e033f85)
  • Charts: fix onDataPointClick event not firing or firing for wrong segment on Donut/PieChart (#524) (c68b162)
  • ObjectPage: make anchor bar more resilient (#522) (a6adefc)
  • Pie/DonutChart: respect measure formatter and custom data label (#525) (e49eddc)

chore

Code Refactoring

BREAKING CHANGES

@ui5/webcomponents-react

  • AnalyticalCard: remove prop width, please use style or className instead
  • AnalyticalTable: remove deprecated prop renderExtension, please use extension instead
  • Bar: remove deprecated prop renderContentLeft, renderContentMiddle, renderContentRight, please use contentLeft, contentMiddle, contentRight instead
  • FlexBox: remove props width and height, please use style or className instead
  • FilterBar: remove deprecated prop renderSearch, renderVariants, please use search, variants instead
  • FormItem: remove deprecated prop labelText, please use label instead
  • Grid:
    • remove prop width, width can now be set via style or className
    • prop vSpacing accepts now a CSS height instead of a number in rem
    • prop hSpacing accepts now a CSS width instead of a number in rem
    • change prop data-layout (object) on child elements to data-layout-span and data-layout-indent
  • ObjectPage: remove deprecated prop renderHeaderContent, renderBreadcrumbs, renderKeyInfos, please use headerContent, breadcrumbs, keyInfos instead
  • Page: remove deprecated prop renderCustomHeader, renderCustomFooter, please use customHeader, customFooter instead
  • ProgressIndicator: remove props width and height, please use style or className instead
  • Text: remove prop width, please use style or className instead

@ui5/webcomponents-react-charts

  • replace deprecated charts with new implementation. In case your imports contain a next path segment, please remove this segment. Example: import { BarChart } from '@ui5/webcomponents-react-charts/lib/next/BarChart'; becomes import { BarChart } from '@ui5/webcomponents-react-charts/lib/BarChart';. For further details please take a look into our Migration Guide.

@ui5/webcomponents-react-base

  • remove deprecated sap_fiori_3 theming parameters, use ThemingParameters instead
  • remove polyfill of old event API

BREAKING CHANGES (undocumented classes, internal framework cleanup)

  • base: remove deprecated Event
  • base: remove deprecated font72 (comes with UI5 Web Components)
  • base: remove deprecated HSLColor
  • base: remove deprecated Optional (use JS optional-chaining instead)
  • base: remove deprecated Scroller library

v0.9.9

19 May 07:41

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

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

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

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

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

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

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

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)