Skip to content

Commit 7b8df8c

Browse files
chore(release): publish v1.29.6 [ci skip]
1 parent 041008f commit 7b8df8c

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

CHANGELOG.md

+12
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+
## [1.29.6](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.5...v1.29.6) (2024-08-07)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** add "Filter" text to column popover ([#6165](https://github.com/SAP/ui5-webcomponents-react/issues/6165)) ([153f91b](https://github.com/SAP/ui5-webcomponents-react/commit/153f91b3a374e504341c3174813d4f311429b09c)), closes [#6132](https://github.com/SAP/ui5-webcomponents-react/issues/6132)
11+
- **AnalyticalTable:** add `aria-hidden` to multi selection checkboxes ([#6134](https://github.com/SAP/ui5-webcomponents-react/issues/6134)) ([24e5c98](https://github.com/SAP/ui5-webcomponents-react/commit/24e5c98230a25ecc632c7594dedc43c3a4e1e561)), closes [#6133](https://github.com/SAP/ui5-webcomponents-react/issues/6133)
12+
- **AnalyticalTable:** allow selecting all rows via keyboard ([#6168](https://github.com/SAP/ui5-webcomponents-react/issues/6168)) ([4650995](https://github.com/SAP/ui5-webcomponents-react/commit/4650995cb332e620a4bef3230dbf294830d357fd)), closes [#6110](https://github.com/SAP/ui5-webcomponents-react/issues/6110)
13+
- **AnalyticalTable:** fix pop-in content styles ([#6170](https://github.com/SAP/ui5-webcomponents-react/issues/6170)) ([041008f](https://github.com/SAP/ui5-webcomponents-react/commit/041008f2082d5f612c1047bcc10b78b9e7c32daa)), closes [#5977](https://github.com/SAP/ui5-webcomponents-react/issues/5977)
14+
- **deps:** update ui5 web components to v1.24.8 (v1.29.x) (patch) ([#6160](https://github.com/SAP/ui5-webcomponents-react/issues/6160)) ([e327161](https://github.com/SAP/ui5-webcomponents-react/commit/e32716188dfebadc053522ac2e2e372ac32a9eb7))
15+
- **DynamicPageHeader:** remove `width` ([#6163](https://github.com/SAP/ui5-webcomponents-react/issues/6163)) ([5a968b9](https://github.com/SAP/ui5-webcomponents-react/commit/5a968b9613872d8dd2e9fd799c59de4c1331b22a)), closes [#6135](https://github.com/SAP/ui5-webcomponents-react/issues/6135)
16+
- **UI5CustomEvent - TypeScript:** correctly `currentTarget` type ([#6167](https://github.com/SAP/ui5-webcomponents-react/issues/6167)) ([f41c41b](https://github.com/SAP/ui5-webcomponents-react/commit/f41c41b81de74aa86e4c5cf7e4a37dd000d38ecc)), closes [#6136](https://github.com/SAP/ui5-webcomponents-react/issues/6136)
17+
618
## [1.29.5](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.4...v1.29.5) (2024-07-26)
719

820
### 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.5",
3+
"version": "1.29.6",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/main/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.6](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.5...v1.29.6) (2024-08-07)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** add "Filter" text to column popover ([#6165](https://github.com/SAP/ui5-webcomponents-react/issues/6165)) ([153f91b](https://github.com/SAP/ui5-webcomponents-react/commit/153f91b3a374e504341c3174813d4f311429b09c)), closes [#6132](https://github.com/SAP/ui5-webcomponents-react/issues/6132)
11+
- **AnalyticalTable:** add `aria-hidden` to multi selection checkboxes ([#6134](https://github.com/SAP/ui5-webcomponents-react/issues/6134)) ([24e5c98](https://github.com/SAP/ui5-webcomponents-react/commit/24e5c98230a25ecc632c7594dedc43c3a4e1e561)), closes [#6133](https://github.com/SAP/ui5-webcomponents-react/issues/6133)
12+
- **AnalyticalTable:** allow selecting all rows via keyboard ([#6168](https://github.com/SAP/ui5-webcomponents-react/issues/6168)) ([4650995](https://github.com/SAP/ui5-webcomponents-react/commit/4650995cb332e620a4bef3230dbf294830d357fd)), closes [#6110](https://github.com/SAP/ui5-webcomponents-react/issues/6110)
13+
- **AnalyticalTable:** fix pop-in content styles ([#6170](https://github.com/SAP/ui5-webcomponents-react/issues/6170)) ([041008f](https://github.com/SAP/ui5-webcomponents-react/commit/041008f2082d5f612c1047bcc10b78b9e7c32daa)), closes [#5977](https://github.com/SAP/ui5-webcomponents-react/issues/5977)
14+
- **DynamicPageHeader:** remove `width` ([#6163](https://github.com/SAP/ui5-webcomponents-react/issues/6163)) ([5a968b9](https://github.com/SAP/ui5-webcomponents-react/commit/5a968b9613872d8dd2e9fd799c59de4c1331b22a)), closes [#6135](https://github.com/SAP/ui5-webcomponents-react/issues/6135)
15+
- **UI5CustomEvent - TypeScript:** correctly `currentTarget` type ([#6167](https://github.com/SAP/ui5-webcomponents-react/issues/6167)) ([f41c41b](https://github.com/SAP/ui5-webcomponents-react/commit/f41c41b81de74aa86e4c5cf7e4a37dd000d38ecc)), closes [#6136](https://github.com/SAP/ui5-webcomponents-react/issues/6136)
16+
617
## [1.29.5](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.4...v1.29.5) (2024-07-26)
718

819
### 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.5",
3+
"version": "1.29.6",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)