Skip to content

Commit e1178ee

Browse files
chore: release 2.26.1
1 parent a236d4b commit e1178ee

12 files changed

Lines changed: 23 additions & 12 deletions

File tree

‎.release-please-manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.26.0"
2+
".": "2.26.1"
33
}

‎CHANGELOG.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.26.1](https://github.com/UI5/webcomponents-react/compare/v2.26.0...v2.26.1) (2026-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **ActionSheet:** prevent Tab from escaping the popover & deprecate in favor of `Menu` ([#8933](https://github.com/UI5/webcomponents-react/issues/8933)) ([7d0f255](https://github.com/UI5/webcomponents-react/commit/7d0f25573c81ebf2e339a63aac0ed59a01e2a97e)), closes [#8932](https://github.com/UI5/webcomponents-react/issues/8932)
12+
* **AnalyticalTable - useIndeterminateRowSelection:** improve performance ([#8924](https://github.com/UI5/webcomponents-react/issues/8924)) ([a236d4b](https://github.com/UI5/webcomponents-react/commit/a236d4b8074da4902ef68552473afda13d87206f)), closes [#4886](https://github.com/UI5/webcomponents-react/issues/4886)
13+
* **cypress-commands:** support Cypress v16 ([#8952](https://github.com/UI5/webcomponents-react/issues/8952)) ([2eff95f](https://github.com/UI5/webcomponents-react/commit/2eff95f50674c5313440b1538f81cdfc294df685))
14+
* **deps:** update dependency @tanstack/react-virtual to v3.14.11 ([#8954](https://github.com/UI5/webcomponents-react/issues/8954)) ([0d4f457](https://github.com/UI5/webcomponents-react/commit/0d4f4577941bf2ef5cf6a17d7740ef3af0e9a2f4))
15+
* **ObjectPage:** keep clicked tab selected with a tall expandable header ([#8915](https://github.com/UI5/webcomponents-react/issues/8915)) ([19af447](https://github.com/UI5/webcomponents-react/commit/19af447dad44596f2ed219f22962ee2d3819a42e)), closes [#8906](https://github.com/UI5/webcomponents-react/issues/8906)
16+
617
## [2.26.0](https://github.com/UI5/webcomponents-react/compare/v2.25.1...v2.26.0) (2026-08-31)
718

819
### Features

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-webcomponents-react",
3-
"version": "2.26.0",
3+
"version": "2.26.1",
44
"workspaces": [
55
"packages/*"
66
],

‎packages/ai/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-ai-react",
3-
"version": "2.26.0",
3+
"version": "2.26.1",
44
"description": "React wrapper for `@ui5/webcomponents-ai` web components.",
55
"type": "module",
66
"main": "dist/index.js",

‎packages/base/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-base",
3-
"version": "2.26.0",
3+
"version": "2.26.1",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

‎packages/charts/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "2.26.0",
3+
"version": "2.26.1",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

‎packages/cli/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CLI for UI5 Web Components for React",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "2.26.0",
6+
"version": "2.26.1",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

‎packages/compat/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-compat",
3-
"version": "2.26.0",
3+
"version": "2.26.1",
44
"description": "React Wrapper for UI5 Web Components Compat package",
55
"type": "module",
66
"main": "dist/index.js",

‎packages/cypress-commands/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cypress Custom Commands and Queries for UI5 Web Components",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "2.26.0",
6+
"version": "2.26.1",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

‎packages/main/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "2.26.0",
3+
"version": "2.26.1",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)