Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/main": "2.22.2",
"packages/base": "2.22.2",
"packages/charts": "2.22.2",
"packages/cli": "2.22.2",
"packages/compat": "2.22.2",
"packages/ai": "2.22.2",
"packages/cypress-commands": "2.22.2",
"packages/mcp-server": "2.22.2"
"packages/main": "2.23.0",
"packages/base": "2.23.0",
"packages/charts": "2.23.0",
"packages/cli": "2.23.0",
"packages/compat": "2.23.0",
"packages/ai": "2.23.0",
"packages/cypress-commands": "2.23.0",
"packages/mcp-server": "2.23.0"
}
12 changes: 12 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.0](https://github.com/stnxo2023/ui5-webcomponents-react/compare/v2.22.2...v2.23.0) (2026-06-08)


### Features

* **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))
* 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 v2.18.0 ([#8075](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8075)) ([e01d461](https://github.com/stnxo2023/ui5-webcomponents-react/commit/e01d461851db0bfe8b550cdd667565402d902197))
* 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))

## [2.22.2](https://github.com/UI5/webcomponents-react/compare/v2.22.1...v2.22.2) (2026-05-28)

**Note:** Version bump only for package @ui5/webcomponents-ai-react
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-ai-react",
"version": "2.22.2",
"version": "2.23.0",
"description": "React wrapper for `@ui5/webcomponents-ai` web components.",
"type": "module",
"main": "dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.0](https://github.com/stnxo2023/ui5-webcomponents-react/compare/v2.22.2...v2.23.0) (2026-06-08)


### Features

* **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))
* improve React Compiler compatibility ([#8185](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8185)) ([b1ca145](https://github.com/stnxo2023/ui5-webcomponents-react/commit/b1ca145581c8de48345fffd380b3c629e914cb22))
* 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 v2.18.0 ([#8075](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8075)) ([e01d461](https://github.com/stnxo2023/ui5-webcomponents-react/commit/e01d461851db0bfe8b550cdd667565402d902197))
* 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

* **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.22.2](https://github.com/UI5/webcomponents-react/compare/v2.22.1...v2.22.2) (2026-05-28)

**Note:** Version bump only for package @ui5/webcomponents-react-base
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-base",
"version": "2.22.2",
"version": "2.23.0",
"description": "Base for ui5-webcomponents-react",
"type": "module",
"main": "dist/index.js",
Expand Down
27 changes: 27 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.0](https://github.com/stnxo2023/ui5-webcomponents-react/compare/v2.22.2...v2.23.0) (2026-06-08)


### Features

* **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))
* **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))
* **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))
* **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)
* 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 v2.18.0 ([#8075](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8075)) ([e01d461](https://github.com/stnxo2023/ui5-webcomponents-react/commit/e01d461851db0bfe8b550cdd667565402d902197))
* 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

* **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:** 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)
* **deps:** update dependency react-content-loader to v7.1.2 ([#8133](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8133)) ([92825f7](https://github.com/stnxo2023/ui5-webcomponents-react/commit/92825f72643c45dd4998a3399228bd964ec7d951))
* **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)

## [2.22.2](https://github.com/UI5/webcomponents-react/compare/v2.22.1...v2.22.2) (2026-05-28)

**Note:** Version bump only for package @ui5/webcomponents-react-charts
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-charts",
"version": "2.22.2",
"version": "2.23.0",
"description": "Charts for ui5-webcomponents-react",
"type": "module",
"main": "dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.0](https://github.com/stnxo2023/ui5-webcomponents-react/compare/v2.22.2...v2.23.0) (2026-06-08)


### Features

* **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))
* improve React Compiler compatibility ([#8185](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8185)) ([b1ca145](https://github.com/stnxo2023/ui5-webcomponents-react/commit/b1ca145581c8de48345fffd380b3c629e914cb22))


### Bug Fixes

* **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 dedent to v1.7.1 ([#8042](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8042)) ([03df64b](https://github.com/stnxo2023/ui5-webcomponents-react/commit/03df64bf8ceaab2bd5980b07e99c15f7c0314a5a))
* **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))

## [2.22.2](https://github.com/UI5/webcomponents-react/compare/v2.22.1...v2.22.2) (2026-05-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.2",
"version": "2.23.0",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/compat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.0](https://github.com/stnxo2023/ui5-webcomponents-react/compare/v2.22.2...v2.23.0) (2026-06-08)


### Features

* **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))
* improve React Compiler compatibility ([#8185](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8185)) ([b1ca145](https://github.com/stnxo2023/ui5-webcomponents-react/commit/b1ca145581c8de48345fffd380b3c629e914cb22))
* 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 v2.18.0 ([#8075](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8075)) ([e01d461](https://github.com/stnxo2023/ui5-webcomponents-react/commit/e01d461851db0bfe8b550cdd667565402d902197))
* 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

* **Toolbar - compat:** support React version >= 19.2 & StrictMode ([#8073](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8073)) ([763e091](https://github.com/stnxo2023/ui5-webcomponents-react/commit/763e0914218f7dfc586f8b250219aac75f4241c2)), closes [#8063](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8063)

## [2.22.2](https://github.com/UI5/webcomponents-react/compare/v2.22.1...v2.22.2) (2026-05-28)

**Note:** Version bump only for package @ui5/webcomponents-react-compat
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-compat",
"version": "2.22.2",
"version": "2.23.0",
"description": "React Wrapper for UI5 Web Components Compat package",
"type": "module",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/cypress-commands/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.0](https://github.com/stnxo2023/ui5-webcomponents-react/compare/v2.22.2...v2.23.0) (2026-06-08)


### Features

* **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))
* 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 v2.18.0 ([#8075](https://github.com/stnxo2023/ui5-webcomponents-react/issues/8075)) ([e01d461](https://github.com/stnxo2023/ui5-webcomponents-react/commit/e01d461851db0bfe8b550cdd667565402d902197))
* 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))

## [2.22.2](https://github.com/UI5/webcomponents-react/compare/v2.22.1...v2.22.2) (2026-05-28)

**Note:** Version bump only for package @ui5/webcomponents-cypress-commands
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.2",
"version": "2.23.0",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
Loading