Skip to content

Commit 13c2a32

Browse files
chore(release): publish v0.14.0-rc.0 [ci skip]
1 parent 0d13311 commit 13c2a32

File tree

12 files changed

+222
-7
lines changed

12 files changed

+222
-7
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,59 @@
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.14.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.14.0-rc.0) (2021-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **Form:** Adjust spacing and alignment to comply with fiori guidelines ([#1299](https://github.com/SAP/ui5-webcomponents-react/issues/1299)) ([cae9c34](https://github.com/SAP/ui5-webcomponents-react/commit/cae9c3404f5c68baa2f3575cf0cbf7a2652f5200))
12+
* **Form:** correct alignment of FormItems ([#1305](https://github.com/SAP/ui5-webcomponents-react/issues/1305)) ([0fb6f4c](https://github.com/SAP/ui5-webcomponents-react/commit/0fb6f4cb119d34c7edc9e316c85a2707d74ba943))
13+
* **ObjectPage:** prevent crash on re-mounting the component ([#1304](https://github.com/SAP/ui5-webcomponents-react/issues/1304)) ([49dda59](https://github.com/SAP/ui5-webcomponents-react/commit/49dda590d50bbb06228e7b5abcb5da95dd92eafa)), closes [#1300](https://github.com/SAP/ui5-webcomponents-react/issues/1300)
14+
* improve IE11 support for ObjectPage, DynamicPage and Grid ([#1285](https://github.com/SAP/ui5-webcomponents-react/issues/1285)) ([6b5c536](https://github.com/SAP/ui5-webcomponents-react/commit/6b5c5366028060aac7d2c43a27afa72708fbf85e))
15+
16+
17+
### chore
18+
19+
* delete deprecated useI18nText hook ([#1303](https://github.com/SAP/ui5-webcomponents-react/issues/1303)) ([0ab483f](https://github.com/SAP/ui5-webcomponents-react/commit/0ab483ff6bc5a815a685b841679906ea6467dcb0))
20+
* deprecate Internet Explorer 11 ([#1252](https://github.com/SAP/ui5-webcomponents-react/issues/1252)) ([0e02486](https://github.com/SAP/ui5-webcomponents-react/commit/0e024861f058f616985ad80f4e508a1eb6030799))
21+
* drop support for Edge Legacy ([#1196](https://github.com/SAP/ui5-webcomponents-react/issues/1196)) ([8aff48c](https://github.com/SAP/ui5-webcomponents-react/commit/8aff48c1770af197e6c0733f0547b9b781b46bac))
22+
* release npm lib files as ES6 ([#1284](https://github.com/SAP/ui5-webcomponents-react/issues/1284)) ([44fd091](https://github.com/SAP/ui5-webcomponents-react/commit/44fd09104eb6c3b23eb91d81d5f900d3943eb501))
23+
24+
25+
### Code Refactoring
26+
27+
* **cra-template-seed:** simplify coding and development setup, update dependencies ([#1275](https://github.com/SAP/ui5-webcomponents-react/issues/1275)) ([18dc286](https://github.com/SAP/ui5-webcomponents-react/commit/18dc28621d05e772212581711df7d95b22b10a66))
28+
* **ThemeProvider:** flatten ThemeProviderContext ([#1147](https://github.com/SAP/ui5-webcomponents-react/issues/1147)) ([4a2e68f](https://github.com/SAP/ui5-webcomponents-react/commit/4a2e68f0a8e663e5bd6c19a1025fba042bc2ac18))
29+
30+
31+
### Features
32+
33+
* publish wrapper only components ([#1250](https://github.com/SAP/ui5-webcomponents-react/issues/1250)) ([b8d28c7](https://github.com/SAP/ui5-webcomponents-react/commit/b8d28c7eecdc401d281899f3be92bea77784302c))
34+
* update wrapper components to @ui5/web components 1.0.0-rc.12 ([#1298](https://github.com/SAP/ui5-webcomponents-react/issues/1298)) ([c385a8d](https://github.com/SAP/ui5-webcomponents-react/commit/c385a8dd1b68384bfe1e24a084a325ff937bd9a0))
35+
36+
37+
### BREAKING CHANGES
38+
39+
* All UI5 Web Components Wrappers have been updated to `@ui5/webcomponents@1.0.0-rc.12`, please check the [release notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.12) as well.
40+
* **Page**: Replaced custom component with `ui5-page` web component. Please check our [migration guide](https://sap.github.io/ui5-webcomponents-react/master/?path=/docs/migration-guide--page#replaced-component-page) for more details.
41+
* **Table**: prop `hasMore` has been removed, use `growing` instead
42+
* **Table**: prop `loadMoreText` has been renamed to `moreText `
43+
* **Table**: prop `loadMoreSubtext` has been renamed to `moreSubtext`
44+
* **Calendar**: prop `selectedDates` has been removed, please set selected dates via the `CalendarDate` component as child of the `Calendar`
45+
* **Calendar**: prop `selection` has been renamed to `selectionMode`
46+
* **Calendar**: prop `timestamp ` has been removed
47+
* **Slider**: unused prop `children` has been removed
48+
* `useI18nText` is replaced by `useI18nBundle`. For more details please consult our [migration guide](https://sap.github.io/ui5-webcomponents-react/?path=/docs/migration-guide--page#deleted-hooks).
49+
* As `@ui5/webcomponents-react` has now dropped support for IE11 and Edge Legacy, we are releasing our `lib` files as ES6 code. If you need to run `@ui5/webcomponents-react` in a browser that does not support ES6, please transpile your dependencies using e.g. babel.
50+
* **ThemeProvider:** The `ThemeProvider` context is now simplified to provide only an object with `ThemingParameters`, all other properties have been removed. For details on the migration check out our [migration guide](https://sap.github.io/ui5-webcomponents-react/master/?path=/docs/migration-guide--page#themeprovider-context-changes).
51+
* Internet Explorer 11 is now deprecated
52+
* **cra-template-seed:** this template is not longer providing out-of-the-box support for IE11 and Edge (legacy)
53+
* The Legacy Edge browser is no longer supported, therefore the following import has been removed: `import '@ui5/webcomponents-react-base/polyfill/Edge';`
54+
55+
56+
57+
58+
659
## [0.13.9](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.8...v0.13.9) (2021-02-10)
760

861

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.13.9",
5+
"version": "0.14.0-rc.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/base/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,45 @@
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.14.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.14.0-rc.0) (2021-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **Form:** Adjust spacing and alignment to comply with fiori guidelines ([#1299](https://github.com/SAP/ui5-webcomponents-react/issues/1299)) ([cae9c34](https://github.com/SAP/ui5-webcomponents-react/commit/cae9c3404f5c68baa2f3575cf0cbf7a2652f5200))
12+
13+
14+
### chore
15+
16+
* delete deprecated useI18nText hook ([#1303](https://github.com/SAP/ui5-webcomponents-react/issues/1303)) ([0ab483f](https://github.com/SAP/ui5-webcomponents-react/commit/0ab483ff6bc5a815a685b841679906ea6467dcb0))
17+
* deprecate Internet Explorer 11 ([#1252](https://github.com/SAP/ui5-webcomponents-react/issues/1252)) ([0e02486](https://github.com/SAP/ui5-webcomponents-react/commit/0e024861f058f616985ad80f4e508a1eb6030799))
18+
* drop support for Edge Legacy ([#1196](https://github.com/SAP/ui5-webcomponents-react/issues/1196)) ([8aff48c](https://github.com/SAP/ui5-webcomponents-react/commit/8aff48c1770af197e6c0733f0547b9b781b46bac))
19+
20+
21+
### Features
22+
23+
* update wrapper components to @ui5/web components 1.0.0-rc.12 ([#1298](https://github.com/SAP/ui5-webcomponents-react/issues/1298)) ([c385a8d](https://github.com/SAP/ui5-webcomponents-react/commit/c385a8dd1b68384bfe1e24a084a325ff937bd9a0))
24+
25+
26+
### BREAKING CHANGES
27+
28+
* All UI5 Web Components Wrappers have been updated to `@ui5/webcomponents@1.0.0-rc.12`, please check the [release notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.12) as well.
29+
* **Page**: Replaced custom component with `ui5-page` web component. Please check our [migration guide](https://sap.github.io/ui5-webcomponents-react/master/?path=/docs/migration-guide--page#replaced-component-page) for more details.
30+
* **Table**: prop `hasMore` has been removed, use `growing` instead
31+
* **Table**: prop `loadMoreText` has been renamed to `moreText `
32+
* **Table**: prop `loadMoreSubtext` has been renamed to `moreSubtext`
33+
* **Calendar**: prop `selectedDates` has been removed, please set selected dates via the `CalendarDate` component as child of the `Calendar`
34+
* **Calendar**: prop `selection` has been renamed to `selectionMode`
35+
* **Calendar**: prop `timestamp ` has been removed
36+
* **Slider**: unused prop `children` has been removed
37+
* `useI18nText` is replaced by `useI18nBundle`. For more details please consult our [migration guide](https://sap.github.io/ui5-webcomponents-react/?path=/docs/migration-guide--page#deleted-hooks).
38+
* Internet Explorer 11 is now deprecated
39+
* The Legacy Edge browser is no longer supported, therefore the following import has been removed: `import '@ui5/webcomponents-react-base/polyfill/Edge';`
40+
41+
42+
43+
44+
645
## [0.13.9](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.8...v0.13.9) (2021-02-10)
746

847

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.13.9",
3+
"version": "0.14.0-rc.0",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

packages/charts/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.14.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.14.0-rc.0) (2021-02-18)
7+
8+
9+
### Features
10+
11+
* update wrapper components to @ui5/web components 1.0.0-rc.12 ([#1298](https://github.com/SAP/ui5-webcomponents-react/issues/1298)) ([c385a8d](https://github.com/SAP/ui5-webcomponents-react/commit/c385a8dd1b68384bfe1e24a084a325ff937bd9a0))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* All UI5 Web Components Wrappers have been updated to `@ui5/webcomponents@1.0.0-rc.12`, please check the [release notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.12) as well.
17+
* **Page**: Replaced custom component with `ui5-page` web component. Please check our [migration guide](https://sap.github.io/ui5-webcomponents-react/master/?path=/docs/migration-guide--page#replaced-component-page) for more details.
18+
* **Table**: prop `hasMore` has been removed, use `growing` instead
19+
* **Table**: prop `loadMoreText` has been renamed to `moreText `
20+
* **Table**: prop `loadMoreSubtext` has been renamed to `moreSubtext`
21+
* **Calendar**: prop `selectedDates` has been removed, please set selected dates via the `CalendarDate` component as child of the `Calendar`
22+
* **Calendar**: prop `selection` has been renamed to `selectionMode`
23+
* **Calendar**: prop `timestamp ` has been removed
24+
* **Slider**: unused prop `children` has been removed
25+
26+
27+
28+
29+
630
## [0.13.9](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.8...v0.13.9) (2021-02-10)
731

832
**Note:** Version bump only for package @ui5/webcomponents-react-charts

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

packages/cra-template-seed/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@
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.14.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.14.0-rc.0) (2021-02-18)
7+
8+
9+
### chore
10+
11+
* deprecate Internet Explorer 11 ([#1252](https://github.com/SAP/ui5-webcomponents-react/issues/1252)) ([0e02486](https://github.com/SAP/ui5-webcomponents-react/commit/0e024861f058f616985ad80f4e508a1eb6030799))
12+
13+
14+
### Code Refactoring
15+
16+
* **cra-template-seed:** simplify coding and development setup, update dependencies ([#1275](https://github.com/SAP/ui5-webcomponents-react/issues/1275)) ([18dc286](https://github.com/SAP/ui5-webcomponents-react/commit/18dc28621d05e772212581711df7d95b22b10a66))
17+
18+
19+
### Features
20+
21+
* update wrapper components to @ui5/web components 1.0.0-rc.12 ([#1298](https://github.com/SAP/ui5-webcomponents-react/issues/1298)) ([c385a8d](https://github.com/SAP/ui5-webcomponents-react/commit/c385a8dd1b68384bfe1e24a084a325ff937bd9a0))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* All UI5 Web Components Wrappers have been updated to `@ui5/webcomponents@1.0.0-rc.12`, please check the [release notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.12) as well.
27+
* **Page**: Replaced custom component with `ui5-page` web component. Please check our [migration guide](https://sap.github.io/ui5-webcomponents-react/master/?path=/docs/migration-guide--page#replaced-component-page) for more details.
28+
* **Table**: prop `hasMore` has been removed, use `growing` instead
29+
* **Table**: prop `loadMoreText` has been renamed to `moreText `
30+
* **Table**: prop `loadMoreSubtext` has been renamed to `moreSubtext`
31+
* **Calendar**: prop `selectedDates` has been removed, please set selected dates via the `CalendarDate` component as child of the `Calendar`
32+
* **Calendar**: prop `selection` has been renamed to `selectionMode`
33+
* **Calendar**: prop `timestamp ` has been removed
34+
* **Slider**: unused prop `children` has been removed
35+
* Internet Explorer 11 is now deprecated
36+
* **cra-template-seed:** this template is not longer providing out-of-the-box support for IE11 and Edge (legacy)
37+
38+
39+
40+
41+
642
## [0.13.3](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.2...v0.13.3) (2021-01-19)
743

844

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.13.3",
3+
"version": "0.14.0-rc.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cra-template/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.14.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.14.0-rc.0) (2021-02-18)
7+
8+
9+
### Features
10+
11+
* update wrapper components to @ui5/web components 1.0.0-rc.12 ([#1298](https://github.com/SAP/ui5-webcomponents-react/issues/1298)) ([c385a8d](https://github.com/SAP/ui5-webcomponents-react/commit/c385a8dd1b68384bfe1e24a084a325ff937bd9a0))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* All UI5 Web Components Wrappers have been updated to `@ui5/webcomponents@1.0.0-rc.12`, please check the [release notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.12) as well.
17+
* **Page**: Replaced custom component with `ui5-page` web component. Please check our [migration guide](https://sap.github.io/ui5-webcomponents-react/master/?path=/docs/migration-guide--page#replaced-component-page) for more details.
18+
* **Table**: prop `hasMore` has been removed, use `growing` instead
19+
* **Table**: prop `loadMoreText` has been renamed to `moreText `
20+
* **Table**: prop `loadMoreSubtext` has been renamed to `moreSubtext`
21+
* **Calendar**: prop `selectedDates` has been removed, please set selected dates via the `CalendarDate` component as child of the `Calendar`
22+
* **Calendar**: prop `selection` has been renamed to `selectionMode`
23+
* **Calendar**: prop `timestamp ` has been removed
24+
* **Slider**: unused prop `children` has been removed
25+
26+
27+
28+
29+
630
# [0.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0) (2021-01-07)
731

832

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.13.0",
3+
"version": "0.14.0-rc.0",
44
"keywords": [
55
"react",
66
"create-react-app",

0 commit comments

Comments
 (0)