strapi-plugin-preview-button
strapi-plugin-preview-button copied to clipboard
Migrate to Strapi v5
🚧 Work In Progress 🚧
This PR brings support for Strapi v5 to the plugin.
- Use 18-20 range for
nodeEngines
. - Upgrade dependencies to their latest versions.
- Replace
plugin.name
withplugin::name
in server config service. - Refactor plugin structure for v5.
- Refactor to use TypeScript.
Waiting for this! Thank you for this great plugin.
Does a "simple" plugin require that much?
@SalahAdDin Strapi made a lot of changes for version 5 that are still undocumented. It takes quite a bit of sleuthing to find the new way to do things, and it has only recently become worth it now that we are in later release candidates.
@SalahAdDin Strapi made a lot of changes for version 5 that are still undocumented. It takes quite a bit of sleuthing to find the new way to do things, and it has only recently become worth it now that we are in later release candidates.
Oh man, don't tell me that, I am planning to help to migrate a plugin.