Skip to content

v1.5.0

Compare
Choose a tag to compare
@mattmilburn mattmilburn released this 29 Sep 16:21
· 37 commits to staging since this release

⚙️ Chore

  • Sync core components from latest Strapi version
  • Bump React dependency version to ^17.0.0 || ^18.0.0
  • Bump minimum Strapi dependencies version to 4.11.0

NOTE: If you continue to have issues with React 18 support, try using the following in your package.json:

"resolutions": {
  "react": "^18.0.0",
},