Skip to content

Releases: nuxt-modules/sanity

v0.8.0

31 Mar 22:01
Compare
Choose a tag to compare

0.8.0 (2021-03-31)

⚠ BREAKING CHANGES

  • @nuxtjs/sanity/module is now how the module should be imported in nuxt.config

Features

  • support sanity apiVersion option (6a2c956)

Bug Fixes

  • add entrypoint for pre-exports support (a053822)

Code Refactoring

v0.7.1

16 Feb 20:50
Compare
Choose a tag to compare

0.7.1 (2021-02-16)

Bug Fixes

  • exclude .d.ts files from @nuxt/components treatment (df53978), closes #68

v0.7.0

31 Jan 11:44
320b017
Compare
Choose a tag to compare

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

20 Jan 19:56
ab4fb8e
Compare
Choose a tag to compare

0.6.2 (2021-01-20)

Bug Fixes

  • export types for components (dab55f2)

v0.6.1

18 Jan 09:26
d81252c
Compare
Choose a tag to compare

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

17 Jan 00:40
0a53f91
Compare
Choose a tag to compare

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

08 Jan 22:33
2c9a9ba
Compare
Choose a tag to compare

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

18 Nov 10:48
4010530
Compare
Choose a tag to compare

Bug Fixes

  • correctly use prop in (#52) (7f5eeba)
  • temporarily disable autoregistration of components (b5abd8d), closes #51

v0.4.0

11 Nov 18:36
46b869a
Compare
Choose a tag to compare

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

27 Oct 22:10
97d0a02
Compare
Choose a tag to compare

Bug Fixes

  • set Content-Type header for POST query (c251a21)