To initiate a new Studio without installing the CLI globally:
npm create sanity@latest
To upgrade a v3 Studio, run this command in its folder:
npm install sanity@latest
Adds support for block, inlineBlock and annotation form components. You can now write plugins or create workspace configuration that change how these types are rendered in the studio. (Documentation forthcoming)
- Fixes a regression that broke document-level readOnly
- Fixes a bug that caused conditional field callbacks inside fieldsets to get passed a wrong parent value
- Improves deep linking to the Portable Text Input for visual editing
- Fixes an issue where
@sanity/block-tools
would remove whitespace from<pre>
tags - Fixes an issue that could sometimes cause newly inserted array items to be immediately removed