Releases: nuxt-modules/sanity
Releases · nuxt-modules/sanity
v0.9.4
0.9.4 (2021-05-15)
Bug Fixes
v0.9.3
0.9.3 (2021-05-15)
Bug Fixes
v0.9.1
0.9.1 (2021-04-14)
Bug Fixes
- don't break if no
apiVersion
is set (0023bfe), closes #120
v0.9.0
0.9.0 (2021-04-11)
Features
- add
<SanityFile>
component to assist with auto-generating file URLs (0b2d353), closes #70
Bug Fixes
- list rendering fixes for SanityContent (db4408a), closes #102
v0.8.0
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
0.7.1 (2021-02-16)
Bug Fixes
- exclude .d.ts files from
@nuxt/components
treatment (df53978), closes #68
v0.7.0
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
0.6.2 (2021-01-20)
Bug Fixes
- export types for components (dab55f2)