Installation and upgrading
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
🐛 Notable bugfixes
- Fixes an issue where studio would crash when embedded inside a vite app
📓 Full changelog
Author | Message | Commit |
---|---|---|
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.9.3 (#5336) | 5a7bde1 |
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.1.3 (#5335) | 98f46f1 |
Binoy Patel | fix(core): fixes issue where studio crashes when embedded w/ vite (#5337) | 7dd3f25 |