Releases: sanity-io/next-sanity
Releases · sanity-io/next-sanity
v0.6.3
v0.6.2
Added support for token and EventSource
What's Changed
- Allow tokens in preview subscription hook by @ jfulse in #52
New Contributors
- @ jfulse made their first contribution in #52
Full Changelog: v0.5.2...v0.6.0
v0.5.2
Fixes
- Exports the
Aborterinterface used inAbortControllerto support stricter TypeScript setups. (#45) - Allows stricter TypeScript setups by re-exporting
SanityClientandClientConfigfrom@sanity/client(#45) - Bumps
@sanity/clienttov3.3.0,@sanity/groq-storetov0.3.1andgroqtov2.29.3(#45) - Typo in readme (#44)
v0.5.1
v0.5.0
Features
- Upgraded
@sanity/groq-storetov0.3.0which includes a new beta ofgroq-jsthat improves performance, especially when using projections.
BREAKING
- Upgraded
@sanity/clienttov3, see its CHANGELOG for details. createPortableTextComponentis removed.createImageUrlBuilderis removed.
See the README for migration instructions.