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 relative time formatting in certain languages
- Fixes some peer dependency warnings
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | chore(test-studio): update locale plugins | 511eaca |
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.4.0 (#5405) | 3365bb6 |
Espen Hovlandsdal | fix(i18n): use short instead of narrow formatting for relative time | 4e753ff |