To initiate a new Studio without installing the CLI globally:
npx create-sanity@latest
To upgrade a v3 Studio:
npm install sanity@latest
A custom API hostname can now be configured for the studio through the apiHost
configuration parameter. Note that the configured API host must behave the same as Sanity's API. This is mostly useful for enterprise customers with custom API CNAME enabled (get in touch if you are interested in this feature).
- Disables sorting of array items when
readOnly
is set - Updates design of the presence menu to make non-clickable users appear greyed out
- Updates
@sanity/schema
module with a new named export – the default export is now deprecated and will give a warning when used - Fixes behaviour so that the editing pane will now scroll the relevant field into view when validation does not pass
- Improves readability for tags array inputs in read-only mode
- Enables fetching unresolved cross-dataset references through GraphQL API