Skip to content

Commit 612ca13

Browse files
chore(release): publish v1.16.0 [ci skip]
1 parent bb10b60 commit 612ca13

File tree

14 files changed

+75
-7
lines changed

14 files changed

+75
-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.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
7+
8+
### Bug Fixes
9+
10+
- add export condition for node to main package ([#4640](https://github.com/SAP/ui5-webcomponents-react/issues/4640)) ([4881b58](https://github.com/SAP/ui5-webcomponents-react/commit/4881b58cae303b93498fe9ff65bc3377ceeb8afe))
11+
- **AnalyticalTable:** allow nested sub-rows as `subRowsKey`, add `manualGroupBy` support ([#4598](https://github.com/SAP/ui5-webcomponents-react/issues/4598)) ([00686bc](https://github.com/SAP/ui5-webcomponents-react/commit/00686bc57f41634240416a5add1dd230950fdb5c))
12+
- **deps:** update dependency recharts to v2.6.2 ([#4594](https://github.com/SAP/ui5-webcomponents-react/issues/4594)) ([1c0a7e3](https://github.com/SAP/ui5-webcomponents-react/commit/1c0a7e32959e62b204deba454052ac5aef139046))
13+
- **deps:** update ui5 web components to v1.13.1 (patch) ([#4599](https://github.com/SAP/ui5-webcomponents-react/issues/4599)) ([0ca3ee7](https://github.com/SAP/ui5-webcomponents-react/commit/0ca3ee7748b2941a7fdf693b3ce68d167b12733b))
14+
- **deps:** update ui5 web components to v1.13.2 (patch) ([#4603](https://github.com/SAP/ui5-webcomponents-react/issues/4603)) ([449e3b3](https://github.com/SAP/ui5-webcomponents-react/commit/449e3b347d273e9df36d79b9672bf4696469542a))
15+
- **deps:** update ui5 web components to v1.13.3 (patch) ([#4614](https://github.com/SAP/ui5-webcomponents-react/issues/4614)) ([1ce1ffd](https://github.com/SAP/ui5-webcomponents-react/commit/1ce1ffd7f7adda3bc6338d32478004199887f303))
16+
- **ssr:** switch back to classic jsx runtime ([#4666](https://github.com/SAP/ui5-webcomponents-react/issues/4666)) ([95fb5c4](https://github.com/SAP/ui5-webcomponents-react/commit/95fb5c4a2f711ebb9b72676ba7bae734c83db40e))
17+
- **Toolbar:** fix `onOverflowChange` debounce init when the prop is not provided ([#4662](https://github.com/SAP/ui5-webcomponents-react/issues/4662)) ([378e0ed](https://github.com/SAP/ui5-webcomponents-react/commit/378e0ed714aafde1ed4aadc535db81d2796513d5)), closes [#4661](https://github.com/SAP/ui5-webcomponents-react/issues/4661)
18+
- **Toolbar:** return correct value for `overflowElements` in `onOverflowChange` ([#4610](https://github.com/SAP/ui5-webcomponents-react/issues/4610)) ([73d5065](https://github.com/SAP/ui5-webcomponents-react/commit/73d5065e9b01a3f21b4337bf1d299f4e8a099356))
19+
20+
### Features
21+
22+
- **AnalyticalTable - `useOrderedMultiSort`:** introduce new plugin hook ([#4623](https://github.com/SAP/ui5-webcomponents-react/issues/4623)) ([9db7041](https://github.com/SAP/ui5-webcomponents-react/commit/9db70411a50a4e27e6be844ba643ab68816b7ef6)), closes [#3897](https://github.com/SAP/ui5-webcomponents-react/issues/3897)
23+
- **Toolbar:** add `a11yConfig` prop ([#4611](https://github.com/SAP/ui5-webcomponents-react/issues/4611)) ([911cd20](https://github.com/SAP/ui5-webcomponents-react/commit/911cd2036ae77f5e4f3dd61c53b20ba2653812f9)), closes [#4609](https://github.com/SAP/ui5-webcomponents-react/issues/4609)
24+
- update to @ui5/webcomponents ~1.14.0 ([#4667](https://github.com/SAP/ui5-webcomponents-react/issues/4667)) ([ec2dca2](https://github.com/SAP/ui5-webcomponents-react/commit/ec2dca2253031478ae5f57a48e85e70061707e3f))
25+
626
## [1.15.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09)
727

828
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.15.1",
4+
"version": "1.16.0",
55
"npmClient": "yarn",
66
"command": {
77
"version": {

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+
# [1.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
7+
8+
### Features
9+
10+
- update to @ui5/webcomponents ~1.14.0 ([#4667](https://github.com/SAP/ui5-webcomponents-react/issues/4667)) ([ec2dca2](https://github.com/SAP/ui5-webcomponents-react/commit/ec2dca2253031478ae5f57a48e85e70061707e3f))
11+
612
## [1.15.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09)
713

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

packages/charts/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.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency recharts to v2.6.2 ([#4594](https://github.com/SAP/ui5-webcomponents-react/issues/4594)) ([1c0a7e3](https://github.com/SAP/ui5-webcomponents-react/commit/1c0a7e32959e62b204deba454052ac5aef139046))
11+
12+
### Features
13+
14+
- update to @ui5/webcomponents ~1.14.0 ([#4667](https://github.com/SAP/ui5-webcomponents-react/issues/4667)) ([ec2dca2](https://github.com/SAP/ui5-webcomponents-react/commit/ec2dca2253031478ae5f57a48e85e70061707e3f))
15+
616
# [1.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
717

818
### 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.15.0",
3+
"version": "1.16.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.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
7+
8+
### Features
9+
10+
- update to @ui5/webcomponents ~1.14.0 ([#4667](https://github.com/SAP/ui5-webcomponents-react/issues/4667)) ([ec2dca2](https://github.com/SAP/ui5-webcomponents-react/commit/ec2dca2253031478ae5f57a48e85e70061707e3f))
11+
612
# [1.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
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.15.0",
3+
"version": "1.16.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.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
7+
8+
### Features
9+
10+
- update to @ui5/webcomponents ~1.14.0 ([#4667](https://github.com/SAP/ui5-webcomponents-react/issues/4667)) ([ec2dca2](https://github.com/SAP/ui5-webcomponents-react/commit/ec2dca2253031478ae5f57a48e85e70061707e3f))
11+
612
# [1.15.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.14.0...v1.15.0) (2023-05-05)
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.15.0",
3+
"version": "1.16.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cypress-commands/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-cypress-commands
9+
610
# [1.12.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.11.3...v1.12.0) (2023-03-22)
711

812
### 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.12.0",
6+
"version": "1.16.0",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"exports": {

packages/main/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.16.0) (2023-06-05)
7+
8+
### Bug Fixes
9+
10+
- add export condition for node to main package ([#4640](https://github.com/SAP/ui5-webcomponents-react/issues/4640)) ([4881b58](https://github.com/SAP/ui5-webcomponents-react/commit/4881b58cae303b93498fe9ff65bc3377ceeb8afe))
11+
- **AnalyticalTable:** allow nested sub-rows as `subRowsKey`, add `manualGroupBy` support ([#4598](https://github.com/SAP/ui5-webcomponents-react/issues/4598)) ([00686bc](https://github.com/SAP/ui5-webcomponents-react/commit/00686bc57f41634240416a5add1dd230950fdb5c))
12+
- **ssr:** switch back to classic jsx runtime ([#4666](https://github.com/SAP/ui5-webcomponents-react/issues/4666)) ([95fb5c4](https://github.com/SAP/ui5-webcomponents-react/commit/95fb5c4a2f711ebb9b72676ba7bae734c83db40e))
13+
- **Toolbar:** fix `onOverflowChange` debounce init when the prop is not provided ([#4662](https://github.com/SAP/ui5-webcomponents-react/issues/4662)) ([378e0ed](https://github.com/SAP/ui5-webcomponents-react/commit/378e0ed714aafde1ed4aadc535db81d2796513d5)), closes [#4661](https://github.com/SAP/ui5-webcomponents-react/issues/4661)
14+
- **Toolbar:** return correct value for `overflowElements` in `onOverflowChange` ([#4610](https://github.com/SAP/ui5-webcomponents-react/issues/4610)) ([73d5065](https://github.com/SAP/ui5-webcomponents-react/commit/73d5065e9b01a3f21b4337bf1d299f4e8a099356))
15+
16+
### Features
17+
18+
- **AnalyticalTable - `useOrderedMultiSort`:** introduce new plugin hook ([#4623](https://github.com/SAP/ui5-webcomponents-react/issues/4623)) ([9db7041](https://github.com/SAP/ui5-webcomponents-react/commit/9db70411a50a4e27e6be844ba643ab68816b7ef6)), closes [#3897](https://github.com/SAP/ui5-webcomponents-react/issues/3897)
19+
- **Toolbar:** add `a11yConfig` prop ([#4611](https://github.com/SAP/ui5-webcomponents-react/issues/4611)) ([911cd20](https://github.com/SAP/ui5-webcomponents-react/commit/911cd2036ae77f5e4f3dd61c53b20ba2653812f9)), closes [#4609](https://github.com/SAP/ui5-webcomponents-react/issues/4609)
20+
- update to @ui5/webcomponents ~1.14.0 ([#4667](https://github.com/SAP/ui5-webcomponents-react/issues/4667)) ([ec2dca2](https://github.com/SAP/ui5-webcomponents-react/commit/ec2dca2253031478ae5f57a48e85e70061707e3f))
21+
622
## [1.15.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09)
723

824
### 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.15.1",
3+
"version": "1.16.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)