Skip to content

chore: release 2.25.0#402

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--webcomponents-react
Open

chore: release 2.25.0#402
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--webcomponents-react

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

🤖 I have created a release beep boop

2.25.0 (2026-07-22)

Features

  • AnalyticalTable - TypeScript: export ReactTableHooks type (#8656) (16fce8c)
  • AnalyticalTable - useF2CellEdit: update to follow latest a11y specs (#8307) (a7a35c8)
  • AnalyticalTable: add accessibleName & accessibleNameRef props (#8592) (2fe532c), closes #8590
  • AnalyticalTable: add allVisibleRowsSelected to onRowSelect & improve select behavior (#8224) (88f50fa)
  • AnalyticalTable: add onRowContextMenu callback (#8522) (eb914ef), closes #5594
  • AnalyticalTable: expose className & classNameHeader column options (#8747) (e3dc256)
  • AnalyticalTable: improve dynamic column width scaling performance (#8394) (819d3e2)
  • AnalyticalTable: optimize column resize performance and handling (#8392) (033be84)
  • AnalyticalTable: remove react-table v7 dependency & vendor its code (#8558) (b217f47), closes #6767
  • Bar/Column/ComposedChart: add stack aggregate total labels and tooltip support (#8302) (3e52380), closes #3420
  • ColumnChart: add alignLabels property (#8534) (2ac663e)
  • improve React Compiler compatibility (#8185) (b1ca145)
  • introduce UI5 Web Components for React MCP Server (#8418) (b5bd887), closes #7925
  • Line- & BulletChart: allow showing data labels for large datasets (#8150) (39a056e)
  • Modals: support auto-closing popovers sharing the same opener (#8149) (e647d41), closes #8147
  • ObjectPage: hide tabbar when only one section is available (#8116) (afa9d76), closes #8106
  • ObjectPage: make section headers sticky (#8087) (3d0250e), closes #7780
  • Pie- & DonutChart: enable section focus & arrow key nav (#8514) (ae69404), closes #7609
  • ScatterChart: enable arrow key nav via custom accessibilityLayer (#8566) (0f54a6b), closes #7484
  • SelectDialog: add searchPlaceholder prop (#8644) (3435925), closes #8637
  • update to UI5 Web Components 2.20.0 (#8285) (e9fd5d9), closes #8196
  • update to UI5 Web Components 2.21.0 (#8444) (09447b8)
  • update to UI5 Web Components 2.22.0 (#8580) (4ed9ea0)
  • update to UI5 Web Components 2.23.0 (#8676) (0dc8e8a)
  • update to UI5 Web Components 2.24.0 (#8765) (d0315a4)
  • update to UI5 Web Components v2.19.0 (#8180) (7634a40)

Bug Fixes

  • add type definition for @ui5/webcomponents-react/styles.css (#8417) (d628157)
  • AnalyticalTable - useManualRowSelect: allow custom manualRowSelectedKey, improve performance & docs (#8461) (6b61d8c), closes #3139
  • AnalyticalTable: add error log for nested headers (#8300) (6008598), closes #8293
  • AnalyticalTable: announce selection change by screen readers (#8768) (405f72e)
  • AnalyticalTable: apply hAlign correctly for grouped rows (#8401) (cefe69d), closes #8397
  • AnalyticalTable: deactivate horizontal virtualization for "Smart" and "Grow" mode (#8157) (c0b1245)
  • AnalyticalTable: fix bottom border position (#8319) (8fd8533)
  • AnalyticalTable: fix End/Home nav and Shift+Arrow resize (#8472) (0f8f63e)
  • AnalyticalTable: fix pop-in a11y and cell-data (#8535) (69aab1c), closes #7410
  • AnalyticalTable: prevent stale scrollOffset after filtering (#8685) (4c8e33d)
  • AnalyticalTable: prevent subcomponent re-render loop at browser zoom (#8645) (46ffd70), closes #8641
  • AnalyticalTable: recalc column widths after columns change with retainColumnWidth (#8487) (5027b89)
  • AnalyticalTable: reconcile columnOrder with columns on reorder (#8290) (7e16ae8)
  • AnalyticalTable: show expand icon in Quartz theme (#8716) (bd15575), closes #8689
  • AnalyticalTable: sync scroll offset after filtering (#8631) (9adb404)
  • AnalyticalTable: use "menu" role for columns popover (#8316) (952c60b), closes #8313
  • charts: broaden peer dependency ranges (#8525) (d71742c)
  • charts: eliminate debounce flicker in useObserveXAxisHeights (2fde376)
  • charts: eliminate debounce flicker in useObserveXAxisHeights (#8549) (61301b1)
  • charts: round x-axis bbox height to avoid subpixel re-render loop (#8741) (c7c9393)
  • charts: use correct color for focus outline (#8530) (8f9b7f6), closes #7302
  • cli: remove deprecated patch-compat-table command (#8638) (4218131)
  • deps: update dependency @tanstack/react-virtual to v3.13.19 (#8248) (928efb7)
  • deps: update dependency @tanstack/react-virtual to v3.13.21 (#8289) (72f1768)
  • deps: update dependency @tanstack/react-virtual to v3.13.22 (#8318) (31dbe85)
  • deps: update dependency @tanstack/react-virtual to v3.13.23 (#8331) (1eed1e7)
  • deps: update dependency @tanstack/react-virtual to v3.13.24 (#8509) (f86d0b8)
  • deps: update dependency @tanstack/react-virtual to v3.13.25 (#8625) (ee516ef)
  • deps: update dependency @tanstack/react-virtual to v3.13.26 (#8648) (b2cdfa0)
  • deps: update dependency @tanstack/react-virtual to v3.14.5 (#8742) (1e6f92d)
  • deps: update dependency @tanstack/react-virtual to v3.14.6 (#8783) (7e99a22)
  • deps: update dependency dedent to v1.7.2 (#8271) (3e8441e)
  • deps: update react monorepo to v19.2.7 (#8667) (ca7dc87)
  • deps: update tanstack-virtual monorepo to v3.14.2 (#8666) (6c17d65)
  • deps: update tanstack-virtual monorepo to v3.14.3 (#8709) (066fe70)
  • FilterBar: fix header overflow behavior & add "Go" button aria description (#8643) (42c5d86)
  • FilterBar: fix item distribution in hideToolbar layout (#8382) (b0217ad), closes #8381
  • mcp-server: correct DomRef methods, remove duplicate output, fix Device docs (#8577) (abaa696)
  • mcp-server: fix missing data files in published package (#8462) (8b20022)
  • mcp: shorten mcp-server description & adjust README (#8455) (6b537a9)
  • MessageView: reset filter and details when children change (#8717) (dfa4e06), closes #8707
  • ObjectPage: isolate stacking context in content (#8564) (85834ac)
  • ObjectPage: prevent header collapse on IconTabBar tab switch (#8587) (d086e13), closes #8582
  • ObjectPage: prevent section titles from overflowing header content (#8370) (85f66b4), closes #8369
  • ObjectPageTitle: correct screen reader reading order (#8753) (cbdf944), closes #8752
  • Pie- & DonutChart: improve label and legend text contrast (#8521) (d6a3a8f), closes #8395
  • renovate: resolve invalid matchPackageNames and clean up rules (#8691) (499b651)
  • ThemingParameters: sync CSS vars (#8334) (7556390)

This PR was generated with Release Please. See documentation.

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--webcomponents-react branch 4 times, most recently from 7bd3443 to 80fac86 Compare June 15, 2026 17:23
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--webcomponents-react branch 4 times, most recently from d31f73b to c0869a8 Compare June 24, 2026 11:23
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--webcomponents-react branch 6 times, most recently from bc33074 to e8e36e6 Compare June 30, 2026 11:23
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--webcomponents-react branch 2 times, most recently from 7474b14 to 6d85685 Compare July 6, 2026 11:23
@github-actions github-actions Bot changed the title chore: release 2.24.0 chore: release 2.25.0 Jul 6, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--webcomponents-react branch 5 times, most recently from f9342e6 to 0939a76 Compare July 10, 2026 17:25
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--webcomponents-react branch 4 times, most recently from 2db96e0 to b0e2956 Compare July 20, 2026 11:23
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--webcomponents-react branch from b0e2956 to d15499b Compare July 22, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants