|
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 | +# [2.0.0-rc.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2024-07-19) |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | + |
| 10 | +- **codemod:** fix import statment for UI5 Web Component enums ([#6084](https://github.com/SAP/ui5-webcomponents-react/issues/6084)) ([b3a5aed](https://github.com/SAP/ui5-webcomponents-react/commit/b3a5aed8b99c31e7475c2d305d6804b9afa7275b)) |
| 11 | + |
| 12 | +### Code Refactoring |
| 13 | + |
| 14 | +- drop support for React 16 & 17 ([#6095](https://github.com/SAP/ui5-webcomponents-react/issues/6095)) ([07facf3](https://github.com/SAP/ui5-webcomponents-react/commit/07facf3678c6d0432eb30ddae8c90784dd8351e6)) |
| 15 | + |
| 16 | +### Features |
| 17 | + |
| 18 | +- **codemod:** basic replacements for `DynamicPage` ([#6086](https://github.com/SAP/ui5-webcomponents-react/issues/6086)) ([93819a9](https://github.com/SAP/ui5-webcomponents-react/commit/93819a9a9c7fd87d16d5bc64094890e8f8d5684a)) |
| 19 | +- **codemod:** transform Text `wrapping` to `maxLines` ([#6085](https://github.com/SAP/ui5-webcomponents-react/issues/6085)) ([a879a9b](https://github.com/SAP/ui5-webcomponents-react/commit/a879a9b107dc50e1bc267bfd2abe32038201c30f)) |
| 20 | +- **ObjectPage:** refactor component to support ui5wc v2 ([#6089](https://github.com/SAP/ui5-webcomponents-react/issues/6089)) ([105b2da](https://github.com/SAP/ui5-webcomponents-react/commit/105b2da44c1c2727080da8558dfb6c4ef65e2b39)) |
| 21 | + |
| 22 | +### BREAKING CHANGES |
| 23 | + |
| 24 | +- the minimum required `react` and `react-dom` version is now 18.0.0 |
| 25 | +- **ObjectPage:** `headerContent` has been renamed to `headerArea` and |
| 26 | + now only accepts the `ObjectPageHeader` component. |
| 27 | +- **ObjectPage:** `headerTitle` has been renamed to `titleArea` and now |
| 28 | + only accepts the `ObjectPageTitle` component. |
| 29 | +- **ObjectPage:** `footer` has been renamed to `footerArea`. |
| 30 | +- **ObjectPage:** `onToggleHeaderContent` has been renamed to |
| 31 | + `onToggleHeaderArea` |
| 32 | +- **ObjectPage:** `onPinnedStateChange` has been renamed to |
| 33 | + `onPinButtonToggle` |
| 34 | +- **ObjectPage:** **ObjectPageTitle**: `actions` has been renamed to |
| 35 | + `actionsBar`. Instead of single actions, the `Toolbar` component should |
| 36 | + now be passed. |
| 37 | +- **ObjectPage:** **ObjectPageTitle**: `navigationActions` has been |
| 38 | + renamed to `navigationBar`. Instead of single actions, the `Toolbar` |
| 39 | + component should now be passed. |
| 40 | +- **ObjectPage:** **ObjectPageTitle**: `actionsToolbarProps`: Since it's |
| 41 | + now recommended passing the `Toolbar` component directly, this prop is |
| 42 | + redundant. |
| 43 | +- **ObjectPage:** **ObjectPageTitle**: `navigationActionsToolbarProps`: |
| 44 | + Since it's now recommended passing the `Toolbar` component directly, |
| 45 | + this prop is redundant. |
| 46 | + |
6 | 47 | # [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v2.0.0-rc.0) (2024-07-11) |
7 | 48 |
|
8 | 49 | ### Bug Fixes |
|
0 commit comments