Skip to content

Releases: SAP/ui5-webcomponents-react

v0.10.0-rc.3

16 Jun 12:23
Compare
Choose a tag to compare
v0.10.0-rc.3 Pre-release
Pre-release

0.10.0-rc.3 (2020-06-16)

Bug Fixes

  • base: remove unnecessary proxy polyfill (10adb29)
  • Fix wrong display names for NotificationGroup and VariantManagement (2963a55)
  • BarChart/ColumnChart: display correct labels in stacked charts (#568) (66b68be)

v0.10.0-rc.2

05 Jun 16:23
Compare
Choose a tag to compare
v0.10.0-rc.2 Pre-release
Pre-release

0.10.0-rc.2 (2020-06-05)

Bug Fixes

  • FilterBar/ObjectPage: add toolbar for making action bars responsive (#546) (bb0d9d4), closes #533
  • MessageBox: allow custom action texts (#561) (f20d861), closes #551

Features

v0.9.11

26 May 11:55
Compare
Choose a tag to compare

0.9.11 (2020-05-26)

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

v0.10.0-rc.1

25 May 07:48
Compare
Choose a tag to compare
v0.10.0-rc.1 Pre-release
Pre-release

0.10.0-rc.1 (2020-05-25)

Bug Fixes

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

Features

  • StyleClassHelper: add putIfPresent method (#539) (0ae0785)

v0.9.10

22 May 11:09
Compare
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
Compare
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
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)