To initiate a new Studio without installing the CLI globally:
npx create-sanity@latest
To upgrade a v3 Studio:
npm install sanity@latest
It’s now possible to easily search for documents between two dates in the global search.
- Fixes an issue where a configured studio-wide
basePath
would not be respected in build output, and workspaces would have to manually include the prefix in each workspace base path - Enables access to studio-prefixed environment variables through
process.env
- Fixes an issue where replacing the image asset in an image field would sometimes fail silently
- Fixes an issue where using React components in field titles or descriptions could crash global search