Releases: nuxt-modules/strapi
Releases · nuxt-modules/strapi
v2.0.0
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
v1.12.0
This release changes the Nuxt compatibility to ^3.7.0
.
What's Changed
- fix: opt in to
import.meta.*
properties by @danielroe in #401 - fix(module): export runtime types by @tennox in #403
New Contributors
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- feat(module): add
admin
option to config by @Striffly in #374 - chore(deps): update all non-major dependencies by @renovate in #373
- chore(deps): update all non-major dependencies by @renovate in #375
- docs(auth): advise a minimal cookie config by @NicolasBrondin in #378
New Contributors
- @Striffly made their first contribution in #374
- @NicolasBrondin made their first contribution in #378
Full Changelog: v1.10.1...v1.11.0
v1.10.1
v1.10.0
What's Changed
- feat(find/findOne): allow fetch options as third param by @SvenWesterlaken in #360
- fix(types): make typings for meta in responses v4 more specific by @SvenWesterlaken in #359
New Contributors
- @BayBreezy made their first contribution in #354
- @noopurphalak made their first contribution in #368
- @SvenWesterlaken made their first contribution in #360
Full Changelog: v1.9.3...v1.10.0
v1.9.2
Full Changelog: v1.9.1...v1.9.2
v1.9.1
v1.9.0
What's Changed
- chore(auth): allow user refetch by @jiblett1000 in #324
- feat: add option to add Strapi admin in Nuxt Devtools by @atinux in #323
- docs: deprecated usage of
useStrapi4
+ missing old tailwind classes by @jiblett1000 in #327
Full Changelog: v1.8.1...v1.9.0
v1.8.0
What's Changed
- feat: module config to pick user fields by @ChristopheCVB in #314
- useNuxtApp variable name consistency by @jiblett1000 in #317
Full Changelog: v1.7.1...v1.8.0
v1.7.1
What's Changed
- fix(useStrapi): handle single types by @benjamincanac in #310
- feat(useStrapiAuth): add
changePassword
method by @benjamincanac in 00b7915
Full Changelog: v1.7.0...v1.7.1