Skip to content

Commit 8531c71

Browse files
chore(release): publish v1.20.0 [ci skip]
1 parent 1bb6b1e commit 8531c71

File tree

14 files changed

+78
-7
lines changed

14 files changed

+78
-7
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.19.0...v1.20.0) (2023-10-02)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable - useIndeterminateRowSelection:** select parent row when children are selected ([#5098](https://github.com/SAP/ui5-webcomponents-react/issues/5098)) ([3119083](https://github.com/SAP/ui5-webcomponents-react/commit/3119083223ee1ce4c7f383fd1a7e468f6f00d8b0)), closes [#4998](https://github.com/SAP/ui5-webcomponents-react/issues/4998)
11+
- **AnalyticalTable:** add tooltip to header selection-cell ([#5081](https://github.com/SAP/ui5-webcomponents-react/issues/5081)) ([22ad96d](https://github.com/SAP/ui5-webcomponents-react/commit/22ad96d70ecb1b3d06e01a379f24f4bb5943509f))
12+
- **AnalyticalTable:** remove default prop for `alwaysShowSubComponent` ([#5106](https://github.com/SAP/ui5-webcomponents-react/issues/5106)) ([9aadf71](https://github.com/SAP/ui5-webcomponents-react/commit/9aadf7177cddc0a897b61a9d3dbc645bea33ea45))
13+
- **AnalyticalTable:** replace role `cell` with `gridcell` ([#5080](https://github.com/SAP/ui5-webcomponents-react/issues/5080)) ([944729b](https://github.com/SAP/ui5-webcomponents-react/commit/944729b955c0c70bd78341d6141bbe015d32f65f)), closes [#5074](https://github.com/SAP/ui5-webcomponents-react/issues/5074)
14+
- **AnalyticalTable:** update `@tanstack/react-virtual` to 3.0.0-beta.61 ([#4899](https://github.com/SAP/ui5-webcomponents-react/issues/4899)) ([b053c1d](https://github.com/SAP/ui5-webcomponents-react/commit/b053c1db3b26daed5f471e1f5c43044751cfcbfc))
15+
- **cypress-commands:** add main entrypoint ([#5051](https://github.com/SAP/ui5-webcomponents-react/issues/5051)) ([6bbfc85](https://github.com/SAP/ui5-webcomponents-react/commit/6bbfc85120a9635feace25d357ae633d480a5791)), closes [#5049](https://github.com/SAP/ui5-webcomponents-react/issues/5049)
16+
- **deps:** update dependency remark-gfm to v4 ([#5070](https://github.com/SAP/ui5-webcomponents-react/issues/5070)) ([93092d8](https://github.com/SAP/ui5-webcomponents-react/commit/93092d8f33fdc055a1cab98e35acbc06af31aa57))
17+
- **FilterBar:** update `search` position to latest design specs ([#5059](https://github.com/SAP/ui5-webcomponents-react/issues/5059)) ([84eef5c](https://github.com/SAP/ui5-webcomponents-react/commit/84eef5cb90b0b87333cdd50581b252a891bdc9d0))
18+
- **ObjectPage:** allow rendering `headerTitle` only in `headerContent` section ([#5043](https://github.com/SAP/ui5-webcomponents-react/issues/5043)) ([932cefc](https://github.com/SAP/ui5-webcomponents-react/commit/932cefcff3a2c2d00581e158099920de3b64bf38))
19+
- **useResponsiveContentPadding - TypeScript:** adjust types ([#5039](https://github.com/SAP/ui5-webcomponents-react/issues/5039)) ([3fc9ea4](https://github.com/SAP/ui5-webcomponents-react/commit/3fc9ea4f0260f315c681ca70fad63f0f8556fb0e))
20+
- **VariantManagement:** fix type extraction for button click handler ([#5095](https://github.com/SAP/ui5-webcomponents-react/issues/5095)) ([b0da979](https://github.com/SAP/ui5-webcomponents-react/commit/b0da9797bc22e21d515eb8ae26362846fffcc35f)), closes [#5072](https://github.com/SAP/ui5-webcomponents-react/issues/5072)
21+
22+
### Features
23+
24+
- update to `@ui5/webcomponents@~1.18.0` ([#5103](https://github.com/SAP/ui5-webcomponents-react/issues/5103)) ([1bb6b1e](https://github.com/SAP/ui5-webcomponents-react/commit/1bb6b1ef65bb05dd39d36f7aded2bbaf313bcf2f))
25+
626
# [1.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.18.0...v1.19.0) (2023-09-04)
727

828
### 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": "1.19.0",
3+
"version": "1.20.0",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

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+
# [1.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.19.0...v1.20.0) (2023-10-02)
7+
8+
### Bug Fixes
9+
10+
- **useResponsiveContentPadding - TypeScript:** adjust types ([#5039](https://github.com/SAP/ui5-webcomponents-react/issues/5039)) ([3fc9ea4](https://github.com/SAP/ui5-webcomponents-react/commit/3fc9ea4f0260f315c681ca70fad63f0f8556fb0e))
11+
12+
### Features
13+
14+
- update to `@ui5/webcomponents@~1.18.0` ([#5103](https://github.com/SAP/ui5-webcomponents-react/issues/5103)) ([1bb6b1e](https://github.com/SAP/ui5-webcomponents-react/commit/1bb6b1ef65bb05dd39d36f7aded2bbaf313bcf2f))
15+
616
# [1.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.18.0...v1.19.0) (2023-09-04)
717

818
### Bug Fixes

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": "1.19.0",
3+
"version": "1.20.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+
# [1.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.19.0...v1.20.0) (2023-10-02)
7+
8+
### Features
9+
10+
- update to `@ui5/webcomponents@~1.18.0` ([#5103](https://github.com/SAP/ui5-webcomponents-react/issues/5103)) ([1bb6b1e](https://github.com/SAP/ui5-webcomponents-react/commit/1bb6b1ef65bb05dd39d36f7aded2bbaf313bcf2f))
11+
612
# [1.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.18.0...v1.19.0) (2023-09-04)
713

814
### Bug Fixes

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

packages/cra-template-seed/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+
# [1.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.19.0...v1.20.0) (2023-10-02)
7+
8+
### Features
9+
10+
- update to `@ui5/webcomponents@~1.18.0` ([#5103](https://github.com/SAP/ui5-webcomponents-react/issues/5103)) ([1bb6b1e](https://github.com/SAP/ui5-webcomponents-react/commit/1bb6b1ef65bb05dd39d36f7aded2bbaf313bcf2f))
11+
612
# [1.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.18.0...v1.19.0) (2023-09-04)
713

814
### Features

packages/cra-template-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cra-template-webcomponents-react-seed",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cra-template/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+
# [1.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.19.0...v1.20.0) (2023-10-02)
7+
8+
### Features
9+
10+
- update to `@ui5/webcomponents@~1.18.0` ([#5103](https://github.com/SAP/ui5-webcomponents-react/issues/5103)) ([1bb6b1e](https://github.com/SAP/ui5-webcomponents-react/commit/1bb6b1ef65bb05dd39d36f7aded2bbaf313bcf2f))
11+
612
# [1.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.18.0...v1.19.0) (2023-09-04)
713

814
### Features

packages/cra-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cra-template-webcomponents-react",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cypress-commands/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+
# [1.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.19.0...v1.20.0) (2023-10-02)
7+
8+
### Bug Fixes
9+
10+
- **cypress-commands:** add main entrypoint ([#5051](https://github.com/SAP/ui5-webcomponents-react/issues/5051)) ([6bbfc85](https://github.com/SAP/ui5-webcomponents-react/commit/6bbfc85120a9635feace25d357ae633d480a5791)), closes [#5049](https://github.com/SAP/ui5-webcomponents-react/issues/5049)
11+
612
# [1.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.18.0...v1.19.0) (2023-09-04)
713

814
### Bug Fixes

packages/cypress-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cypress Custom Commands and Queries for UI5 Web Components",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "1.19.0",
6+
"version": "1.20.0",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

packages/main/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+
# [1.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.19.0...v1.20.0) (2023-10-02)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable - useIndeterminateRowSelection:** select parent row when children are selected ([#5098](https://github.com/SAP/ui5-webcomponents-react/issues/5098)) ([3119083](https://github.com/SAP/ui5-webcomponents-react/commit/3119083223ee1ce4c7f383fd1a7e468f6f00d8b0)), closes [#4998](https://github.com/SAP/ui5-webcomponents-react/issues/4998)
11+
- **AnalyticalTable:** add tooltip to header selection-cell ([#5081](https://github.com/SAP/ui5-webcomponents-react/issues/5081)) ([22ad96d](https://github.com/SAP/ui5-webcomponents-react/commit/22ad96d70ecb1b3d06e01a379f24f4bb5943509f))
12+
- **AnalyticalTable:** remove default prop for `alwaysShowSubComponent` ([#5106](https://github.com/SAP/ui5-webcomponents-react/issues/5106)) ([9aadf71](https://github.com/SAP/ui5-webcomponents-react/commit/9aadf7177cddc0a897b61a9d3dbc645bea33ea45))
13+
- **AnalyticalTable:** replace role `cell` with `gridcell` ([#5080](https://github.com/SAP/ui5-webcomponents-react/issues/5080)) ([944729b](https://github.com/SAP/ui5-webcomponents-react/commit/944729b955c0c70bd78341d6141bbe015d32f65f)), closes [#5074](https://github.com/SAP/ui5-webcomponents-react/issues/5074)
14+
- **AnalyticalTable:** update `@tanstack/react-virtual` to 3.0.0-beta.61 ([#4899](https://github.com/SAP/ui5-webcomponents-react/issues/4899)) ([b053c1d](https://github.com/SAP/ui5-webcomponents-react/commit/b053c1db3b26daed5f471e1f5c43044751cfcbfc))
15+
- **FilterBar:** update `search` position to latest design specs ([#5059](https://github.com/SAP/ui5-webcomponents-react/issues/5059)) ([84eef5c](https://github.com/SAP/ui5-webcomponents-react/commit/84eef5cb90b0b87333cdd50581b252a891bdc9d0))
16+
- **ObjectPage:** allow rendering `headerTitle` only in `headerContent` section ([#5043](https://github.com/SAP/ui5-webcomponents-react/issues/5043)) ([932cefc](https://github.com/SAP/ui5-webcomponents-react/commit/932cefcff3a2c2d00581e158099920de3b64bf38))
17+
- **VariantManagement:** fix type extraction for button click handler ([#5095](https://github.com/SAP/ui5-webcomponents-react/issues/5095)) ([b0da979](https://github.com/SAP/ui5-webcomponents-react/commit/b0da9797bc22e21d515eb8ae26362846fffcc35f)), closes [#5072](https://github.com/SAP/ui5-webcomponents-react/issues/5072)
18+
19+
### Features
20+
21+
- update to `@ui5/webcomponents@~1.18.0` ([#5103](https://github.com/SAP/ui5-webcomponents-react/issues/5103)) ([1bb6b1e](https://github.com/SAP/ui5-webcomponents-react/commit/1bb6b1ef65bb05dd39d36f7aded2bbaf313bcf2f))
22+
623
# [1.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.18.0...v1.19.0) (2023-09-04)
724

825
### Bug Fixes

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

0 commit comments

Comments
 (0)