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
BREAKING CHANGE: __ActionSheet:__ `a11yConfig` has been renamed to
`accessibilityAttributes`.
BREAKING CHANGE: __AnalyticalTable:__ The properties and values for the
`AnalyticalTableSelectionMode` enum has been changed. `SingleSelect` is
now `Single` and `MultiSelect` is now `Multiple`.
BREAKING CHANGE: __AnalyticalTable:__ `a11yConfig` has been renamed to
`accessibilityAttributes`.
BREAKING CHANGE: __ObjectPage:__ `a11yConfig` has been renamed to
`accessibilityAttributes`.
BREAKING CHANGE: __ObjectStatus:__ `active` has been renamed to
`interactive`.
Copy file name to clipboardExpand all lines: docs/MigrationGuide.mdx
+20-8Lines changed: 20 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -405,7 +405,8 @@ Please use the following components instead:
405
405
406
406
**Renamed Props:**
407
407
408
-
-`a11yConfig.dynamicPageAnchorBar` has been renamed to `a11yConfig.objectPageAnchorBar`
408
+
-`a11yConfig` has been renamed to `accessibilityAttributes`
409
+
-`a11yConfig.dynamicPageAnchorBar` has been renamed to `accessibilityAttributes.objectPageAnchorBar`
409
410
410
411
Also, the namings of internal `data-component-name` attributes have been adjusted accordingly. E.g. `data-component-name="DynamicPageTitleSubHeader"` has been renamed to `data-component-name="ObjectPageTitleSubHeader"`
411
412
@@ -443,16 +444,15 @@ function MyComponent() {
443
444
### ActionSheet
444
445
445
446
The prop `portalContainer` has been removed as it is no longer needed due to the [popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API) which is now used in the UI5 Web Components.
446
-
For a better aligned API, the `showCancelButton` prop has been replaced wih the `hideCancelButton` prop and the logic has been inverted.
447
-
You only need to apply changes to your code if `showCancelButton` has been set to `false`.
447
+
For a better aligned API, the `showCancelButton` prop has been replaced wih the `hideCancelButton` prop and the logic has been inverted. Also, the `a11yConfig` prop has been renamed to `accessibilityAttributes`.
0 commit comments