Skip to content

Commit d0ecacd

Browse files
chore(release): publish v0.20.0 [ci skip]
1 parent 4b1d0fc commit d0ecacd

File tree

12 files changed

+135
-7
lines changed

12 files changed

+135
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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+
# [0.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.19.1...v0.20.0) (2021-11-10)
7+
8+
9+
### Features
10+
11+
* create dom ref interfaces for all web components ([#2292](https://github.com/SAP/ui5-webcomponents-react/issues/2292)) ([4b1d0fc](https://github.com/SAP/ui5-webcomponents-react/commit/4b1d0fc9c415646e7c964ac23a622c2ee176de7d))
12+
* update @ui5/webcomponents to 1.0.0 🎉 ([#2282](https://github.com/SAP/ui5-webcomponents-react/issues/2282)) ([e6971af](https://github.com/SAP/ui5-webcomponents-react/commit/e6971afcab6553f813156f8188665a8a3965a6b5))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **TypeScript only**: The `Ui5` prefix for interfaces for using DOM refs (e.g. `Ui5DialogDomRef`) has been removed (now `DialogDomRef`) and the interfaces are now exported from the respective components themselves. For details please check our [Migration Guide](https://sap.github.io/ui5-webcomponents-react/?path=/docs/migration-guide--page#changed-typescript-interfaces-for-ref).
18+
19+
Co-authored-by: Harbarth, Lukas <lukas.harbarth@sap.com>
20+
* update @ui5/webcomponents to [1.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0)
21+
* **Input:** The `onSuggestionScroll` event has been removed.
22+
* **BreadcrumbsItem, ComboboxItem, MultiComboboxItem, Option, Tab:** `stableDomRef` prop has been removed - call `getDomRef()` to get the matching actual DOM ref.
23+
* **ShellbarItem:** `onItemClick` has been renamed to `onClick`.
24+
* **Wizard:** The `accessibleName` prop has been removed.
25+
26+
27+
28+
29+
630
## [0.19.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.19.0...v0.19.1) (2021-11-04)
731

832

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.19.1",
5+
"version": "0.20.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/base/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+
# [0.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.19.1...v0.20.0) (2021-11-10)
7+
8+
9+
### Features
10+
11+
* update @ui5/webcomponents to 1.0.0 🎉 ([#2282](https://github.com/SAP/ui5-webcomponents-react/issues/2282)) ([e6971af](https://github.com/SAP/ui5-webcomponents-react/commit/e6971afcab6553f813156f8188665a8a3965a6b5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* update @ui5/webcomponents to [1.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0)
17+
* **Input:** The `onSuggestionScroll` event has been removed.
18+
* **BreadcrumbsItem, ComboboxItem, MultiComboboxItem, Option, Tab:** `stableDomRef` prop has been removed - call `getDomRef()` to get the matching actual DOM ref.
19+
* **ShellbarItem:** `onItemClick` has been renamed to `onClick`.
20+
* **Wizard:** The `accessibleName` prop has been removed.
21+
22+
23+
24+
25+
626
# [0.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.10...v0.19.0) (2021-11-03)
727

828
**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": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "index.esm.js",
66
"module": "index.esm.js",

packages/charts/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+
# [0.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.19.1...v0.20.0) (2021-11-10)
7+
8+
9+
### Features
10+
11+
* update @ui5/webcomponents to 1.0.0 🎉 ([#2282](https://github.com/SAP/ui5-webcomponents-react/issues/2282)) ([e6971af](https://github.com/SAP/ui5-webcomponents-react/commit/e6971afcab6553f813156f8188665a8a3965a6b5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* update @ui5/webcomponents to [1.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0)
17+
* **Input:** The `onSuggestionScroll` event has been removed.
18+
* **BreadcrumbsItem, ComboboxItem, MultiComboboxItem, Option, Tab:** `stableDomRef` prop has been removed - call `getDomRef()` to get the matching actual DOM ref.
19+
* **ShellbarItem:** `onItemClick` has been renamed to `onClick`.
20+
* **Wizard:** The `accessibleName` prop has been removed.
21+
22+
23+
24+
25+
626
## [0.19.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.19.0...v0.19.1) (2021-11-04)
727

828

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": "0.19.1",
3+
"version": "0.20.0",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.esm.js",
66
"module": "index.esm.js",

packages/cra-template-seed/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+
# [0.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.19.1...v0.20.0) (2021-11-10)
7+
8+
9+
### Features
10+
11+
* update @ui5/webcomponents to 1.0.0 🎉 ([#2282](https://github.com/SAP/ui5-webcomponents-react/issues/2282)) ([e6971af](https://github.com/SAP/ui5-webcomponents-react/commit/e6971afcab6553f813156f8188665a8a3965a6b5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* update @ui5/webcomponents to [1.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0)
17+
* **Input:** The `onSuggestionScroll` event has been removed.
18+
* **BreadcrumbsItem, ComboboxItem, MultiComboboxItem, Option, Tab:** `stableDomRef` prop has been removed - call `getDomRef()` to get the matching actual DOM ref.
19+
* **ShellbarItem:** `onItemClick` has been renamed to `onClick`.
20+
* **Wizard:** The `accessibleName` prop has been removed.
21+
22+
23+
24+
25+
626
# [0.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.10...v0.19.0) (2021-11-03)
727

828
**Note:** Version bump only for package @ui5/cra-template-webcomponents-react-seed

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": "0.19.0",
3+
"version": "0.20.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cra-template/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+
# [0.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.19.1...v0.20.0) (2021-11-10)
7+
8+
9+
### Features
10+
11+
* update @ui5/webcomponents to 1.0.0 🎉 ([#2282](https://github.com/SAP/ui5-webcomponents-react/issues/2282)) ([e6971af](https://github.com/SAP/ui5-webcomponents-react/commit/e6971afcab6553f813156f8188665a8a3965a6b5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* update @ui5/webcomponents to [1.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0)
17+
* **Input:** The `onSuggestionScroll` event has been removed.
18+
* **BreadcrumbsItem, ComboboxItem, MultiComboboxItem, Option, Tab:** `stableDomRef` prop has been removed - call `getDomRef()` to get the matching actual DOM ref.
19+
* **ShellbarItem:** `onItemClick` has been renamed to `onClick`.
20+
* **Wizard:** The `accessibleName` prop has been removed.
21+
22+
23+
24+
25+
626
# [0.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.10...v0.19.0) (2021-11-03)
727

828
**Note:** Version bump only for package @ui5/cra-template-webcomponents-react

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": "0.19.0",
3+
"version": "0.20.0",
44
"keywords": [
55
"react",
66
"create-react-app",

0 commit comments

Comments
 (0)