Skip to content

Commit 61deb76

Browse files
chore(release): publish v1.29.12 [ci skip]
1 parent be7444c commit 61deb76

File tree

6 files changed

+30
-3
lines changed

6 files changed

+30
-3
lines changed

CHANGELOG.md

+11
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+
## [1.29.12](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.11...v1.29.12) (2024-10-17)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** offer limited support for `infiniteScroll` combined with a grouped table ([#6431](https://github.com/SAP/ui5-webcomponents-react/issues/6431)) ([fc05ab6](https://github.com/SAP/ui5-webcomponents-react/commit/fc05ab663f54bfa394891cf08d159b5a14b266f5))
11+
- **charts:** prevent data points from being covered by `zoomingTool` ([#6490](https://github.com/SAP/ui5-webcomponents-react/issues/6490)) ([e902c1a](https://github.com/SAP/ui5-webcomponents-react/commit/e902c1a8d8c8971445ad35b0f1e3964c0a291aac))
12+
- **FilterBar:** add tooltip for list-view SegmentedButtonItem ([#6503](https://github.com/SAP/ui5-webcomponents-react/issues/6503)) ([44ecee8](https://github.com/SAP/ui5-webcomponents-react/commit/44ecee8324cc0bca61e16a5c70b8bb1906dddb27)), closes [#6496](https://github.com/SAP/ui5-webcomponents-react/issues/6496)
13+
- **ObjectPage:** improve selection & scroll behavior ([#6492](https://github.com/SAP/ui5-webcomponents-react/issues/6492)) ([#6507](https://github.com/SAP/ui5-webcomponents-react/issues/6507)) ([be7444c](https://github.com/SAP/ui5-webcomponents-react/commit/be7444c70bf55a14dfcaa04dbc55e704fa12835b)), closes [#6478](https://github.com/SAP/ui5-webcomponents-react/issues/6478)
14+
- **ObjectPageSubSection:** update styles to latest specs ([#6502](https://github.com/SAP/ui5-webcomponents-react/issues/6502)) ([ce87a3b](https://github.com/SAP/ui5-webcomponents-react/commit/ce87a3b0e7057b1ba43747954e4c82f5f5c1afb9)), closes [#5850](https://github.com/SAP/ui5-webcomponents-react/issues/5850)
15+
- **Text:** only break words if text can wrap ([#6432](https://github.com/SAP/ui5-webcomponents-react/issues/6432)) ([252c2ea](https://github.com/SAP/ui5-webcomponents-react/commit/252c2eadce48e6cbc52f6a0ba79f4ac4ff262dae)), closes [#6427](https://github.com/SAP/ui5-webcomponents-react/issues/6427)
16+
617
## [1.29.11](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.10...v1.29.11) (2024-09-24)
718

819
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.29.11",
3+
"version": "1.29.12",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/charts/CHANGELOG.md

+6
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+
## [1.29.12](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.11...v1.29.12) (2024-10-17)
7+
8+
### Bug Fixes
9+
10+
- **charts:** prevent data points from being covered by `zoomingTool` ([#6490](https://github.com/SAP/ui5-webcomponents-react/issues/6490)) ([e902c1a](https://github.com/SAP/ui5-webcomponents-react/commit/e902c1a8d8c8971445ad35b0f1e3964c0a291aac))
11+
612
## [1.29.10](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.9...v1.29.10) (2024-09-05)
713

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

packages/charts/package.json

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

packages/main/CHANGELOG.md

+10
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+
## [1.29.12](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.11...v1.29.12) (2024-10-17)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** offer limited support for `infiniteScroll` combined with a grouped table ([#6431](https://github.com/SAP/ui5-webcomponents-react/issues/6431)) ([fc05ab6](https://github.com/SAP/ui5-webcomponents-react/commit/fc05ab663f54bfa394891cf08d159b5a14b266f5))
11+
- **FilterBar:** add tooltip for list-view SegmentedButtonItem ([#6503](https://github.com/SAP/ui5-webcomponents-react/issues/6503)) ([44ecee8](https://github.com/SAP/ui5-webcomponents-react/commit/44ecee8324cc0bca61e16a5c70b8bb1906dddb27)), closes [#6496](https://github.com/SAP/ui5-webcomponents-react/issues/6496)
12+
- **ObjectPage:** improve selection & scroll behavior ([#6492](https://github.com/SAP/ui5-webcomponents-react/issues/6492)) ([#6507](https://github.com/SAP/ui5-webcomponents-react/issues/6507)) ([be7444c](https://github.com/SAP/ui5-webcomponents-react/commit/be7444c70bf55a14dfcaa04dbc55e704fa12835b)), closes [#6478](https://github.com/SAP/ui5-webcomponents-react/issues/6478)
13+
- **ObjectPageSubSection:** update styles to latest specs ([#6502](https://github.com/SAP/ui5-webcomponents-react/issues/6502)) ([ce87a3b](https://github.com/SAP/ui5-webcomponents-react/commit/ce87a3b0e7057b1ba43747954e4c82f5f5c1afb9)), closes [#5850](https://github.com/SAP/ui5-webcomponents-react/issues/5850)
14+
- **Text:** only break words if text can wrap ([#6432](https://github.com/SAP/ui5-webcomponents-react/issues/6432)) ([252c2ea](https://github.com/SAP/ui5-webcomponents-react/commit/252c2eadce48e6cbc52f6a0ba79f4ac4ff262dae)), closes [#6427](https://github.com/SAP/ui5-webcomponents-react/issues/6427)
15+
616
## [1.29.11](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.10...v1.29.11) (2024-09-24)
717

818
### Bug Fixes

packages/main/package.json

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

0 commit comments

Comments
 (0)