Skip to content

v0.10.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare

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