v2.0.0-rc.1
Pre-release
Pre-release
·
1044 commits
to main
since this release
2.0.0-rc.1 (2024-07-19)
Note
The FilterBar is not yet supporting version 2.0.0!
Bug Fixes
Code Refactoring
Features
- codemod: basic replacements for
DynamicPage(#6086) (93819a9) - codemod: transform Text
wrappingtomaxLines(#6085) (a879a9b) - ObjectPage: refactor component to support ui5wc v2 (#6089) (105b2da)
BREAKING CHANGES
- the minimum required
reactandreact-domversion is now 18.0.0 - ObjectPage:
headerContenthas been renamed toheaderAreaand now only accepts theObjectPageHeadercomponent. - ObjectPage:
headerTitlehas been renamed totitleAreaand now only accepts theObjectPageTitlecomponent. - ObjectPage:
footerhas been renamed tofooterArea. - ObjectPage:
onToggleHeaderContenthas been renamed toonToggleHeaderArea - ObjectPage:
onPinnedStateChangehas been renamed toonPinButtonToggle - ObjectPageTitle:
actionshas been renamed toactionsBar. Instead of single actions, theToolbarcomponent should now be passed. - ObjectPageTitle:
navigationActionshas been renamed tonavigationBar. Instead of single actions, theToolbarcomponent should now be passed. - ObjectPageTitle:
actionsToolbarProps: Since it's now recommended passing theToolbarcomponent directly, this prop is redundant. - ObjectPageTitle:
navigationActionsToolbarProps: Since it's now recommended passing theToolbarcomponent directly, this prop is redundant.