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 a regression in
groq@3.2.0
that is missing a default export affecting Node.js ESM runtimes
📓 Full changelog
Author | Message | Commit |
---|---|---|
RitaDias | Fix focus navigation issue inside of block in PTE (#4066) | 48eeac9 |
Cody Olsen | fix: add missing default export to groq for the node ESM wrapper (#4085)
| 8dd6b26 |