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
✨ Highlights
Improve readability for document history dates
The document history timeline now displays full dates in tooltips on hover
📓 Full changelog
Author | Message | Commit |
---|---|---|
RitaDias | refactor(.github): add lock workflow for inactive issues (#4102) | e3cc8c7 |
Robin Pyon | fix(desk): add full timestamp tooltip to timeline items (#4100) | 555de75 |
Espen Hovlandsdal | fix(cli): exit if user does not confirm v3 init continuation | 8a51feb |
Espen Hovlandsdal | chore: upgrade @sanity/image-url dependency
| 61f7987 |
Nina Andal Aarvik | fix(core): remove uploaded image from hoveringFiles (#4112) | c5607cd |
Nina Andal Aarvik | fix(desk): Change hardcoded delete word in action dialog to the correct action (#4118) | 7744143 |
Per-Kristian Nordnes | dev(test-studio): add example config for LAN dev server | 58a1922 |
Cody Olsen | fix: set htmlFor on <label> s (#4115)
| 641b38a |
Nina Andal Aarvik | fix(core): add readonly prop to RefenceInput (#4123) | 29e2513 |
RitaDias | refactor(core): remove commented code and deal with "todo" config error screen (#4101) | 8761236 |