Releases
v0.7.1
2/16/2021
0.7.1 (2021-02-16)
Bug Fixes
- exclude .d.ts files from
@nuxt/components
treatment (df53978), closes #68
v0.7.0
1/31/2021
0.7.0 (2021-01-31)
⚠ BREAKING CHANGES
- change minimum supported node version to 12
Bug Fixes
- exclude
upath
from client bundle (88b7d58), closes #66
Miscellaneous Chores
- change minimum supported node version to 12 (adcde28)
v0.6.2
1/20/2021
0.6.2 (2021-01-20)
Bug Fixes
- export types for components (dab55f2)
v0.6.1
1/18/2021
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
1/17/2021
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
1/8/2021
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
11/18/2020
Bug Fixes
- correctly use prop in (#52) (7f5eeba)
- temporarily disable autoregistration of components (b5abd8d), closes #51
v0.4.0
11/11/2020
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
10/27/2020
Bug Fixes
- set Content-Type header for POST query (c251a21)
v0.3.10
10/27/2020
Features
- use built-in if available (0da5573)
v0.3.9
10/11/2020
Features
- expose sanity configuration as (35f3e92), closes #19
v0.3.5
10/6/2020
Bug Fixes
- correct type error of renderless component (b4679f7)
v0.3.4
10/6/2020
Features
- allow using scoped slots for full control of (c40313d)
v0.3.3
9/27/2020
Features
- add vetur auto-completion for and (01ddb19)
v0.3.1
8/21/2020
Features
- add multiple sanity client capability (0b04120), closes #2
- allow using to set sanity options (8657d48)
Bug Fixes
- add default object for (9452722)
- avoid accidentally including in bundle (7dcbe39)
- prevent and from being included in client build (e16e297)
v0.3.0
8/21/2020
Features
- add multiple sanity client capability (0b04120), closes #2
- allow using to set sanity options (8657d48)
Bug Fixes
- avoid accidentally including in bundle (7dcbe39)
- prevent and from being included in client build (e16e297)
v0.2.2
8/10/2020
Bug Fixes
- build components in format (742cfa1)
v0.2.1
8/10/2020
Bug Fixes
- correct import path for helper (2aa00c4)
v0.2.0
8/9/2020
Features
- ✨ add new component to handle portable text (0839b97)
- allow local import of (762df3c)
- ⚡️ improve options dx and decrease final bundle size (d1c4a76)
v0.1.0
8/8/2020
Features
- initial sanity module for Nuxt (0b204ee)