Sanity

Developer Tools

A headless CMS with a customizable editing environment and a real-time content API.

Latest v4.0.0 · by SanityWebsite

Release activity

Release activity — 17 releases across 11 days since Jul 21, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jul 21, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026
MondayNo releases on Jul 27, 20261 release on Aug 3, 20262 releases on Aug 10, 2026
Tuesday1 release on Jul 21, 20262 releases on Jul 28, 20262 releases on Aug 4, 2026No releases on Aug 11, 2026
Wednesday1 release on Jul 22, 20261 release on Jul 29, 2026No releases on Aug 5, 2026
Thursday2 releases on Jul 23, 20262 releases on Jul 30, 20262 releases on Aug 6, 2026
Friday1 release on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026

17 releases since Jul 21, 2026, busiest day 2

Changelog

MCP server v2.28.0: Explicit release IDs and safer schema management

New Features create_release tool: Now accepts an optional releaseId parameter. If omitted, an ID is generated. Improvements Schema tools: Clarified that MCP-managed and Studio-managed schemas must use…

Added 1
  • create_release tool now accepts an optional releaseId parameter for explicit release ID specification
Changed 1
  • Schema tools clarified distinction between MCP-managed and Studio-managed schemas
View originalPermalink
How MCP server v2.28.0: Explicit release IDs and safer schema management went
v4.0.0

Sanity UI v4.0.0: Smaller bundles, subpath imports, and a required stylesheet

@sanity/ui v4.0.0 is available. The theme of the release is bundle size: heavy components now live behind subpath entry points, unused components tree-shake out, and styles ship as a stylesheet you im…

Changed 3
  • Heavy components now live behind subpath entry points
  • Unused components tree-shake out
  • Styles ship as a stylesheet
View originalPermalink
How v4.0.0 went
v6.9.1

Sanity Studio v6.9.1: Fixes media library video CORS error and validation fixes

This release fixes critical issues with field validation on multiple field types, resolves CORS errors with media library video fields, and corrects image crop preview rendering. 🐛 Notable bugfixes a…

Fixed 3
  • Critical issues with field validation on multiple field types
  • CORS errors with media library video fields
  • Image crop preview rendering
View originalPermalink
How v6.9.1 went

Media Library: Faster asset grid, and key media library bugfixes

This release makes the asset grid dramatically faster in large libraries, plus fixes for the "In use" dialog and array aspects in the edit form. Faster asset grid The asset grid now renders only the a…

Changed 1
  • Asset grid now renders only the visible items, dramatically improving performance in large media libraries
Fixed 2
  • Fixed the "In use" dialog in the media library
  • Fixed array aspects in the edit form
View originalPermalink
How Media Library: Faster asset grid, and key media library bugfixes went

MCP server v2.27.0: Run Sanity CLI commands and safer document patching

New Features run_sanity_cli tool: Run a limited set of Sanity CLI commands through MCP without access to a local shell. Improvements patch_documents tool: Now reports when editing a published document…

Added 1
  • Add run_sanity_cli tool to run a limited set of Sanity CLI commands through MCP without access to a local shell
Changed 1
  • Improve patch_documents tool to report when editing a published document
View originalPermalink
How MCP server v2.27.0: Run Sanity CLI commands and safer document patching went
v6.9.0

Sanity Studio v6.9.0: Improve structure tool stability, CLI behavior, and TypeScript schema typings

This release fixes a crash in the structure tool's incoming references inspector, and enhances TypeScript schema helpers to better preserve optional properties. 🐛 Notable bugfixes and improvements Fi…

Changed 1
  • Enhance TypeScript schema helpers to better preserve optional properties
Fixed 1
  • Fix crash in the structure tool's incoming references inspector
View originalPermalink
How v6.9.0 went

Sanity React App SDK v2.19.0: Presence now works in both directions

Until this release, an app could see other people in a document but never appeared to them, so a Studio user editing alongside your app saw nobody. Your app can now announce its own users, read presen…

Added 1
  • Apps can now announce their own users for presence, allowing Studio users editing alongside the app to see the app's users
View originalPermalink
How Sanity React App SDK v2.19.0: Presence now works in both directions went
v6.8.0

Sanity Studio v6.8.0: Structure Tool list virtualization fix and other bugfixes

This release prevents Structure Tool list items from being erroneously hidden after expanding a collapsed pane, improves CLI authentication handling, fixes release view rate-limit issues, and resolves…

Changed 1
  • Improve CLI authentication handling
Fixed 2
  • Prevent Structure Tool list items from being erroneously hidden after expanding a collapsed pane
  • Fix release view rate-limit issues
View originalPermalink
How v6.8.0 went

Manage: Define custom roles using a visual builder

Unknown block type "docsPaidFeature", specify a component for it in the `components.types` option Content Resources define the set of documents a custom role grants access to. Now when defining a cont…

Added 1
  • Define custom roles using a visual builder for managing Content Resources and document access
View originalPermalink
How Manage: Define custom roles using a visual builder went
v6.7.0

Sanity Studio v6.7.0: Fixes for task creation in content releases, Portable Text annotation popovers, URI validation, and more

This release fixes several key issues including task creation in content releases, document menu functionality when annotation editors are open, URI validation for custom schemes, asset selector acces…

Fixed 4
  • Task creation in content releases
  • Document menu functionality when annotation editors are open
  • URI validation for custom schemes
  • Asset selector accessibility
View originalPermalink
How v6.7.0 went

Sanity Connect for Shopify: Import Shopify Metafields Into Sanity

Sanity Connect can now bring your Shopify metafields across to Sanity. Product and collection metafields arrive on the synced documents as a store.metafields array, so custom data you already keep in…

Added 1
  • Sanity Connect can now import Shopify metafields into Sanity, with product and collection metafields arriving as a store.metafields array on synced documents
View originalPermalink
How Sanity Connect for Shopify: Import Shopify Metafields Into Sanity went

Media Library v2026.07.24: Store original video files, refresh the PDF viewer, and unify copy URL behavior

This release adds storage of original video files, replaces the PDF preview with a new viewer, and brings consistent behavior to URL copy actions across all asset types. Original video files are now s…

Added 1
  • Store original video files in the media library
Changed 2
  • Replace the PDF preview with a new PDF viewer
  • Unify copy URL behavior across all asset types
View originalPermalink
How Media Library v2026.07.24: Store original video files, refresh the PDF viewer, and unify copy URL behavior went

MCP server v2.26.6: Maintenance and stability

Maintenance and stability improvements

View originalPermalink
How MCP server v2.26.6: Maintenance and stability went

MCP server v2.26.5: Fuller whoami output and mixed-case workspace name support

Improvements whoami tool: Now returns the full authenticated user record, including the identity provider. This is useful for telling Sanity accounts apart when one email maps to several accounts. The…

Added 1
  • Support for mixed-case workspace names
Changed 1
  • whoami tool now returns the full authenticated user record, including the identity provider
View originalPermalink
How MCP server v2.26.5: Fuller whoami output and mixed-case workspace name support went
v6.6.0

Sanity Studio v6.6.0: Portable Text table editing, smarter content releases, and more reliable Studio and CLI behavior

This release adds table editing to Portable Text and lets you update existing drafts when publishing a release. It also fixes field navigation from external links so collapsed sections expand properly…

Added 2
  • Add table editing to Portable Text
  • Enable updating existing drafts when publishing a release
Fixed 1
  • Fix field navigation from external links so collapsed sections expand properly
View originalPermalink
How v6.6.0 went

MCP server v2.26.4: Fixes for schema deploys and document patching

Fixes deploy_schema tool: Fixed deploys failing on every follow-up deploy to a workspace whose schema contains a portable-text block field ( Found unknown properties for decorator strong: "i18nTitleKe…

Fixed 1
  • Fixed deploy_schema tool failing on follow-up deploys to a workspace whose schema contains a portable-text block field with unknown properties for decorator
View originalPermalink
How MCP server v2.26.4: Fixes for schema deploys and document patching went
View all

Discussion