Skip to content

Releases: nuxt-modules/sanity

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)

v0.3.10

27 Oct 21:53
d5ef5d5
Compare
Choose a tag to compare

Features

Performance Improvements

  • use built-in if available (0da5573)

v0.3.9

11 Oct 09:53
0ba3a23
Compare
Choose a tag to compare

Features

  • expose sanity configuration as (35f3e92), closes #19

v0.3.8

10 Oct 20:52
4179763
Compare
Choose a tag to compare

Bug Fixes

v0.3.7

10 Oct 17:40
f070556
Compare
Choose a tag to compare

Bug Fixes

v0.3.6

07 Oct 12:43
ccb2adb
Compare
Choose a tag to compare

Bug Fixes

v0.3.5

06 Oct 12:26
4ad04d6
Compare
Choose a tag to compare

Bug Fixes

  • correct type error of renderless component (b4679f7)

v0.3.4

06 Oct 12:13
07fa781
Compare
Choose a tag to compare

Features

  • allow using scoped slots for full control of (c40313d)