Skip to content

Releases: UI5/webcomponents-react

v0.18.11

12 Oct 12:32

Choose a tag to compare

0.18.11 (2021-10-12)

Bug Fixes

  • fix bad @ui5/webcomponents-react-base release (7a01aa2)

Features

  • MessageBox: add accessibleName default text (#2208) (a79051a)

v0.18.10

11 Oct 12:40

Choose a tag to compare

0.18.10 (2021-10-11)

Bug Fixes

  • DynamicPageTitle: wrap header and subHeader if not enough space is available (#2171) (5e706f3)
  • MessageBox: correct spacing of header items in rtl mode (#2190) (93f1ed1)
  • Toolbar: add max-width: 100% to outer toolbar container (#2207) (d9c63c8)

Features

  • DynamicPageTitle: if not enough space is available break words at hyphenation points (#2177) (6655587)
  • FilterBar & FlexBox & Form & Toolbar: introduce as prop to change HTML tag dynamically (#2203) (f75582a)

v0.18.9

21 Sep 10:05

Choose a tag to compare

0.18.9 (2021-09-21)

Bug Fixes

  • add .js file extension to all web components imports (#2147) (2799eba)
  • MessageItem: use correct display name (#2129) (4357fab)

Features

  • MessageBox: expose all Dialog props, except footer, headerText and onAfterClose (#2141) (7a29323)

v0.18.8

15 Sep 11:59

Choose a tag to compare

0.18.8 (2021-09-15)

Bug Fixes

  • Bar & ColumnChart: always show labels if enough space is available (#2100) (09b7e25)
  • charts: show data labels with negative values (#2079) (3d1c6c1)
  • DynamicPage: footer always sticks to bottom of the page (#2083) (4d291cb)
  • MessageBox: actions receive unique ids (#2086) (a6980e1)
  • ObjectPage: consistently toggle header after scrolling (#2122) (c116579)
  • ObjectPage: programatically remove sections without crashing (#2085) (d043d6f)

Features

  • allow disabling sapScrollBar (#2078) (77908af)
  • export useResponsiveContentPadding hook in base package (#2125) (503aecb)

v0.18.7

01 Sep 13:24

Choose a tag to compare

0.18.7 (2021-09-01)

Bug Fixes

  • AnalyticalTable: programatically setting hidden columns triggers table resize (#2066) (df5d1cd)
  • AnalyticalTable: remove filter without showing undefined (#2074) (47ebd40)
  • CardHeader: fire onClick only once (#2075) (b07dc41)

v0.18.6

31 Aug 08:46

Choose a tag to compare

0.18.6 (2021-08-31)

Bug Fixes

  • AnalyticalTable: reset infinity-scroll offset with data change (#2036) (b749f5c)
  • AnalyticalTable: return correct value for onRowSelected with select-all checkbox (#2035) (efb41a4)
  • Form: use form element instead of div (#2051) (8d19e93)

Features

  • ActionSheet/DynamicPage/ObjectPage: add a11yConfig prop to customize a11y properties (#2038) (49f5293)
  • AnalyticalTable: expose table instance via tableInstance prop (#2064) (32fff10)
  • MessageView: initial component implementation (#2044) (dd8d2c8)

v0.18.5

24 Aug 10:10

Choose a tag to compare

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.

v0.18.4

12 Aug 08:19

Choose a tag to compare

0.18.4 (2021-08-12)

Bug Fixes

  • AnalyticalTable: don't throw errors on empty table (#1968) (c2400e0)
  • DynamicPageTitle: only render actions toolbar if necessary (#1969) (5c80a71)

v0.18.3

10 Aug 14:22

Choose a tag to compare

0.18.3 (2021-08-10)

Bug Fixes

  • codemod: correctly replace image -> children for Avatar (#1959) (70975bb)

v0.18.2

10 Aug 11:47

Choose a tag to compare

0.18.2 (2021-08-10)

Bug Fixes

  • add missing library exports of BreadcrumbsDesign and BreadcrumbsItem (92fc225)