Skip to content

Releases: sanity-io/client

v4.0.0

02 Jan 15:52
Compare
Choose a tag to compare

4.0.0 (2023-01-02)

⚠ BREAKING CHANGES

  • Expanding ESM support is a significant change. Although a tremendous effort is made to preserve backward compatibility it can't be guaranteed as there are too many conditions, environments, and runtime versions to cover them all.

Bug Fixes

  • deps: update dependencies (non-major) (#36) (658b40f)
  • improve ESM output to support Deno, Bun and Edge runtimes (#29) (5ef19d4)

This release is also available on:

v3.3.5

27 Aug 03:20
Compare
Choose a tag to compare
  • fix: regression introduced in #24. Partially exporting ESM breaks environments that bundle for the browser, such as Next.js. Remove pkg.exports until what we ship there is 100% compatible with the ecosystem. We'll continue to explore and test this on the esm release tag.

v3.3.4

27 Aug 00:45
Compare
Choose a tag to compare
  • fix: removed @sanity/generate-help-url dependency which threw TypeError: generateHelpUrl is not a function errors in some cases

v3.3.3...v3.3.4

v3.3.0

23 Mar 15:49
Compare
Choose a tag to compare
  • feat: add dryRun, autoGenerateArrayKeys mutation options 69201d5

v3.2.0...v3.3.0

v3.2.0

04 Mar 16:21
203f5ee
Compare
Choose a tag to compare
  • chore: update changelog a3a520f
  • fix(typings): add missing timeout config option 75fa2ec
  • feat: support passing custom headers to http methods (#5) 6e31481

v3.1.0...v3.2.0