Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@benjamincanac benjamincanac released this 04 Nov 13:46
· 1 commit to dev since this release

Breaking Changes

This release brings support for Strapi v5 which is now the default version.

The deprecated useStrapi3 and useStrapi4 composables have been removed in favor of useStrapi.

What's Changed

  • docs: use new nuxi module add command in installation by @danielroe in #407
  • chore: migrate to eslint v9 by @danielroe in #411
  • chore: indicate compatibility with new v4 major by @danielroe in #419
  • feat(module): handle v5 by @XanderD99 in #424
  • types: update Strapi5ResponseData to automatically add StrapiSystemFields by @XanderD99 in #425
  • chore(useStrapi): add optional query params to create / update in v5 by @BayBreezy in #426
  • docs(auth): use window.location.href to avoid ts error by @olrtg in #432
  • fix(v5): locale type can be null by @olrtg in #437
  • fix(module)!: default version to v5 by @reslear in #436

New Contributors

Full Changelog: v1.12.0...v2.0.0