Bugfixes
Published: April 9, 2024
v3.37.1
Sanity Studio
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
npm create sanity@latest
pnpm create sanity@latest
yarn create sanity@latest
bun create sanity@latest
We recommend that you check out the instructions for the Sanity Studio v3.37.0 release before upgrading. If you have already updated your dependencies as described in that document (I.e., you are updating from v3.37.0), you can proceed with updating your studio as normal:
npm install sanity@latest
pnpm add sanity@latest
yarn add sanity@latest
bun add sanity@latest
🐛 Notable bugfixes
- Fixes a regression in v3.37.0 that affected embedded studios in certain environments and test runners
- Fixes an issue where newly created studios used an outdated version of styled-components