diff --git a/.storybook/components/DocsHeader.tsx b/.storybook/components/DocsHeader.tsx index cc7de4195f7..2089938f787 100644 --- a/.storybook/components/DocsHeader.tsx +++ b/.storybook/components/DocsHeader.tsx @@ -1,15 +1,7 @@ import { Description, DocsContext, Subtitle, Title } from '@storybook/addon-docs'; import copyIcon from '@ui5/webcomponents-icons/dist/copy'; import ButtonDesign from '@ui5/webcomponents/dist/types/ButtonDesign.js'; -import { - Button, - FlexBox, - FlexBoxAlignItems, - Label, - Link, - Text, - ThemeProvider -} from '@ui5/webcomponents-react'; +import { Button, FlexBox, FlexBoxAlignItems, Label, Link, Text, ThemeProvider } from '@ui5/webcomponents-react'; import { clsx } from 'clsx'; import { useContext } from 'react'; import { useGetSubComponentsOfModule } from '../utils'; diff --git a/docs/MigrationGuide.archive.md b/docs/MigrationGuide.archive.md index c0377c0be5c..6d77c9787d3 100644 --- a/docs/MigrationGuide.archive.md +++ b/docs/MigrationGuide.archive.md @@ -1,5 +1,249 @@ # Migration Guide Archive for older versions +## From 0.28.x to 1.0.1 + +### Removal of deprecated props + +The following props were deprecated in previous versions and have now been removed. + +**ActionSheet** + +The prop `alwaysShowHeader` has been removed as is not specified by the Fiori Design Guidelines.
+In addition, the `a11yConfig.actionSheetMobileContent.ariaLabel` has been removed as well. You can use the `accessibleName` prop as replacement. + +**AnalyticalTable** + +The props `onRowSelected` and `onColumnsReordered` have been removed in favor for a more streamlined naming pattern.
+Please use the new prop names `onRowSelect` and `onColumnsReorder`. + +**DynamicPageTitle** + +The props `actionsOverflowButton` and `navigationActionsOverflowButton` have been removed.
+If needed, you can pass a custom overflow button for the respective toolbar by using the `actionsToolbarProps={{ overflowButton: