Releases: sanity-io/client
Releases · sanity-io/client
v4.0.0
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
- 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 theesm
release tag.
v3.3.4
- fix: removed
@sanity/generate-help-url
dependency which threwTypeError: generateHelpUrl is not a function
errors in some cases