To initiate a new Studio without installing the CLI globally:
npx create-sanity@latest
To upgrade a v3 Studio:
npm install sanity@latest
- Fixed a regression with release
3.1.0
where a custom style in the portable text input would not fallback to be rendered as the normal style when a rendering-component for that style was not defined.