Releases: nuxt-modules/sanity
Releases · nuxt-modules/sanity
v0.6.1
0.6.1 (2021-01-18)
Bug Fixes
- add default exports for compatibility with
@nuxt/components
(d48f61a), closes #51
- hotfix to use backwards-compatible imports (f36a3c4), closes #64
v0.6.0
0.6.0 (2021-01-17)
Features
- re-enable autoregistration of components (1af262e), closes #53 #51
Bug Fixes
- correctly generate url params for sanity images (cb9c223), closes #63
- get
<SanityImage>
config from injected config (4d5684f)
- improve windows compatibility (6efe29a)
- use nuxt resolver to suppress warnings about missing dependency (b0d7222), closes #33
v0.5.0
Features
- disable cdn when enablePreview is called (137149a), closes #45
Bug Fixes
- don't fail when no sanity object exists in nuxt.config.js (f5ab953), closes #62
v0.4.2
Bug Fixes
- correctly use prop in (#52) (7f5eeba)
- temporarily disable autoregistration of components (b5abd8d), closes #51
v0.4.0
Features
- expose generated sanity config within nuxt config for later use (0b4ebe8)
- use for auto-registration of helper components (4ea5796)
Bug Fixes
- add name to component for better DX (8d581ce)
- correctly handle vue keys from portable text (9e6ca61)
v0.3.11
Bug Fixes
- set Content-Type header for POST query (c251a21)
v0.3.10
Features
Performance Improvements
- use built-in if available (0da5573)
v0.3.9
Features
- expose sanity configuration as (35f3e92), closes #19