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
feat: add more before examples for helper plugin migration (#2209)
* feat: add more before examples for helper plugin migration
* Update docusaurus/docs/dev-docs/migration/v4-to-v5/additional-resources/helper-plugin.md
---------
Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
This component has been removed and not replaced. If you feel like you need this component, please open an issue on the Strapi repository to discuss your usecase.
46
56
47
-
We recommend using the `Page.Protect` component from `@strapi/strapi/admin` instead. See below for an example. If you need to check permissions for a lower level component you can use the useRBAC hook.
57
+
We recommend using the `Page.Protect` component from `@strapi/strapi/admin` instead (see [`CheckPagePermissions`](#checkpagepermissions) for an example). If you need to check permissions for a lower level component you can use [the `useRBAC` hook](#userbac).
58
+
48
59
49
60
### CheckPagePermissions
50
61
@@ -54,14 +65,24 @@ This component has been removed and refactored to be part of the `Page` componen
@@ -102,10 +123,14 @@ import { DateTimePicker } from '@strapi/design-system';
102
123
103
124
This component was previously deprecated and has now been removed. Similar to the deprecation notice, we recommend using the `Table` component from `@strapi/strapi/admin`.
104
125
126
+
Please see the contributors [documentation for the `Table` component](https://v5.contributor.strapi.io/exports/namespaces/Table) for more information.
127
+
105
128
### EmptyBodyTable
106
129
107
130
This component has been removed and is part of the `Table` component.
108
131
132
+
Please see the contributors [documentation for the `Table` component](https://v5.contributor.strapi.io/exports/namespaces/Table) for more information.
133
+
109
134
### EmptyStateLayout
110
135
111
136
This component has been removed and not replaced. You should use `EmptyStateLayout` from `@strapi/design-system`:
@@ -130,6 +155,13 @@ This component was moved to the `admin` package and can now be imported via the
0 commit comments