Skip to content

Releases: SAP/ui5-webcomponents-react

v1.17.0

03 Jul 12:41
Compare
Choose a tag to compare

1.17.0 (2023-07-03)

Bug Fixes

  • AnalyticalTable: use correct height for expand button (#4782) (168febf)
  • translations: fix "default" translation in Portuguese (#4812) (006eea2), closes #4789
  • TypeScript: use UI5 Web Component types in custom components (#4762) (522fe40)

Features

v1.16.3

19 Jun 09:59
Compare
Choose a tag to compare

1.16.3 (2023-06-19)

Bug Fixes

v1.16.2

13 Jun 12:52
Compare
Choose a tag to compare

1.16.2 (2023-06-13)

Bug Fixes

  • AnalyticalTable: allow filtering on grouped rows (#4730) (4e51b3e)
  • AnalyticalTable: don't add rowindex to element attributes (#4723) (607458b)
  • AnalyticalTable: don't use NaN as row height if CSS var is not yet defined (#4729) (9366944)
  • server-components: add missing use client directives (#4717) (3990376)

v1.16.1

07 Jun 10:06
Compare
Choose a tag to compare

1.16.1 (2023-06-07)

Bug Fixes

  • AnalyticalTable: apply alternate row color correctly on sorted rows (#4691) (c1e20eb), closes #4690
  • Form: fix labelSpan, columns and size calculation (#4681) (895346d), closes #4638
  • Toolbar: only prevent keydown default actions in onClick (#4688) (ddbfb4a), closes #4687

v1.16.0

05 Jun 15:18
Compare
Choose a tag to compare

1.16.0 (2023-06-05)

Note
Updated to @ui5/webcomponents@~1.14.0
Please also check the UI5 Web Components Release notes for v1.14.0.

Bug Fixes

  • add export condition for node to main package (#4640) (4881b58)
  • AnalyticalTable: allow nested sub-rows as subRowsKey, add manualGroupBy support (#4598) (00686bc)
  • deps: update dependency recharts to v2.6.2 (#4594) (1c0a7e3)
  • deps: update ui5 web components to v1.13.1 (patch) (#4599) (0ca3ee7)
  • deps: update ui5 web components to v1.13.2 (patch) (#4603) (449e3b3)
  • deps: update ui5 web components to v1.13.3 (patch) (#4614) (1ce1ffd)
  • ssr: switch back to classic jsx runtime (#4666) (95fb5c4)
  • Toolbar: fix onOverflowChange debounce init when the prop is not provided (#4662) (378e0ed), closes #4661 by @MazueraAlvaro
  • Toolbar: return correct value for overflowElements in onOverflowChange (#4610) (73d5065)

Features

v1.15.3

31 May 11:07
Compare
Choose a tag to compare

1.15.3 (2023-05-31)

Bug Fixes

v1.15.2

26 May 09:30
Compare
Choose a tag to compare

1.15.2 (2023-05-26)

Bug Fixes

  • add export condition for node to main package (#4640) (3b3f166)
  • AnalyticalTable: allow nested sub-rows as subRowsKey, add manualGroupBy support (#4598) (2b2b0ff)
  • Toolbar: return correct value for overflowElements in onOverflowChange (#4610) (1905eda)

v1.15.1

09 May 08:19
Compare
Choose a tag to compare

1.15.1 (2023-05-09)

Bug Fixes

  • main - TypeScript: only use separate type export (#4590) (c9912c7)
  • useSyncRef: add use client directive (#4591) (08f900f)

v1.15.0

05 May 13:43
Compare
Choose a tag to compare

1.15.0 (2023-05-05)

Note
Updated to @ui5/webcomponents@~1.13.0
Please also check the UI5 Web Components Release notes for v1.13.0.

Bug Fixes

  • AnalyticalTable: allow closing column popover by selection with SPACE key (#4565) (bc5c5ed), closes #4545
  • AnalyticalTable: center align indicator icons of columns (#4572) (10eda2c)
  • charts: mark charts package as type: module (#4160) (add9c88)
  • main: mark main package as type: module (#4552) (976064b)

Features

v1.14.0

03 May 13:37
Compare
Choose a tag to compare

1.14.0 (2023-05-03)

Bug Fixes

  • base: mark base package as type: module (#4140) (646b32b)
  • DynamicPageTitle: always show all contents of the 2nd line (#4489) (d0b9a32), closes #4488
  • FilterGroupItem: don't show colon if label is empty (#4529) (79a709a), closes #4513
  • FormItem: fix react unique key error when using multiple children in FormItem (#4509) (75ad94e), closes #4499
  • ObjectPage: remove unnecessary banner role (#4532) (37863d6), closes #4491
  • Toolbar: make ids unique for overflow items (#4557) (7d8e3ab), closes #4556
  • Toolbar: support F6 Fast Navigation (#4514) (d52147d)
  • Variant Management: fix error message for duplicate variant names (#4498) (f2da506), closes #4496

Features

  • AnalyticalTable: add selectedRowIds object to onRowSelect event & improve performance when selecting rows (#4534) (ce8b109), closes #4517
  • AnalyticalTable: allow multi-sorting (#4550) (728e013)