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
- Fixes issue with small hit area for collapsible fieldsets.
- Fixes an issue where using
sanity init
on a Next.js project with embedded Studio would result in an error if an outdated version of next-sanity was being used.