Skip to content

Commit b98aa7f

Browse files
chore(release): publish v1.18.0 [ci skip]
1 parent 9d3bcdb commit b98aa7f

File tree

12 files changed

+68
-6
lines changed

12 files changed

+68
-6
lines changed

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.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** only sync scroll if parent is available ([#4906](https://github.com/SAP/ui5-webcomponents-react/issues/4906)) ([4ebd0b1](https://github.com/SAP/ui5-webcomponents-react/commit/4ebd0b1ba2a4865be487db57b5409c17b1f78d84))
11+
- **charts:** fix description and behavior of `chartConfig.legendPosition` ([#4911](https://github.com/SAP/ui5-webcomponents-react/issues/4911)) ([a86fce6](https://github.com/SAP/ui5-webcomponents-react/commit/a86fce6dfae7cce57f45394c60a38ece19ca3bb9))
12+
- **FormItem:** apply bottom margin of group on custom Label ([#4932](https://github.com/SAP/ui5-webcomponents-react/issues/4932)) ([251421d](https://github.com/SAP/ui5-webcomponents-react/commit/251421d09a37006d6fe0b7a1de6cf1ee91847e4c)), closes [#4921](https://github.com/SAP/ui5-webcomponents-react/issues/4921)
13+
- **Form:** support conditional rendering of children ([#4942](https://github.com/SAP/ui5-webcomponents-react/issues/4942)) ([9d3bcdb](https://github.com/SAP/ui5-webcomponents-react/commit/9d3bcdb5965acb152fe83f6a0d884c301d68d7ba)), closes [#4923](https://github.com/SAP/ui5-webcomponents-react/issues/4923)
14+
- **ObjectStatus:** apply latest available specs ([#4939](https://github.com/SAP/ui5-webcomponents-react/issues/4939)) ([03835db](https://github.com/SAP/ui5-webcomponents-react/commit/03835db128a77b682c68559fffeb50e1b496afc3)), closes [#4934](https://github.com/SAP/ui5-webcomponents-react/issues/4934)
15+
- omit html attributes from web components if value is `false` ([#4941](https://github.com/SAP/ui5-webcomponents-react/issues/4941)) ([f5361c0](https://github.com/SAP/ui5-webcomponents-react/commit/f5361c0660e7e040c7212980a8980a6fc1b54e0a)), closes [#4937](https://github.com/SAP/ui5-webcomponents-react/issues/4937)
16+
- **useStylesheet:** add 'use client' directive ([#4919](https://github.com/SAP/ui5-webcomponents-react/issues/4919)) ([1f2ee04](https://github.com/SAP/ui5-webcomponents-react/commit/1f2ee0459217ff83754930df0f60aa2b3d2dda35))
17+
18+
### Features
19+
20+
- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))
21+
622
## [1.17.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.2...v1.17.3) (2023-07-19)
723

824
### 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.17.3",
3+
"version": "1.18.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.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)
7+
8+
### Bug Fixes
9+
10+
- **useStylesheet:** add 'use client' directive ([#4919](https://github.com/SAP/ui5-webcomponents-react/issues/4919)) ([1f2ee04](https://github.com/SAP/ui5-webcomponents-react/commit/1f2ee0459217ff83754930df0f60aa2b3d2dda35))
11+
12+
### Features
13+
14+
- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))
15+
616
## [1.17.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.2...v1.17.3) (2023-07-19)
717

818
**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": "1.17.3",
3+
"version": "1.18.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.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)
7+
8+
### Bug Fixes
9+
10+
- **charts:** fix description and behavior of `chartConfig.legendPosition` ([#4911](https://github.com/SAP/ui5-webcomponents-react/issues/4911)) ([a86fce6](https://github.com/SAP/ui5-webcomponents-react/commit/a86fce6dfae7cce57f45394c60a38ece19ca3bb9))
11+
12+
### Features
13+
14+
- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))
15+
616
## [1.17.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.2...v1.17.3) (2023-07-19)
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.17.3",
3+
"version": "1.18.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.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)
7+
8+
### Features
9+
10+
- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))
11+
612
# [1.17.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
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.17.0",
3+
"version": "1.18.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.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)
7+
8+
### Features
9+
10+
- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))
11+
612
# [1.17.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.16.3...v1.17.0) (2023-07-03)
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.17.0",
3+
"version": "1.18.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/main/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.18.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.3...v1.18.0) (2023-08-04)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** only sync scroll if parent is available ([#4906](https://github.com/SAP/ui5-webcomponents-react/issues/4906)) ([4ebd0b1](https://github.com/SAP/ui5-webcomponents-react/commit/4ebd0b1ba2a4865be487db57b5409c17b1f78d84))
11+
- **FormItem:** apply bottom margin of group on custom Label ([#4932](https://github.com/SAP/ui5-webcomponents-react/issues/4932)) ([251421d](https://github.com/SAP/ui5-webcomponents-react/commit/251421d09a37006d6fe0b7a1de6cf1ee91847e4c)), closes [#4921](https://github.com/SAP/ui5-webcomponents-react/issues/4921)
12+
- **Form:** support conditional rendering of children ([#4942](https://github.com/SAP/ui5-webcomponents-react/issues/4942)) ([9d3bcdb](https://github.com/SAP/ui5-webcomponents-react/commit/9d3bcdb5965acb152fe83f6a0d884c301d68d7ba)), closes [#4923](https://github.com/SAP/ui5-webcomponents-react/issues/4923)
13+
- **ObjectStatus:** apply latest available specs ([#4939](https://github.com/SAP/ui5-webcomponents-react/issues/4939)) ([03835db](https://github.com/SAP/ui5-webcomponents-react/commit/03835db128a77b682c68559fffeb50e1b496afc3)), closes [#4934](https://github.com/SAP/ui5-webcomponents-react/issues/4934)
14+
- omit html attributes from web components if value is `false` ([#4941](https://github.com/SAP/ui5-webcomponents-react/issues/4941)) ([f5361c0](https://github.com/SAP/ui5-webcomponents-react/commit/f5361c0660e7e040c7212980a8980a6fc1b54e0a)), closes [#4937](https://github.com/SAP/ui5-webcomponents-react/issues/4937)
15+
16+
### Features
17+
18+
- update `@ui5/webcomponents` to `~1.16.0` ([#4933](https://github.com/SAP/ui5-webcomponents-react/issues/4933)) ([4f42717](https://github.com/SAP/ui5-webcomponents-react/commit/4f427171453eefb0b43b0862f677a0c18ac3900a))
19+
620
## [1.17.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.17.2...v1.17.3) (2023-07-19)
721

822
### 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.17.3",
3+
"version": "1.18.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)