Skip to content

Releases: SAP/ui5-webcomponents-react

v0.10.0-rc.7

09 Jul 15:09
Compare
Choose a tag to compare
v0.10.0-rc.7 Pre-release
Pre-release

0.10.0-rc.7 (2020-07-09)

Bug Fixes

  • MicroBarChart: rollback to old implementation with new API (#588) (330d639)
  • sapScrollBar: use correct height for horizontal scrollbar (#587) (3ceb0de)

BREAKING CHANGES

  • MicroBarChart: Removed props noLegend, onLegendClick, noAnimation, centerLabel and chartConfig as they we not used in the chart and had no effect.

v0.10.0-rc.6

02 Jul 10:24
Compare
Choose a tag to compare
v0.10.0-rc.6 Pre-release
Pre-release

0.10.0-rc.6 (2020-07-02)

Bug Fixes

  • AnalyticalTable: fix behavior of minWidth and add maxWidth support (#585) (525bbec)

Features

  • AnalyticalTable: add horizontal scrollbar in fiori design (#583) (f695215)

v0.10.0-rc.5

22 Jun 10:15
Compare
Choose a tag to compare
v0.10.0-rc.5 Pre-release
Pre-release

0.10.0-rc.5 (2020-06-22)

Bug Fixes

  • BarChart/ColumnChart: fix data labels for nested data accessors (#579) (605cb06)
  • Form: fix bad import (12e3278)

Features

  • Form: add props to control labelSpan and columns for each size (#578) (40d9579)
  • ScatterChart: initial component implementation (#577) (bcadbea), closes #570

v0.10.0-rc.4

18 Jun 12:15
Compare
Choose a tag to compare
v0.10.0-rc.4 Pre-release
Pre-release

0.10.0-rc.4 (2020-06-18)

Code Refactoring

BREAKING CHANGES

  • Form: deleted CurrentViewportRange (mostly used internally)
  • Form: FormGroup and FormItem don't support className, style, ref, ..etc. props anymore, there are only used for calculating the final form layout.

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