v2.0.0-rc.1
Pre-release
Pre-release
ui5-webcomponents-react-bot
released this
19 Jul 12:08
·
392 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
wrapping
tomaxLines
(#6085) (a879a9b) - ObjectPage: refactor component to support ui5wc v2 (#6089) (105b2da)
BREAKING CHANGES
- the minimum required
react
andreact-dom
version is now 18.0.0 - ObjectPage:
headerContent
has been renamed toheaderArea
and now only accepts theObjectPageHeader
component. - ObjectPage:
headerTitle
has been renamed totitleArea
and now only accepts theObjectPageTitle
component. - ObjectPage:
footer
has been renamed tofooterArea
. - ObjectPage:
onToggleHeaderContent
has been renamed toonToggleHeaderArea
- ObjectPage:
onPinnedStateChange
has been renamed toonPinButtonToggle
- ObjectPageTitle:
actions
has been renamed toactionsBar
. Instead of single actions, theToolbar
component should now be passed. - ObjectPageTitle:
navigationActions
has been renamed tonavigationBar
. Instead of single actions, theToolbar
component should now be passed. - ObjectPageTitle:
actionsToolbarProps
: Since it's now recommended passing theToolbar
component directly, this prop is redundant. - ObjectPageTitle:
navigationActionsToolbarProps
: Since it's now recommended passing theToolbar
component directly, this prop is redundant.