|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 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 | + |
6 | 59 | ## [0.13.9](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.8...v0.13.9) (2021-02-10) |
7 | 60 |
|
8 | 61 |
|
|
0 commit comments