Releases: nuxt-modules/sanity
Releases · nuxt-modules/sanity
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
v0.3.5
Bug Fixes
- correct type error of renderless component (b4679f7)
v0.3.4
Features
- allow using scoped slots for full control of (c40313d)