Installation and upgrading
To initiate a new Studio without installing the CLI globally:
npx create-sanity@latest
To upgrade a v3 Studio:
npm install sanity@latest
🐛 Notable bugfixes
- Fixes issue where the Create new document dialog didn't work on smaller screens
- Fixes issue where out of range integers in number fields could crash the studio
📓 Full changelog
Author | Message | Commit |
---|---|---|
Robin Pyon | fix(core): ensure the create new button dialog is functional on smaller breakpoints (#4450) | f1dc5ec |
Robin Pyon | fix(core): prevent number primitive fields from triggering change callbacks when numbers are out of range (#4456) | aa2dd6e |
Bjørge Næss | chore(test-studio): add a second field to simpleBlock's block type | 82f6ee1 |
ecospark[bot] | chore(prettier): fix unformatted files 🤖 ✨ (#4453) | f395629 |