Skip to content

Releases: sanity-io/next-sanity

v0.6.3

11 Aug 19:13

Choose a tag to compare

0.6.3 (2022-08-11)

Bug Fixes

  • add support for pkg.exports (71cc291)

v0.6.2

09 Aug 19:04
5afb021

Choose a tag to compare

0.6.2 (2022-08-09)

Bug Fixes

  • deps: update dependency @sanity/client to ^3.3.3 (#59) (5afb021)

Added support for token and EventSource

04 Jul 10:14

Choose a tag to compare

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

05 Apr 07:15

Choose a tag to compare

Fixes

  • Exports the Aborter interface used in AbortController to support stricter TypeScript setups. (#45)
  • Allows stricter TypeScript setups by re-exporting SanityClient and ClientConfig from @sanity/client (#45)
  • Bumps @sanity/client to v3.3.0, @sanity/groq-store to v0.3.1 and groq to v2.29.3 (#45)
  • Typo in readme (#44)

v0.5.1

04 Mar 16:39

Choose a tag to compare

Fixes

  • Export the SubscriptionOptions interface in useSubscription

v0.5.0

16 Feb 21:21
56cb4b3

Choose a tag to compare

Features

  • Upgraded @sanity/groq-store to v0.3.0 which includes a new beta of groq-js that improves performance, especially when using projections.

BREAKING

  • Upgraded @sanity/client to v3, see its CHANGELOG for details.
  • createPortableTextComponent is removed.
  • createImageUrlBuilder is removed.

See the README for migration instructions.