Field Groups
Media Library experience, customizable all fields group and version UI dialog improvements
v4.3.0
Media library integration updates
Upgrades the Media Library asset selection dialog to use the full-app experience and enables browsing by collections and upload sessions, as well as management of assets such as editing aspects and collections directly in the dialog.
Customizable "All fields" group
Developers can now customize, and even hide, the "All fields" group when using field groups. Use the new ALL_FIELDS_GROUP
export, and override the existing properties as you would with your own groups.
import {ALL_FIELDS_GROUP, defineField, defineType} from 'sanity' export default defineType({ name: 'mySchemaType', type: 'document', groups: [ { name: 'details', title: 'Details', }, { ...ALL_FIELDS_GROUP, hidden: true, }, ], ... })
Sanity version dialog improvements
Adds various improvements to the Studio UI when a new version is available.
Other features
@sanity/ui@3.x
is marked as supported- Excludes current user from list of present Studio users
Install or upgrade Sanity Studio
To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.
If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.
Field groups, bugfixes and more
v2.24.0
Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
✨ Highlights
Field groups
Added Field Groups to schemas and document view. Read more about the feature here: https://www.sanity.io/docs/field-groups.

New array item menus
Arrays now support adding new items before/after existing array items, and also duplicating existing items.

New and improved document status indicator
Updated document status indicator with saving state and animation.

Other features
- Added
SANITY_STUDIO_PROJECT_NAME
environment config variable
🐛 Notable bugfixes
- Fixed an issue that could in some cases cause matching documents to be excluded from the search results
- Made the default title of referenced document types more user friendly
- Fixes an issue that could occasionally cause a query error during publish of a new document created directly from the reference input
- Fixes an issue that caused singleton documents to never load if no schemaType was provided.
- Fixes UI issue in Portable Text toolbar