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 addStrapiSystemFields
by @XanderD99 in #425 - chore(useStrapi): add optional query params to
create
/update
inv5
by @BayBreezy in #426 - docs(auth): use
window.location.href
to avoid ts error by @olrtg in #432 - fix(v5):
locale
type can benull
by @olrtg in #437 - fix(module)!: default version to
v5
by @reslear in #436
New Contributors
- @XanderD99 made their first contribution in #424
- @olrtg made their first contribution in #432
- @reslear made their first contribution in #436
Full Changelog: v1.12.0...v2.0.0