Skip to content

v0.18.5

Choose a tag to compare

@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 24 Aug 10:10
· 3883 commits to main since this release

0.18.5 (2021-08-24)

Bug Fixes

  • ColumnChartWithTrend: fix sync of charts (#1999) (c36042d)
  • FilterBar: update filter item refs on every dialog save (#2025) (1a46272)
  • ObjectPage: fire onSelectedSectionChanged on every section change (#1997) (993b52f)
  • ObjectPage: respect scoping suffix for custom anchor tab (#2011) (7123cac)

Features

  • allow string values in all enums (#2018) (927c0c2)
  • BulletChart: initial component implementation (#1960) (21be8ef)
  • charts: add highlightColor option for measures in Bar, Column and ColumnWithTrend (#1911) (cf1e65d)
  • charts: add highlightColor option for measures in BulletChart and ComposedChart (#1994) (fcdbca5)
  • charts: support formatter on secondary y axis for Bar, Column, Composed and Line Chart (#1934) (a8e2e6f)

Deprecation

Deprecated values and props are going to be removed with version 0.19.0.

  • ObjectPage: onSelectedSectionChanged is deprecated, please use onSelectedSectionChange
  • AnalyticalTable: string values of visibleRowCountMode, selectionBehavior and selectionMode in all caps and SNAKE_CASE are deprecated, please use the respective PascalCase (first letter uppercase) values instead.
  • MessageBox: string values of type, actions, initialFocus, and emphasizedAction in all caps and SNAKE_CASE are deprecated, please use the respective PascalCase (first letter uppercase) values instead.