-
Notifications
You must be signed in to change notification settings - Fork 28
feat: support strapi v5 #411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c3f5b23
to
c6569bb
Compare
@sargreal Mind trying someting for me replace My guess is that all strapi-admin exports are broken |
Thanks for your comment @Boegie19. However all of the imports that are from some I have just confirmed that they are not causing the issue by removing those imports locally. |
8876a1d
to
b3b4d1c
Compare
@layaxx Sorry for this huge PR.. I believe most of this should be fine for a pre-release. e2e tests are failing currently for some unknown reason. In some cases the strapi app fails to load, which results in the "nav not found" errors. Locally it works most of the time |
migrate plugin to typescript migrate plugin tests to typescript migrate design-system changes reimplement untranslated service update plugin routes BREAKING CHANGE: drops support for strapi v4 BREAKING CHANGE: plugin is now typescript BREAKING CHANGE: plugin routes have been changed fixes #404 fixes #412
replace plugin.translate with plugin::translate the single dot notation is deprecated
test(e2e): finish updating tests
Use npm instead of yarn, which seems to solve this issue. See strapi/strapi#22162
sometimes strapi takes some time to load
🎉 This PR is included in version 2.0.0-next.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.3.0-next.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.2.0-next.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0-next.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.3.0-next.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.2.0-next.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
BREAKING CHANGE: This will make the plugin incompatible with Strapi v4
fixes #404
Changes and Todos: