Skip to content

Releases: UI5/webcomponents-react

v0.16.0

11 May 11:43

Choose a tag to compare

0.16.0 (2021-05-11)

Bug Fixes

  • Charts: export ComposedChart and ComposedChartPlaceholder in main entry point (#1556) (2ab8e4c)
  • FilterBar: if useToolbar is set to false, hide the entire toolbar and display buttons next to the filter items (#1540) (c3e96ff)
  • FilterBar: only display toolbar separator & overflow button when necessary (#1570) (518d4c4)
  • improve typings for event handlers (#1545) (52e5e7a)

BREAKING CHANGES

  • Charts: ComposedChartPlaceholder: The import path has changed. You can now import the placeholder from @ui5/webcomponents-react-charts/dist/ComposedChartPlaceholder or directly from @ui5/webcomponents-react-charts.
  • FilterBar: If useToolbar is set to false, now the entire toolbar above the filter items is hidden. The search input, variants, and the "Show/Hide FilterBar" button is not available in this mode. The rest of the buttons are displayed next to the filter items.

The Migration Guide can be found here.

v0.15.4

28 Apr 12:28

Choose a tag to compare

0.15.4 (2021-04-28)

Features

  • ActionSheet: improve a11y support & refactor implementation to comply to UX guidelines (#1519) (2178b79)
  • AnalyticalTable: add globalFilterValue prop to allow searching all columns (#1512) (e0aea00)
  • Charts: Replaced the plain HTML onClick mouse event with an onClick event that returns the internal target of the charts svg container, including values and payload when available. (#1526) (17a1e17)

v0.15.3

14 Apr 13:59

Choose a tag to compare

0.15.3 (2021-04-14)

Bug Fixes

  • Breadcrumbs: add missing aria labels & allow navigation with arrow keys (#1503) (65c3bbd)
  • MessageBox: screen reader reads out whole content of MessageBox when opened (#1504) (0145978)

v0.15.2

01 Apr 15:36

Choose a tag to compare

0.15.2 (2021-04-01)

Please also check the release notes of UI5 Web Components.

Features

  • update @ui5/webcomponents to 1.0.0-rc.14 (#1478) (bea31ee)

v0.15.1

30 Mar 16:09

Choose a tag to compare

0.15.1 (2021-03-30)

Bug Fixes

  • re-add main fields to package.json for jest tests (#1471) (5941d8c)

v0.15.0

30 Mar 13:37

Choose a tag to compare

0.15.0 (2021-03-30)

Updated @ui5/webcomponents to 1.0.0-rc.13.
Please also have a look at the release log of the underlying @ui5/webcomponents repository.

Bug Fixes

  • AnalyticalTable: improve sub-component size calculation & performance (#1461) (c87a2e4)
  • MessageBox: a11y - use correct title level (#1454) (7a84961)

chore

Features

  • update ui5 web components to 1.0.0-rc.13 (#1462) (9a0b132)

BREAKING CHANGES

  • @ui5/webcomponents-react, @ui5/webcomponents-react-base and @ui5/webcomponents-react-charts are no longer publishing the lib folder. Please use dist instead. More details can be found in our Migration Guide.
  • @ui5/webcomponents-react, @ui5/webcomponents-react-base and @ui5/webcomponents-react-charts are no longer providing a CommonJS build. As the underlying ui5 web components never published a cjs build, this change shouldn't affect you. In case you are facing any issues feel free to reach out to us.
  • Device: isEdge, isChrome, isFF, isMobile, isAndroid, getOS, getSystem, getBrowser have been removed without replacement
  • Device: supportTouch has been renamed to supportsTouch
  • Input: The onSubmit event is now removed. The onSubmit functionality must be added with a custom code - listen for the standard onKeyDown event and check if ENTER is pressed to submit a form, containing the input component.
  • List: The infiniteScroll prop has been removed, use growing={ListGrowingMode.Scroll} instead

v0.14.5

17 Mar 09:50

Choose a tag to compare

0.14.5 (2021-03-17)

Bug Fixes

  • AnalyticalTable: add totalRowCount to event.detail param of onLoadMore event, fix rowCount number for expandable rows (#1405) (2dc3c76)
  • MessageBox: allow duplicate action names (#1415) (03bcc06)
  • Toolbar: prevent event propagation of the overflow button (#1416) (f421e5b)

Features

  • AnalyticalTable: add offset-top support to visibleRowCountMode "Auto" (#1402) (30bfa7f)

v0.14.4

09 Mar 14:13

Choose a tag to compare

0.14.4 (2021-03-09)

Bug Fixes

  • ComboBox: Add missing onSelectionChange event prop (#1399) (23da8ac)
  • Form: prevent flickering when used within dialog (#1390) (4501b89)

v0.14.3

03 Mar 17:22

Choose a tag to compare

0.14.3 (2021-03-03)

Bug Fixes

  • cra-template-seed: add InputElementsFormSupport import (#1382) (a7b82c4)

Features

  • AnalyticalTable: add option to always show subcomponents below a row, fix race condition in subcomponent renderer (#1377) (07a9ace)

v0.14.2

24 Feb 10:54

Choose a tag to compare

0.14.2 (2021-02-24)

Bug Fixes

Features

  • AnalyticalTable: select rows by pressing the "Enter" key (#1321) (b150663), closes #1306
  • ColorPicker: add ColorPicker component (#1343) (fce270d)