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
- Disables the new search API introduced in v3.38.0 due to a few discovered issues. We'll re-enable it in a future release.
- Fixes an issue when using the "movie database" template when running
npm create sanity
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | fix(cli): remove comments from moviedb template, hide location field (#6488) | 80f8daf |
Espen Hovlandsdal | fix(search): revert to old search API for now (#6503) | 8a08212 |