Skip to content

Commit 3b1c770

Browse files
chore(release): publish v2.19.0 [ci skip]
1 parent f301966 commit 3b1c770

File tree

16 files changed

+87
-8
lines changed

16 files changed

+87
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalCardHeader:** add tooltip for numeric content ([#8104](https://github.com/UI5/webcomponents-react/issues/8104)) ([82ad75f](https://github.com/UI5/webcomponents-react/commit/82ad75f5aa6a5eda6e522759ead0d026f8c07312)), closes [#8103](https://github.com/UI5/webcomponents-react/issues/8103)
11+
- **AnalyticalTable:** deactivate horizontal virtualization for "Smart" and "Grow" mode ([#8157](https://github.com/UI5/webcomponents-react/issues/8157)) ([c0b1245](https://github.com/UI5/webcomponents-react/commit/c0b12455c8b2c5c117aff670003390db1ce189e0))
12+
- **deps:** update dependency react-content-loader to v7.1.2 ([#8133](https://github.com/UI5/webcomponents-react/issues/8133)) ([92825f7](https://github.com/UI5/webcomponents-react/commit/92825f72643c45dd4998a3399228bd964ec7d951))
13+
- **deps:** update react monorepo to v19.2.4 (patch) ([#8142](https://github.com/UI5/webcomponents-react/issues/8142)) ([ed29aea](https://github.com/UI5/webcomponents-react/commit/ed29aea2f3ada34e2f1dc1c7a11ed02297ebcb69))
14+
- **ObjectPage:** disable `titleArea` interaction if no `headerArea` ([#8121](https://github.com/UI5/webcomponents-react/issues/8121)) ([ee7c19f](https://github.com/UI5/webcomponents-react/commit/ee7c19f9d1b57475fd256d0a180ba2b1cfeccd0f))
15+
16+
### Features
17+
18+
- improve React Compiler compatibility ([#8185](https://github.com/UI5/webcomponents-react/issues/8185)) ([b1ca145](https://github.com/UI5/webcomponents-react/commit/b1ca145581c8de48345fffd380b3c629e914cb22))
19+
- **Line- & BulletChart:** allow showing data labels for large datasets ([#8150](https://github.com/UI5/webcomponents-react/issues/8150)) ([39a056e](https://github.com/UI5/webcomponents-react/commit/39a056e1625908934bdab0434c5538c65a4bc06d)), closes [#8148](https://github.com/UI5/webcomponents-react/issues/8148)
20+
- **Modals:** support auto-closing popovers sharing the same opener ([#8149](https://github.com/UI5/webcomponents-react/issues/8149)) ([e647d41](https://github.com/UI5/webcomponents-react/commit/e647d41e440cf4a5f151501017ab4120a1f2e246)), closes [#8147](https://github.com/UI5/webcomponents-react/issues/8147)
21+
- **ObjectPage:** hide tabbar when only one section is available ([#8116](https://github.com/UI5/webcomponents-react/issues/8116)) ([afa9d76](https://github.com/UI5/webcomponents-react/commit/afa9d76f4b9ab325732f53c0790073476d2e2e31)), closes [#8087](https://github.com/UI5/webcomponents-react/issues/8087) [#8106](https://github.com/UI5/webcomponents-react/issues/8106)
22+
- **ObjectPage:** make section headers sticky ([#8087](https://github.com/UI5/webcomponents-react/issues/8087)) ([3d0250e](https://github.com/UI5/webcomponents-react/commit/3d0250ec8ffc2b1af40be1c6ae5557b671a339e4)), closes [#7780](https://github.com/UI5/webcomponents-react/issues/7780)
23+
- update to UI5 Web Components v2.19.0 ([#8180](https://github.com/UI5/webcomponents-react/issues/8180)) ([7634a40](https://github.com/UI5/webcomponents-react/commit/7634a4079907314c1e9bb408b4fed1d95e709410))
24+
625
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
726

827
### 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.18.1",
3+
"version": "2.19.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.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
7+
8+
### Features
9+
10+
- update to UI5 Web Components v2.19.0 ([#8180](https://github.com/UI5/webcomponents-react/issues/8180)) ([7634a40](https://github.com/UI5/webcomponents-react/commit/7634a4079907314c1e9bb408b4fed1d95e709410))
11+
612
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
713

814
**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.18.1",
3+
"version": "2.19.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
7+
8+
### Features
9+
10+
- improve React Compiler compatibility ([#8185](https://github.com/UI5/webcomponents-react/issues/8185)) ([b1ca145](https://github.com/UI5/webcomponents-react/commit/b1ca145581c8de48345fffd380b3c629e914cb22))
11+
- update to UI5 Web Components v2.19.0 ([#8180](https://github.com/UI5/webcomponents-react/issues/8180)) ([7634a40](https://github.com/UI5/webcomponents-react/commit/7634a4079907314c1e9bb408b4fed1d95e709410))
12+
613
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
714

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

packages/charts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency react-content-loader to v7.1.2 ([#8133](https://github.com/UI5/webcomponents-react/issues/8133)) ([92825f7](https://github.com/UI5/webcomponents-react/commit/92825f72643c45dd4998a3399228bd964ec7d951))
11+
12+
### Features
13+
14+
- improve React Compiler compatibility ([#8185](https://github.com/UI5/webcomponents-react/issues/8185)) ([b1ca145](https://github.com/UI5/webcomponents-react/commit/b1ca145581c8de48345fffd380b3c629e914cb22))
15+
- **Line- & BulletChart:** allow showing data labels for large datasets ([#8150](https://github.com/UI5/webcomponents-react/issues/8150)) ([39a056e](https://github.com/UI5/webcomponents-react/commit/39a056e1625908934bdab0434c5538c65a4bc06d)), closes [#8148](https://github.com/UI5/webcomponents-react/issues/8148)
16+
- update to UI5 Web Components v2.19.0 ([#8180](https://github.com/UI5/webcomponents-react/issues/8180)) ([7634a40](https://github.com/UI5/webcomponents-react/commit/7634a4079907314c1e9bb408b4fed1d95e709410))
17+
618
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
719

820
**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.18.1",
3+
"version": "2.19.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.19.0](https://github.com/UI5/webcomponents-react/compare/v2.18.1...v2.19.0) (2026-02-06)
7+
8+
### Features
9+
10+
- improve React Compiler compatibility ([#8185](https://github.com/UI5/webcomponents-react/issues/8185)) ([b1ca145](https://github.com/UI5/webcomponents-react/commit/b1ca145581c8de48345fffd380b3c629e914cb22))
11+
612
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
713

814
**Note:** Version bump only for package @ui5/webcomponents-react-cli

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

0 commit comments

Comments
 (0)