Change8

v6.2.0

📦 sanityView on GitHub →
3 features🐛 10 fixes🔧 5 symbols

Summary

Sanity Studio v6.2.0 introduces new features like searchable reference fields in list previews and network simulation for debugging. The release primarily focuses on bug fixes, dependency updates, and internal refactoring.

Migration Steps

  1. To upgrade Sanity Studio, run: `npm install sanity@latest`.

✨ New Features

  • Added network flap and latency simulation to debug-proxy.
  • Reference fields are now searchable in list previews in the core.
  • Added appearance ordering to documents on the current page in presentation mode.

🐛 Bug Fixes

  • Preserved an explicit empty block decorator set.
  • Preserved portable text block decorators in schema descriptor.
  • Reverted changes related to abstracting use bundle documents, variant document creation, and deprecating useDocumentVersionInfo hook.
  • Retained last known organization ID when project fetch fails.
  • Updated dependency portabletext.
  • Disabled keep-alive for GCS auth in bundle-manager to avoid premature close.
  • Routed GCS auth through global fetch in bundle-manager to avoid premature close.
  • Markdown plugin now honors the `enabled` property alongside the deprecated `config` property.
  • Guarded against undefined CSS global in node test environments.
  • Accept dotted-attribute LHS in filter expressions for @sanity/mutator.

Affected Symbols