Releases: nuxt-modules/sanity
Releases · nuxt-modules/sanity
v1.11.0
🚀 Features
- Support reading
cms/sanity.config.ts
- by @danielroe in #977 (a5148)
🐞 Bug Fixes
- Opt in to
import.meta.*
properties - by @danielroe in #978 (bc38f) - Allow usage of visual editing
useSanityQuery
without awaiting - by @danielroe (b75d2) - Also include
sourceMap
andencodeDataAttribute
in non-awaited result - by @danielroe (bf1cb) - Improve assignment - by @danielroe (f411c)
View changes on GitHub
v1.10.1
v1.10.0
🚀 Features
- Add
useSanityVisualEditingState
composable + fix issues - by @rdunk in #968 (533a1) - Add @sanity/client as dependency by default - by @danielroe (1f542)
🐞 Bug Fixes
- Add missing preview mode check - by @rdunk (510c8)
- Respect redirect on preview disable - by @rdunk (fcbab)
- Enable useCdn at runtime if no token is available - by @danielroe (68fae)
View changes on GitHub
v1.9.0
🚀 Features
🐞 Bug Fixes
- Add various missing imports - by @danielroe (feea9)
- Only add credentials on client-side - by @danielroe (ec44f)
- Optimize dependencies require for visual editing - by @danielroe (a805d)
- Use nested optimizeDeps to resolve properly - by @danielroe (1dab8)
View changes on GitHub
v1.8.3
🐞 Bug Fixes
- Explicitly declare return type of
useSanityQuery
- by @danielroe (5cb18)
View changes on GitHub
v1.8.2
🐞 Bug Fixes
- Send
perspective
as query param when using POST method - by @niklas-may in #930 (4bbdc)