strapi-plugin-preview-button icon indicating copy to clipboard operation
strapi-plugin-preview-button copied to clipboard

Migrate to Strapi v5

Open mattmilburn opened this issue 10 months ago • 3 comments

🚧 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 with plugin::name in server config service.
  • Refactor plugin structure for v5.
  • Refactor to use TypeScript.

mattmilburn avatar Apr 07 '24 21:04 mattmilburn

Waiting for this! Thank you for this great plugin.

SalahAdDin avatar Apr 28 '24 04:04 SalahAdDin

Does a "simple" plugin require that much?

SalahAdDin avatar Sep 12 '24 21:09 SalahAdDin

@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.

jackbuehner avatar Sep 16 '24 23:09 jackbuehner

@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.

SalahAdDin avatar Sep 17 '24 00:09 SalahAdDin