Skip to content

Releases: SAP/ui5-webcomponents-react

v1.6.0

24 Nov 09:44
Compare
Choose a tag to compare

1.6.0 (2022-11-24)

Bug Fixes

  • AnalyticalTable: fix expand/collapse & select keyboard navigation and execution of callbacks (#3789) (ab8bb61), closes #3788

Features

  • AnalyticalTable - useIndeterminateRowSelection: add onIndeterminateChange param (#3797) (9527db1), closes #3775 #3612

v1.5.0

17 Nov 12:13
Compare
Choose a tag to compare

1.5.0 (2022-11-17)

Bug Fixes

  • AnalyticalTable: always return correct isSelected value in onRowSelect cb (#3774) (bf149e3)
  • AnalyticalTable: fix keyboard navigation on columns/data change (#3751) (5ec55a2), closes #3739
  • AnalyticalTable: reduce debounce wait time of height and width observers (#3753) (85b79cb)
  • DynamicPage: always call onToggleHeaderContent on toggle button click (#3756) (b5e0415), closes #3754
  • ObjectPage: adjust responsive padding of tab-bar to header padding (#3744) (676e020), closes #3551
  • SplitterLayout: always reset the layout if reset conditions match (#3761) (04c732d)

Features

v1.4.1

09 Nov 10:52
Compare
Choose a tag to compare

1.4.1 (2022-11-09)

Bug Fixes

  • withWebComponent: improve event registration and cleanup for web components (#3740) (b4febf7)

v1.4.0

08 Nov 16:12
Compare
Choose a tag to compare

1.4.0 (2022-11-08)

Bug Fixes

  • AnalyticalTable: adjust selection cell width to UX design (#3733) (c07a866), closes #3732
  • AnalyticalTable: consider false selected row id value for onRowSelect callback (#3717) (5fcc8ce)
  • bind web component events with useLayoutEffect if available (#3718) (cba730f)
  • VariantManagement: show tooltip on "Select View" button (#3731) (3bdaada), closes #3123

Features

v1.3.1

07 Nov 08:47
Compare
Choose a tag to compare

1.3.1 (2022-11-07)

Bug Fixes

  • TypeScript: don't include ref in all component props (#3713) (2f49dc3)
  • TypeScript: improve ref types (#3714) (5048bfd)

v1.3.0

02 Nov 12:37
Compare
Choose a tag to compare

1.3.0 (2022-11-02)

Note
Updated to @ui5/webcomponents v1.9.0
Please also have a look at the changelog of UI5 Web Components v1.9.0.

Features

v1.2.3

31 Oct 11:23
Compare
Choose a tag to compare

1.2.3 (2022-10-31)

Bug Fixes

  • ComposedChart: fix onDataPointClick event payload for bars (#3697) (e0699d8)

v1.2.2

27 Oct 14:47
Compare
Choose a tag to compare

1.2.2 (2022-10-27)

Bug Fixes

  • AnalyticalTable: only call onRowSelect when row is selected by user (#3682) (e014c37)
  • ColumnChartWithTrend: enable onDataPointClick callback & fix tooltip (#3688) (89107b8)
  • ComposedChart: invoke onDataPointClick only on the points of the area chart (#3687) (2239a49)

v1.2.1

25 Oct 08:19
Compare
Choose a tag to compare

1.2.1 (2022-10-25)

Bug Fixes

v1.2.0

21 Oct 08:43
Compare
Choose a tag to compare

1.2.0 (2022-10-21)

Bug Fixes

  • AnalyticalTable - useIndeterminateRowSelection: reset indeterminate state if not applicable (#3644) (51deeb5), closes #3604
  • AnalyticalTable: enable keyboard navigation for empty cells & align them correctly (#3639) (d78dbb0), closes #3605
  • AnalyticalTable: fix select-all behavior in React18 Strict Mode (#3658) (5cf234f), closes #3657
  • ColumnChartWithTrend: improve TypeScript types and docs (#3630) (885d56e)
  • ObjectPage & DynamicPage: don't show pin-button if header content is not defined (#3666) (5d85ebe)
  • ObjectPage & DynamicPage: fix expand/collapse behavior of header content (#3650) (9be8531), closes #3623
  • Toolbar: allow Fragments with single child inside children (#3661) (8594993), closes #3660

Features

  • charts: allow full customization of reference lines (#3619) (9d582fc)