Change8

v6.9.0

📦 sanityView on GitHub →
3 features🐛 15 fixes🔧 11 symbols

Summary

This release of Sanity Studio v6.9.0 includes various improvements and bug fixes, alongside new features like querying documents in selected variants and unclaimed project claim intake. It also involves dependency updates and refactoring for better performance and stability.

Migration Steps

  1. To upgrade to this version, run: `npm install sanity@latest`
  2. Refer to the comprehensive guide on [Installing and Upgrading Sanity Studio](https://www.sanity.io/docs/upgrade) for initiating new projects or learning more about upgrading.

✨ New Features

  • Query documents in the selected variant alongside the perspective stack.
  • Unclaimed project claim intake and nudge functionality.
  • Export AssetSource types from sanity/workbench.

🐛 Bug Fixes

  • Avoid native useEffectEvent in forwardRef and memo.
  • Stop permission loading-flag churn on every document change.
  • Migrate profiling minify options from esbuild to vite.
  • Remove ui-poc styles.css TS2882 workaround.
  • Batch connector geometry updates with rAF and bail on unchanged connectors.
  • Incoming references shouldn't self refer.
  • Keep inspector crashes inside the inspector panel.
  • Preserve supplied schema helper properties.
  • Allow creating draft variants from published variant sibling.
  • Update copying variants to different releases from context menu.
  • Wait for published packages to be installable before post-publish steps.
  • Fix linter issues.
  • Update portabletext.
  • Update dev-non-major.
  • Incoming references shouldn't self refer.

Affected Symbols