Skip to content

Commit 3161f01

Browse files
chore(release): publish v2.17.0 [ci skip]
1 parent 334bd76 commit 3161f01

File tree

16 files changed

+76
-8
lines changed

16 files changed

+76
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.17.0](https://github.com/UI5/webcomponents-react/compare/v2.16.0...v2.17.0) (2025-12-08)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable - TypeScript:** improve instance types ([#7935](https://github.com/UI5/webcomponents-react/issues/7935)) ([6dc1b12](https://github.com/UI5/webcomponents-react/commit/6dc1b12d88db88c8540b3c883ac8c1525326cb21))
11+
- **AnalyticalTable:** text ellipsis for strings & class for elements for custom Cell ([#7951](https://github.com/UI5/webcomponents-react/issues/7951)) ([c338dc1](https://github.com/UI5/webcomponents-react/commit/c338dc1fdfc32e7e5958e10765ca421768f1861f))
12+
- **AnalyticalTable:** update active row state style ([#7936](https://github.com/UI5/webcomponents-react/issues/7936)) ([8511f5a](https://github.com/UI5/webcomponents-react/commit/8511f5a552effdbd80345f462a2786581a35701d))
13+
- **deps:** update dependency execa to v9.6.1 ([#7983](https://github.com/UI5/webcomponents-react/issues/7983)) ([e6b8b76](https://github.com/UI5/webcomponents-react/commit/e6b8b76ee61fe2eb83eac5ea581a11a2b385c287))
14+
- **deps:** update react monorepo to v19.2.1 (patch) ([#7998](https://github.com/UI5/webcomponents-react/issues/7998)) ([80d5733](https://github.com/UI5/webcomponents-react/commit/80d5733dae40f6bceff159fc7432f93089e2af60))
15+
- **ObjectPage:** update section spacings to latest specs ([#7977](https://github.com/UI5/webcomponents-react/issues/7977)) ([0c058c1](https://github.com/UI5/webcomponents-react/commit/0c058c121b78ba2ca9fad7e403e18fb95bc90b95)), closes [#7917](https://github.com/UI5/webcomponents-react/issues/7917)
16+
- **ObjectPage:** use UI5WC tabbar shadow ([#7975](https://github.com/UI5/webcomponents-react/issues/7975)) ([85d82a0](https://github.com/UI5/webcomponents-react/commit/85d82a07137b965046c32f4a360528e7da5c180b))
17+
18+
### Features
19+
20+
- **ObjectStatus:** simplify active state styling in lists & tables ([#7930](https://github.com/UI5/webcomponents-react/issues/7930)) ([2529bd4](https://github.com/UI5/webcomponents-react/commit/2529bd4074b1b9f5300930befd2bfbb99b3b3753)), closes [#7929](https://github.com/UI5/webcomponents-react/issues/7929)
21+
- update to UI5 Web Components v2.17.0 ([#8011](https://github.com/UI5/webcomponents-react/issues/8011)) ([8c280d9](https://github.com/UI5/webcomponents-react/commit/8c280d9b8eb016b03dd80314e779a39939bbb53a))
22+
623
# [2.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
724

825
### 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.16.0",
3+
"version": "2.17.0",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/ai/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.17.0](https://github.com/UI5/webcomponents-react/compare/v2.16.0...v2.17.0) (2025-12-08)
7+
8+
### Features
9+
10+
- update to UI5 Web Components v2.17.0 ([#8011](https://github.com/UI5/webcomponents-react/issues/8011)) ([8c280d9](https://github.com/UI5/webcomponents-react/commit/8c280d9b8eb016b03dd80314e779a39939bbb53a))
11+
612
# [2.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
713

814
### Features

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.16.0",
3+
"version": "2.17.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: 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.17.0](https://github.com/UI5/webcomponents-react/compare/v2.16.0...v2.17.0) (2025-12-08)
7+
8+
### Features
9+
10+
- update to UI5 Web Components v2.17.0 ([#8011](https://github.com/UI5/webcomponents-react/issues/8011)) ([8c280d9](https://github.com/UI5/webcomponents-react/commit/8c280d9b8eb016b03dd80314e779a39939bbb53a))
11+
612
# [2.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
713

814
### Features

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

packages/charts/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.17.0](https://github.com/UI5/webcomponents-react/compare/v2.16.0...v2.17.0) (2025-12-08)
7+
8+
### Features
9+
10+
- update to UI5 Web Components v2.17.0 ([#8011](https://github.com/UI5/webcomponents-react/issues/8011)) ([8c280d9](https://github.com/UI5/webcomponents-react/commit/8c280d9b8eb016b03dd80314e779a39939bbb53a))
11+
612
# [2.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
713

814
### Features

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.16.0",
3+
"version": "2.17.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.17.0](https://github.com/UI5/webcomponents-react/compare/v2.16.0...v2.17.0) (2025-12-08)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency execa to v9.6.1 ([#7983](https://github.com/UI5/webcomponents-react/issues/7983)) ([e6b8b76](https://github.com/UI5/webcomponents-react/commit/e6b8b76ee61fe2eb83eac5ea581a11a2b385c287))
11+
612
# [2.16.0](https://github.com/UI5/webcomponents-react/compare/v2.15.3...v2.16.0) (2025-11-07)
713

814
### Reverts

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

0 commit comments

Comments
 (0)