Releases: nuxt-modules/strapi
Releases · nuxt-modules/strapi
v1.7.0
What's Changed
- feat(docs): upgrade to latest Docus by @Tahul in #297
- docs: various improvements by @atinux in #306
- feat(composables): add
useStrapiMedia
by @oritwoen in #298 - fix: useStrapiClient params stringify for v3 by @ChristopheCVB in #300
New Contributors
- @Tahul made their first contribution in #297
- @oritwoen made their first contribution in #298
- @ChristopheCVB made their first contribution in #300
Full Changelog: v1.6.3...v1.7.0
v1.6.0
What's Changed
- chore(types): improve StrapiUser type by @kuizuo in #280
- feat: add
useStrapi
composable with correct types by @harlan-zw in #279
New Contributors
- @kuizuo made their first contribution in #280
- @harlan-zw made their first contribution in #279
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
chore: upgrade nuxt to https://github.com/nuxt/framework/releases/tag/v3.0.0-rc.9 in 6767cf0
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- feat(module): add
auth.populate
option forfetchUser
by @benjamincanac in #260 - fix(docs): renamed buildModules to modules by @Intevel in #263
- feat: make cookie name configurable by @Intevel in #265
New Contributors
- @smarroufin made their first contribution in #256
- @Intevel made their first contribution in #263
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat(module): support server-specific runtime configuration by @doseofted in #247
- feat(useStrapiGraphQL): support for imported graphql files by @doseofted in #249
- docs: migrate to latest docus by @benjamincanac in #252
Full Changelog: v1.3.2...v1.4.0
v1.3.2
Bug Fixes
- module:
defu
default import after v6 upgrade (97dcc4e) - module: update runtime config override (#244) (b7adc16)
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- docs(advanced): update auth middleware by @larbish in #228
- fix: don't override vite config by @danielroe in #232
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- feat(types): custom payload properties for registration by @luke-z in #218
- fix(useStrapiAuth):
getProviderAuthenticationUrl
fails to concat with prefix by @benjamincanac in 2f087f1 - fix(useStrapiClient): improve returned error by @larbish in #222
- fix(module): improve bridge compatibility by @benjamincanac in 70f73af
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- feat: add cookie config by @luke-z in #208
- fix: use strapi v4 format for query with
qs
by @larbish in #212 - refactor: split runtime types by @pi0 in #213
- chore: migrate to
@nuxt/module-builder
by @benjamincanac in #214
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- feat: add
useStrapiGraphQL
composable
Documentation
- Async data example https://strapi.nuxtjs.org/advanced#async-data
Full Changelog: v1.0.0...v1.1.0