Skip to content

v1.26.0

Compare
Choose a tag to compare
@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 08 Mar 16:10
· 175 commits to main since this release

1.26.0 (2024-03-08)

Note

Updated to @ui5/webcomponents@~1.23.1
Please also check the UI5 Web Components Release notes for v1.23.0 and v1.23.1.

Bug Fixes

  • AnalyticalTable & FilterBar: fully support ui5-webcomponents scoping (#5537) (3b5a2f5)
  • AnalyticalTable: correct active styles of table rows (#5509) (dbf0a49), closes #5499
  • AnalyticalTable: indent non-expandable rows in tree table correctly (#5481) (dc2fe02), closes #5478
  • AnalyticalTable: set aria-label correctly for non-interactive tables (#5570) (e6d39b6), closes #5555
  • deps: update dependency @tanstack/react-virtual to ~3.1.0 (#5503) (7744bbd)
  • deps: update dependency @tanstack/react-virtual to v3.1.2 (#5517) (cf69216)
  • deps: update dependency @tanstack/react-virtual to v3.1.3 (#5542) (84715db)
  • deps: update dependency recharts to v2.12.0 (#5479) (c32a810)
  • deps: update dependency recharts to v2.12.1 (#5514) (5e94dc0)
  • deps: update dependency recharts to v2.12.2 (#5560) (feb5753)
  • ExpandableText: use ellipsis char instead of three dots (#5538) (f5b23f8)
  • FilterBar & VariantManagement: fix tablet device detection (#5571) (8d55d0f), closes #5541
  • FilterBar: allow passing a single child for Select or MultiComboBox (#5543) (a8040fe)
  • FilterBar: fix bubbling of selection-change event in dialog (#5546) (0e34aad), closes #5535
  • Form: don't change layout if form has no width (#5575) (83d9a4f), closes #5551
  • FormGroup: fix font-weight and truncate overflowing text of title (#5584) (9978cd4), closes #5578
  • ObjectPage: add deprecation notice to showTitleInHeaderContent (#5574) (fdfb3ec)
  • SplitterLayout: show splitter icons correctly (#5488) (e1d01a9)

Features

  • AnalyticalTable: add cellLabel column option (#5512) (f15e7d6)
  • AnalyticalTable: allow IndicationColors as row highlight color (#5510) (b076205), closes #5500
  • AnalyticalTable: introduce useAnnounceEmptyCells plugin hook (#5526) (9d38a78), closes #5523
  • FilterBar: add reset warning MessageBox & improve docs (#5536) (0d838f6)
  • FilterBar: introduce reorder filters feature (#5569) (7433946), closes #5243
  • FormGroup: add as prop, allow pass through props (#5580) (667c2c9)
  • ObjectPage: add onBeforeNavigate event (#5557) (3c8c18f), closes #5342
  • update @ui5/webcomponents to ~1.23.0 (#5581) (602fd11)
  • update @ui5/webcomponents to ~1.23.1 (#5586) (51e9858)
  • vite-ts example: add routing, e2e test, theming & data fetching example (#5502) (788cc57)