Skip to main content

helper-plugin 已弃用

¥helper-plugin deprecated

在 Strapi 5 中,helper-plugin 已被删除。插件开发者可以使用完整的迁移参考,并且 codemods 将自动处理一些更改。

¥In Strapi 5, the helper-plugin is removed. A whole migration reference is available for plugin developers, and codemods will automatically handle some changes.

此页面是 重大变更数据库 的一部分,提供有关重大更改的信息以及从 Strapi v4 迁移到 Strapi 5 的其他说明。

¥This page is part of the breaking changes database and provides information about the breaking change and additional instructions to migrate from Strapi v4 to Strapi 5.

 Is this breaking change affecting plugins?Yes
 Is this breaking change automatically handled by a codemod?Partly
(see deprecate-helper-plugin )

重大更改描述

¥Breaking change description

在 Strapi v4 中

¥In Strapi v4

helper-plugin 可用于 Strapi 插件开发。

¥The helper-plugin could be used for Strapi plugins development.

在 Strapi 5 中

¥In Strapi 5

helper-plugin 已弃用。

¥The helper-plugin is deprecated.

迁移

¥Migration

Codemods 处理部分但不是全部更改。处理以下更改:

¥Codemods handles some but not all of the changes. The following changes are handled:

行动现在由 Strapi 5 处理...
更改 AnErrorOccurred 导入@strapi/strapi/admin
AnErrorOccurred 替换为 Page.Error@strapi/strapi/admin
更改 ConfirmDialog 导入@strapi/strapi/admin
更改 getFetchClient 导入@strapi/strapi/admin
更改 LoadingIndicatorPage 导入@strapi/strapi/admin
LoadingIndicatorPage 替换为 Page.Loading@strapi/strapi/admin
更改 NoPermissions 导入@strapi/strapi/admin
NoPermissions 替换为 Page.NoPermissions@strapi/strapi/admin
更改 translatedErrors 导入@strapi/strapi/admin
更改 useFetchClient 导入@strapi/strapi/admin
更改 useQueryParams 导入@strapi/strapi/admin
更改 SearchURLQuery 导入@strapi/strapi/admin
更改 DateTimePicker 导入@strapi/design-system
更改 Status 导入@strapi/design-system
更改 useCallbackRef 导入@strapi/design-system
更改 useCollator 导入@strapi/design-system
更改 useFilter 导入@strapi/design-system

用户应参考广泛的 迁移指南 中的其他信息,以确保顺利迁移。

¥Users should refer to additional information found in the extensive migration guide to ensure a smooth migration.