You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: make titleText required for object page sections (#6014)
BREAKING CHANGE: **ObjectPageSection**: the prop `titleText` is now required.
BREAKING CHANGE: **ObjectPageSection**: the default value `true` for the prop `titleTextUppercase` has been removed.
BREAKING CHANGE: **ObjectPageSubSection**: the prop `titleText` is now required.
Copy file name to clipboardExpand all lines: docs/MigrationGuide.mdx
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -457,6 +457,14 @@ The prop `portalContainer` has been removed as it is no longer needed due to the
457
457
As the underlying `Text` component has been replaced with the UI5 Web Component, some inherited props `hyphenated` and `emptyIndicator` from the `Text` component have been removed.
458
458
You can follow this [feature request](https://github.com/SAP/ui5-webcomponents/issues/9244) for updates.
459
459
460
+
### ObjectPageSection
461
+
462
+
The prop `titleText` is now required and the default value `true` has been removed for the `titleTextUppercase` prop to comply with the updated Fiori design guidelines.
463
+
464
+
### ObjectPageSubSection
465
+
466
+
The prop `titleText` is now required.
467
+
460
468
## Enum Changes
461
469
462
470
For a better alignment with the UI5 Web Components, the following enums have been renamed:
0 commit comments