Skip to content

Commit d0d69e0

Browse files
chore(release): publish v2.16.0 [ci skip]
1 parent a506946 commit d0d69e0

File tree

16 files changed

+109
-8
lines changed

16 files changed

+109
-8
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable - TypeScript:** fix cell types & add missing cell & row types ([#7890](https://github.com/UI5/webcomponents-react/issues/7890)) ([40ee1c7](https://github.com/UI5/webcomponents-react/commit/40ee1c744a74ee6a211c504542b3fd0a06215242)), closes [#7887](https://github.com/UI5/webcomponents-react/issues/7887)
11+
- **AnalyticalTable - TypeScript:** improve callback types ([#7858](https://github.com/UI5/webcomponents-react/issues/7858)) ([6f370d9](https://github.com/UI5/webcomponents-react/commit/6f370d943df2eb59a7fd300142b8aae8afee36ed))
12+
- **AnalyticalTable:** fix bottom border styles ([#7881](https://github.com/UI5/webcomponents-react/issues/7881)) ([1ebf138](https://github.com/UI5/webcomponents-react/commit/1ebf138ca2127d1d651fb7f4d1660ff23ca3f99a))
13+
- **AnalyticalTable:** improve accessibility ([#7879](https://github.com/UI5/webcomponents-react/issues/7879)) ([9a38327](https://github.com/UI5/webcomponents-react/commit/9a38327dfb022d4409fdc1d9cbdde87834e4a188)), closes [#7387](https://github.com/UI5/webcomponents-react/issues/7387) [#5819](https://github.com/UI5/webcomponents-react/issues/5819)
14+
- **AnalyticalTable:** update column resizer styles ([#7859](https://github.com/UI5/webcomponents-react/issues/7859)) ([09b0f0e](https://github.com/UI5/webcomponents-react/commit/09b0f0ec16f1c3d8f3c69173fd50f87fb9488c6a))
15+
- **AnalyticalTable:** virtualize empty cells horizontally ([#7880](https://github.com/UI5/webcomponents-react/issues/7880)) ([63a6a41](https://github.com/UI5/webcomponents-react/commit/63a6a41b3df172419e24dd62be4fddfae3012df3)), closes [#7841](https://github.com/UI5/webcomponents-react/issues/7841)
16+
- **deps:** update node.js to v24 ([#7878](https://github.com/UI5/webcomponents-react/issues/7878)) ([b7859b2](https://github.com/UI5/webcomponents-react/commit/b7859b2dea369971441954f58945ee908f5881ef))
17+
- **ObjectPage - TypeScript:** fix `accessibilityAttributes` `expandButton.expanded` type ([#7891](https://github.com/UI5/webcomponents-react/issues/7891)) ([ff48795](https://github.com/UI5/webcomponents-react/commit/ff487959c884c2ad2e2c2b52100c558e0882a6c7))
18+
- **ObjectPage:** adjust header shadow ([#7855](https://github.com/UI5/webcomponents-react/issues/7855)) ([fe11b07](https://github.com/UI5/webcomponents-react/commit/fe11b07f7bd12504e9eb5f7b0d273a9e6a758b41)), closes [#7812](https://github.com/UI5/webcomponents-react/issues/7812)
19+
- **ObjectStatus:** update inverted focus styles ([#7884](https://github.com/UI5/webcomponents-react/issues/7884)) ([2a5e856](https://github.com/UI5/webcomponents-react/commit/2a5e856a24da79e1f08f47ebfc0fc2adc885551d)), closes [#7883](https://github.com/UI5/webcomponents-react/issues/7883)
20+
21+
### Features
22+
23+
- update to UI5 Web Components v2.16.1 ([#7911](https://github.com/UI5/webcomponents-react/issues/7911)) ([0a88d7e](https://github.com/UI5/webcomponents-react/commit/0a88d7e0bf027fbb3ba2f3e8c13ee701c5f3c33d))
24+
25+
### Reverts
26+
27+
- Revert "chore(release): publish v2.16.0 [ci skip]" ([a506946](https://github.com/UI5/webcomponents-react/commit/a506946e541d7f54ea5d5036ecdc0cec3dbc5fee))
28+
629
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
730

831
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.15.3",
3+
"version": "2.16.0",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/ai/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
7+
8+
### Features
9+
10+
- update to UI5 Web Components v2.16.1 ([#7911](https://github.com/UI5/webcomponents-react/issues/7911)) ([0a88d7e](https://github.com/UI5/webcomponents-react/commit/0a88d7e0bf027fbb3ba2f3e8c13ee701c5f3c33d))
11+
12+
### Reverts
13+
14+
- Revert "chore(release): publish v2.16.0 [ci skip]" ([a506946](https://github.com/UI5/webcomponents-react/commit/a506946e541d7f54ea5d5036ecdc0cec3dbc5fee))
15+
616
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
717

818
**Note:** Version bump only for package @ui5/webcomponents-ai-react

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.15.3",
3+
"version": "2.16.0",
44
"description": "React wrapper for `@ui5/webcomponents-ai` web components.",
55
"type": "module",
66
"main": "dist/index.js",

packages/base/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
7+
8+
### Features
9+
10+
- update to UI5 Web Components v2.16.1 ([#7911](https://github.com/UI5/webcomponents-react/issues/7911)) ([0a88d7e](https://github.com/UI5/webcomponents-react/commit/0a88d7e0bf027fbb3ba2f3e8c13ee701c5f3c33d))
11+
12+
### Reverts
13+
14+
- Revert "chore(release): publish v2.16.0 [ci skip]" ([a506946](https://github.com/UI5/webcomponents-react/commit/a506946e541d7f54ea5d5036ecdc0cec3dbc5fee))
15+
616
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
717

818
**Note:** Version bump only for package @ui5/webcomponents-react-base

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.15.3",
3+
"version": "2.16.0",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/charts/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
7+
8+
### Features
9+
10+
- update to UI5 Web Components v2.16.1 ([#7911](https://github.com/UI5/webcomponents-react/issues/7911)) ([0a88d7e](https://github.com/UI5/webcomponents-react/commit/0a88d7e0bf027fbb3ba2f3e8c13ee701c5f3c33d))
11+
12+
### Reverts
13+
14+
- Revert "chore(release): publish v2.16.0 [ci skip]" ([a506946](https://github.com/UI5/webcomponents-react/commit/a506946e541d7f54ea5d5036ecdc0cec3dbc5fee))
15+
616
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
717

818
**Note:** Version bump only for package @ui5/webcomponents-react-charts

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.15.3",
3+
"version": "2.16.0",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
7+
8+
### Reverts
9+
10+
- Revert "chore(release): publish v2.16.0 [ci skip]" ([a506946](https://github.com/UI5/webcomponents-react/commit/a506946e541d7f54ea5d5036ecdc0cec3dbc5fee))
11+
612
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
713

814
### Bug Fixes

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.15.3",
6+
"version": "2.16.0",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

0 commit comments

Comments
 (0)