diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc80d134a9c..7de9824d5aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.24.1" + ".": "2.25.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a5a520d89..8d919bfdd76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,90 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.25.0](https://github.com/stnxo2023/ui5-webcomponents-react/compare/v2.24.1...v2.25.0) (2026-07-22) + + +### Features + +* **AnalyticalTable - TypeScript:** export `ReactTableHooks` type ([#8656](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8656)) ([16fce8c](https://github.com/stnxo2023/ui5-webcomponents-react/commit/16fce8c5b7289168b9b088b265a6eac3962a654e)) +* **AnalyticalTable - useF2CellEdit:** update to follow latest a11y specs ([#8307](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8307)) ([a7a35c8](https://github.com/stnxo2023/ui5-webcomponents-react/commit/a7a35c84c970ae1ce7ed35ca69ae723db682a543)) +* **AnalyticalTable:** add `accessibleName` & `accessibleNameRef` props ([#8592](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8592)) ([2fe532c](https://github.com/stnxo2023/ui5-webcomponents-react/commit/2fe532c3af9747385128d0ca52d26a406f8bb3d8)), closes [#8590](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8590) +* **AnalyticalTable:** add `allVisibleRowsSelected` to `onRowSelect` & improve select behavior ([#8224](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8224)) ([88f50fa](https://github.com/stnxo2023/ui5-webcomponents-react/commit/88f50fac94eddb40910241df145d13df4fde122e)) +* **AnalyticalTable:** add `onRowContextMenu` callback ([#8522](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8522)) ([eb914ef](https://github.com/stnxo2023/ui5-webcomponents-react/commit/eb914ef60b67b926b36a0743e8cd147c6312a6ab)), closes [#5594](https://github.com/stnxo2023/ui5-webcomponents-react/issues/5594) +* **AnalyticalTable:** expose `className` & `classNameHeader` column options ([#8747](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8747)) ([e3dc256](https://github.com/stnxo2023/ui5-webcomponents-react/commit/e3dc256218fe17ad418d4185f5a3e9688a5eeb2c)) +* **AnalyticalTable:** improve dynamic column width scaling performance ([#8394](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8394)) ([819d3e2](https://github.com/stnxo2023/ui5-webcomponents-react/commit/819d3e2ddf54f4e4454d7f9436deb2a2d4048bd4)) +* **AnalyticalTable:** optimize column resize performance and handling ([#8392](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8392)) ([033be84](https://github.com/stnxo2023/ui5-webcomponents-react/commit/033be84414ee72061b86433e216a3f23fab9ebcc)) +* **AnalyticalTable:** remove `react-table` v7 dependency & vendor its code ([#8558](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8558)) ([b217f47](https://github.com/stnxo2023/ui5-webcomponents-react/commit/b217f476c26fe54efef0655fb0c2d8c25e195fcb)), closes [#6767](https://github.com/stnxo2023/ui5-webcomponents-react/issues/6767) +* **Bar/Column/ComposedChart:** add stack aggregate total labels and tooltip support ([#8302](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8302)) ([3e52380](https://github.com/stnxo2023/ui5-webcomponents-react/commit/3e5238086e20b40ba3447a85a0ee1864bc958283)), closes [#3420](https://github.com/stnxo2023/ui5-webcomponents-react/issues/3420) +* **ColumnChart:** add alignLabels property ([#8534](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8534)) ([2ac663e](https://github.com/stnxo2023/ui5-webcomponents-react/commit/2ac663efcf1f43659e9cfbfe5a1a34462eeeb46b)) +* improve React Compiler compatibility ([#8185](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8185)) ([b1ca145](https://github.com/stnxo2023/ui5-webcomponents-react/commit/b1ca145581c8de48345fffd380b3c629e914cb22)) +* introduce UI5 Web Components for React MCP Server ([#8418](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8418)) ([b5bd887](https://github.com/stnxo2023/ui5-webcomponents-react/commit/b5bd88740090468832dccb89abdfa4cb0e21c3df)), closes [#7925](https://github.com/stnxo2023/ui5-webcomponents-react/issues/7925) +* **Line- & BulletChart:** allow showing data labels for large datasets ([#8150](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8150)) ([39a056e](https://github.com/stnxo2023/ui5-webcomponents-react/commit/39a056e1625908934bdab0434c5538c65a4bc06d)) +* **Modals:** support auto-closing popovers sharing the same opener ([#8149](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8149)) ([e647d41](https://github.com/stnxo2023/ui5-webcomponents-react/commit/e647d41e440cf4a5f151501017ab4120a1f2e246)), closes [#8147](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8147) +* **ObjectPage:** hide tabbar when only one section is available ([#8116](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8116)) ([afa9d76](https://github.com/stnxo2023/ui5-webcomponents-react/commit/afa9d76f4b9ab325732f53c0790073476d2e2e31)), closes [#8106](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8106) +* **ObjectPage:** make section headers sticky ([#8087](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8087)) ([3d0250e](https://github.com/stnxo2023/ui5-webcomponents-react/commit/3d0250ec8ffc2b1af40be1c6ae5557b671a339e4)), closes [#7780](https://github.com/stnxo2023/ui5-webcomponents-react/issues/7780) +* **Pie- & DonutChart:** enable section focus & arrow key nav ([#8514](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8514)) ([ae69404](https://github.com/stnxo2023/ui5-webcomponents-react/commit/ae69404c855d0c94ebc378b77528a237bacb6578)), closes [#7609](https://github.com/stnxo2023/ui5-webcomponents-react/issues/7609) +* **ScatterChart:** enable arrow key nav via custom `accessibilityLayer` ([#8566](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8566)) ([0f54a6b](https://github.com/stnxo2023/ui5-webcomponents-react/commit/0f54a6b0f692effa02c6b7b6f52dded5d20c92e9)), closes [#7484](https://github.com/stnxo2023/ui5-webcomponents-react/issues/7484) +* **SelectDialog:** add `searchPlaceholder` prop ([#8644](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8644)) ([3435925](https://github.com/stnxo2023/ui5-webcomponents-react/commit/34359259ba124676b7cc4d9fb0e093c509ea5012)), closes [#8637](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8637) +* update to UI5 Web Components 2.20.0 ([#8285](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8285)) ([e9fd5d9](https://github.com/stnxo2023/ui5-webcomponents-react/commit/e9fd5d96f5ccacbea28d69005136b275ab62891f)), closes [#8196](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8196) +* update to UI5 Web Components 2.21.0 ([#8444](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8444)) ([09447b8](https://github.com/stnxo2023/ui5-webcomponents-react/commit/09447b817e198db2f95b8b41353f61fad0b30b6d)) +* update to UI5 Web Components 2.22.0 ([#8580](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8580)) ([4ed9ea0](https://github.com/stnxo2023/ui5-webcomponents-react/commit/4ed9ea0d2b62b70bedce130db2fce951cd538aa2)) +* update to UI5 Web Components 2.23.0 ([#8676](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8676)) ([0dc8e8a](https://github.com/stnxo2023/ui5-webcomponents-react/commit/0dc8e8a63d66dc7ad540930cf00025f09e9665f6)) +* update to UI5 Web Components 2.24.0 ([#8765](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8765)) ([d0315a4](https://github.com/stnxo2023/ui5-webcomponents-react/commit/d0315a48582e581ac87a0f8e0bbc8be75af3ebc3)) +* update to UI5 Web Components v2.19.0 ([#8180](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8180)) ([7634a40](https://github.com/stnxo2023/ui5-webcomponents-react/commit/7634a4079907314c1e9bb408b4fed1d95e709410)) + + +### Bug Fixes + +* add type definition for `@ui5/webcomponents-react/styles.css` ([#8417](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8417)) ([d628157](https://github.com/stnxo2023/ui5-webcomponents-react/commit/d628157f6d44044c7cffb97bf226ac8215696099)) +* **AnalyticalTable - useManualRowSelect:** allow custom `manualRowSelectedKey`, improve performance & docs ([#8461](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8461)) ([6b61d8c](https://github.com/stnxo2023/ui5-webcomponents-react/commit/6b61d8c73c845ed2a91fd759437ac01619199189)), closes [#3139](https://github.com/stnxo2023/ui5-webcomponents-react/issues/3139) +* **AnalyticalTable:** add error log for nested headers ([#8300](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8300)) ([6008598](https://github.com/stnxo2023/ui5-webcomponents-react/commit/60085985f4d0acb570749afa6e84a490edcbc93e)), closes [#8293](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8293) +* **AnalyticalTable:** announce selection change by screen readers ([#8768](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8768)) ([405f72e](https://github.com/stnxo2023/ui5-webcomponents-react/commit/405f72e5cb30e53e6a3ef64e364980b178fd3916)) +* **AnalyticalTable:** apply `hAlign` correctly for grouped rows ([#8401](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8401)) ([cefe69d](https://github.com/stnxo2023/ui5-webcomponents-react/commit/cefe69d2b711779a79464321957a042930b90bb1)), closes [#8397](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8397) +* **AnalyticalTable:** deactivate horizontal virtualization for "Smart" and "Grow" mode ([#8157](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8157)) ([c0b1245](https://github.com/stnxo2023/ui5-webcomponents-react/commit/c0b12455c8b2c5c117aff670003390db1ce189e0)) +* **AnalyticalTable:** fix bottom border position ([#8319](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8319)) ([8fd8533](https://github.com/stnxo2023/ui5-webcomponents-react/commit/8fd8533ba97b2291fd48bdda28183eff1ce730c8)) +* **AnalyticalTable:** fix End/Home nav and Shift+Arrow resize ([#8472](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8472)) ([0f8f63e](https://github.com/stnxo2023/ui5-webcomponents-react/commit/0f8f63ea5402cbeee7f6437b37fc24ddf7922205)) +* **AnalyticalTable:** fix pop-in a11y and cell-data ([#8535](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8535)) ([69aab1c](https://github.com/stnxo2023/ui5-webcomponents-react/commit/69aab1c65dfc19f2836e53e33bdb69893e5fa399)), closes [#7410](https://github.com/stnxo2023/ui5-webcomponents-react/issues/7410) +* **AnalyticalTable:** prevent stale `scrollOffset` after filtering ([#8685](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8685)) ([4c8e33d](https://github.com/stnxo2023/ui5-webcomponents-react/commit/4c8e33daa3e2d07e8c87c08cf6a9ddf08d900bf3)) +* **AnalyticalTable:** prevent subcomponent re-render loop at browser zoom ([#8645](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8645)) ([46ffd70](https://github.com/stnxo2023/ui5-webcomponents-react/commit/46ffd70980c33bd4dca654347dc2e979dfff5efd)), closes [#8641](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8641) +* **AnalyticalTable:** recalc column widths after columns change with `retainColumnWidth` ([#8487](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8487)) ([5027b89](https://github.com/stnxo2023/ui5-webcomponents-react/commit/5027b89bec9deb8a58a2281d41c037e2492cd08a)) +* **AnalyticalTable:** reconcile columnOrder with columns on reorder ([#8290](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8290)) ([7e16ae8](https://github.com/stnxo2023/ui5-webcomponents-react/commit/7e16ae8213149a7dbaed91ae9dd5c78e966e6a0e)) +* **AnalyticalTable:** show expand icon in Quartz theme ([#8716](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8716)) ([bd15575](https://github.com/stnxo2023/ui5-webcomponents-react/commit/bd155755c06b8090d69fbc2111ccb98e03fc7e74)), closes [#8689](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8689) +* **AnalyticalTable:** sync scroll offset after filtering ([#8631](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8631)) ([9adb404](https://github.com/stnxo2023/ui5-webcomponents-react/commit/9adb404d7451a62ba7925a2e47cd1d34ed072eb5)) +* **AnalyticalTable:** use "menu" role for columns popover ([#8316](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8316)) ([952c60b](https://github.com/stnxo2023/ui5-webcomponents-react/commit/952c60bcd74c4ea238aed6935faeba650471e6f4)), closes [#8313](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8313) +* **charts:** broaden peer dependency ranges ([#8525](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8525)) ([d71742c](https://github.com/stnxo2023/ui5-webcomponents-react/commit/d71742c17a679a564310f5796754dcf05df9a660)) +* **charts:** eliminate debounce flicker in useObserveXAxisHeights ([2fde376](https://github.com/stnxo2023/ui5-webcomponents-react/commit/2fde3764fe587b9613529a3432e28f3d54828e38)) +* **charts:** eliminate debounce flicker in useObserveXAxisHeights ([#8549](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8549)) ([61301b1](https://github.com/stnxo2023/ui5-webcomponents-react/commit/61301b1e40137f47b3ba222f4b66ad0c2cd3de0c)) +* **charts:** round x-axis bbox height to avoid subpixel re-render loop ([#8741](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8741)) ([c7c9393](https://github.com/stnxo2023/ui5-webcomponents-react/commit/c7c9393b72efa507b1c11c3eb643b2fd10cb1721)) +* **charts:** use correct color for focus outline ([#8530](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8530)) ([8f9b7f6](https://github.com/stnxo2023/ui5-webcomponents-react/commit/8f9b7f6a056b57bb3f9b0e3550fc760c369fece4)), closes [#7302](https://github.com/stnxo2023/ui5-webcomponents-react/issues/7302) +* **cli:** remove deprecated `patch-compat-table` command ([#8638](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8638)) ([4218131](https://github.com/stnxo2023/ui5-webcomponents-react/commit/4218131745476cd6ba88525f882c7e79a4bf08ca)) +* **deps:** update dependency @tanstack/react-virtual to v3.13.19 ([#8248](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8248)) ([928efb7](https://github.com/stnxo2023/ui5-webcomponents-react/commit/928efb74469e6bc0f6bb138630b4921ceb071a7a)) +* **deps:** update dependency @tanstack/react-virtual to v3.13.21 ([#8289](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8289)) ([72f1768](https://github.com/stnxo2023/ui5-webcomponents-react/commit/72f1768328be125647af16026ba30f89a7107d83)) +* **deps:** update dependency @tanstack/react-virtual to v3.13.22 ([#8318](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8318)) ([31dbe85](https://github.com/stnxo2023/ui5-webcomponents-react/commit/31dbe85386db160ab8c0dbbadbd15bad530bd5d8)) +* **deps:** update dependency @tanstack/react-virtual to v3.13.23 ([#8331](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8331)) ([1eed1e7](https://github.com/stnxo2023/ui5-webcomponents-react/commit/1eed1e75455070bdf1f4bc1690a7507ce5ab896d)) +* **deps:** update dependency @tanstack/react-virtual to v3.13.24 ([#8509](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8509)) ([f86d0b8](https://github.com/stnxo2023/ui5-webcomponents-react/commit/f86d0b85e614359ece396f250a8aa62729df6ef6)) +* **deps:** update dependency @tanstack/react-virtual to v3.13.25 ([#8625](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8625)) ([ee516ef](https://github.com/stnxo2023/ui5-webcomponents-react/commit/ee516efb141998631b7af3814341b1bf19600a85)) +* **deps:** update dependency @tanstack/react-virtual to v3.13.26 ([#8648](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8648)) ([b2cdfa0](https://github.com/stnxo2023/ui5-webcomponents-react/commit/b2cdfa02b565d084402bc19fbb4ac25b92c8805f)) +* **deps:** update dependency @tanstack/react-virtual to v3.14.5 ([#8742](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8742)) ([1e6f92d](https://github.com/stnxo2023/ui5-webcomponents-react/commit/1e6f92dbb11432e2cf95f0937d4e09a29d5192d0)) +* **deps:** update dependency @tanstack/react-virtual to v3.14.6 ([#8783](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8783)) ([7e99a22](https://github.com/stnxo2023/ui5-webcomponents-react/commit/7e99a22bfda9550869fa924f22dcaad41fc67a47)) +* **deps:** update dependency dedent to v1.7.2 ([#8271](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8271)) ([3e8441e](https://github.com/stnxo2023/ui5-webcomponents-react/commit/3e8441e1844e3e8ab840add1f189cb665b37f757)) +* **deps:** update react monorepo to v19.2.7 ([#8667](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8667)) ([ca7dc87](https://github.com/stnxo2023/ui5-webcomponents-react/commit/ca7dc874f339c407e72d03d93ebb56126ea16c8a)) +* **deps:** update tanstack-virtual monorepo to v3.14.2 ([#8666](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8666)) ([6c17d65](https://github.com/stnxo2023/ui5-webcomponents-react/commit/6c17d6526236f84dba51ea11575636299490f235)) +* **deps:** update tanstack-virtual monorepo to v3.14.3 ([#8709](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8709)) ([066fe70](https://github.com/stnxo2023/ui5-webcomponents-react/commit/066fe7077fd4a897489b80977e7ad2a073e9ff03)) +* **FilterBar:** fix header overflow behavior & add "Go" button aria description ([#8643](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8643)) ([42c5d86](https://github.com/stnxo2023/ui5-webcomponents-react/commit/42c5d86cddf950c820914b68395aa513df093c97)) +* **FilterBar:** fix item distribution in `hideToolbar` layout ([#8382](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8382)) ([b0217ad](https://github.com/stnxo2023/ui5-webcomponents-react/commit/b0217add75b186bec117068137a6a45f15cdc9fb)), closes [#8381](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8381) +* **mcp-server:** correct DomRef methods, remove duplicate output, fix Device docs ([#8577](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8577)) ([abaa696](https://github.com/stnxo2023/ui5-webcomponents-react/commit/abaa696e0911d9f1f9483f9a8939b14a52d9f243)) +* **mcp-server:** fix missing data files in published package ([#8462](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8462)) ([8b20022](https://github.com/stnxo2023/ui5-webcomponents-react/commit/8b200228319d2b7897ac10218509faf708b9c3fb)) +* **mcp:** shorten mcp-server description & adjust README ([#8455](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8455)) ([6b537a9](https://github.com/stnxo2023/ui5-webcomponents-react/commit/6b537a985504fe0132e5354df7d154794b3095fd)) +* **MessageView:** reset filter and details when children change ([#8717](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8717)) ([dfa4e06](https://github.com/stnxo2023/ui5-webcomponents-react/commit/dfa4e06c3346e8daf7e8f34e51bdacad33b0b39b)), closes [#8707](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8707) +* **ObjectPage:** isolate stacking context in content ([#8564](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8564)) ([85834ac](https://github.com/stnxo2023/ui5-webcomponents-react/commit/85834aca074d045af38da9d37a9428471769632b)) +* **ObjectPage:** prevent header collapse on IconTabBar tab switch ([#8587](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8587)) ([d086e13](https://github.com/stnxo2023/ui5-webcomponents-react/commit/d086e139c11f808d77029c123a96152f16088be2)), closes [#8582](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8582) +* **ObjectPage:** prevent section titles from overflowing header content ([#8370](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8370)) ([85f66b4](https://github.com/stnxo2023/ui5-webcomponents-react/commit/85f66b4d60ed111283ddcf419d6f08169c8faf19)), closes [#8369](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8369) +* **ObjectPageTitle:** correct screen reader reading order ([#8753](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8753)) ([cbdf944](https://github.com/stnxo2023/ui5-webcomponents-react/commit/cbdf944bf404b0262abf83612459c89a29a44ddd)), closes [#8752](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8752) +* **Pie- & DonutChart:** improve label and legend text contrast ([#8521](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8521)) ([d6a3a8f](https://github.com/stnxo2023/ui5-webcomponents-react/commit/d6a3a8fa764d6ed71a76f81ebdbf925d2b4484d7)), closes [#8395](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8395) +* **renovate:** resolve invalid matchPackageNames and clean up rules ([#8691](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8691)) ([499b651](https://github.com/stnxo2023/ui5-webcomponents-react/commit/499b6518c0f72cd07b6cd9570374ef1307b0bdc5)) +* **ThemingParameters:** sync CSS vars ([#8334](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8334)) ([7556390](https://github.com/stnxo2023/ui5-webcomponents-react/commit/7556390188f12a15fc3d72ebd4540235184d293a)) + ## [2.24.1](https://github.com/UI5/webcomponents-react/compare/v2.24.0...v2.24.1) (2026-07-09) diff --git a/package.json b/package.json index a6464a473ee..1fa8fef6ec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui5-webcomponents-react", - "version": "2.24.1", + "version": "2.25.0", "workspaces": [ "packages/*" ], diff --git a/packages/ai/package.json b/packages/ai/package.json index 5ec49a53741..ac0f8c75521 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-ai-react", - "version": "2.24.1", + "version": "2.25.0", "description": "React wrapper for `@ui5/webcomponents-ai` web components.", "type": "module", "main": "dist/index.js", diff --git a/packages/base/package.json b/packages/base/package.json index 017a6a4f090..d1619b0dd2d 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-base", - "version": "2.24.1", + "version": "2.25.0", "description": "Base for ui5-webcomponents-react", "type": "module", "main": "dist/index.js", diff --git a/packages/charts/package.json b/packages/charts/package.json index 6de46bb83b2..9dcdf029cc9 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-charts", - "version": "2.24.1", + "version": "2.25.0", "description": "Charts for ui5-webcomponents-react", "type": "module", "main": "dist/index.js", diff --git a/packages/cli/package.json b/packages/cli/package.json index 196f4e51c8a..0f7429354b0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -3,7 +3,7 @@ "description": "CLI for UI5 Web Components for React", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", - "version": "2.24.1", + "version": "2.25.0", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/compat/package.json b/packages/compat/package.json index 7c8693af9e7..5a1ff054782 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-compat", - "version": "2.24.1", + "version": "2.25.0", "description": "React Wrapper for UI5 Web Components Compat package", "type": "module", "main": "dist/index.js", diff --git a/packages/cypress-commands/package.json b/packages/cypress-commands/package.json index a6d8d15afc8..8dfc53c3280 100644 --- a/packages/cypress-commands/package.json +++ b/packages/cypress-commands/package.json @@ -3,7 +3,7 @@ "description": "Cypress Custom Commands and Queries for UI5 Web Components", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", - "version": "2.24.1", + "version": "2.25.0", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/main/package.json b/packages/main/package.json index e79ffd9194a..83a5cafa34a 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "2.24.1", + "version": "2.25.0", "description": "React Wrapper for UI5 Web Components and additional components", "type": "module", "main": "dist/index.js", diff --git a/packages/mcp-server/package.json b/packages/mcp-server/package.json index c2f02701fd4..2f1934bde26 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -3,7 +3,7 @@ "description": "MCP server for UI5 Web Components for React - Developer documentation and API assistance", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", - "version": "2.24.1", + "version": "2.25.0", "type": "module", "mcpName": "io.github.UI5/webcomponents-react-mcp-server", "types": "./dist/index.d.ts", diff --git a/packages/mcp-server/server.json b/packages/mcp-server/server.json index a2fec3892de..0c6e261ef63 100644 --- a/packages/mcp-server/server.json +++ b/packages/mcp-server/server.json @@ -7,12 +7,12 @@ "source": "github", "subfolder": "packages/mcp-server" }, - "version": "2.24.1", + "version": "2.25.0", "packages": [ { "registryType": "npm", "identifier": "@ui5/webcomponents-react-mcp", - "version": "2.24.1", + "version": "2.25.0", "transport": { "type": "stdio" },