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
Document list search
It's now possible to search within document lists. We've also improved keyboard accessibility, making it much easier to navigate between lists and the document form editor itself.
🐛 Notable bugfixes
- Fixes issue where Edit intent links that opens the on-screen keyboard in iOS/android while also opening dialogs would break the layout
- Improves linking to single spans of text in the Portable Text Input
- Fixes a bug that made fields without a group appear in all groups
- Fixes a bug with the Portable Text Editor where single span texts could become out of sync with the server value
- Fixes an issue where an object field’s value is not unset when all object field values are empty
📓 Full changelog
Author | Message | Commit |
---|---|---|
Cody Olsen | fix: avoid scroll on overflow: hidden (#4458)
| 47302b5 |
Espen Hovlandsdal | test(cli): reduce dangling entity cleanup threhold to 16 hours (#4431) | 5780487 |
Per-Kristian Nordnes | fix(form/inputs): improve tracking of formState focusPath for PT-input (#4466) | bdcea25 |
Bjørge Næss | fix(form): show fields without groups only when 'All fields' is selected (#4472) | b246b81 |
Herman Wikner | feat: document list search (#4436) | c6a729f |
Bjørge Næss | fix(desk): remove path param from url after initially read (#4469) | eee026d |
Cody Olsen | chore: delete junk files (#4476) | 6b78d7e |
Robin Pyon | chore(test-studio): add an author references block to simpleBlock | 8e83e86 |
renovate[bot] | fix(deps): update dependency @vercel/fs-detectors to v3.9.2 | 56c81ff |
renovate[bot] | fix(deps): update dependency framer-motion to v10.12.10 | 9602964 |
renovate[bot] | fix(deps): update dependency @vercel/frameworks to v1.4.2 | 97b923e |
Per-Kristian Nordnes | fix(portable-text-editor): fix sync issue with text spans (#4467) | 036e68a |
RitaDias | fix(core): unset objects when no values in patch when empty value (#4495) | ba760f3 |
renovate[bot] | fix(deps): update dependency @sanity/client to v6 (#4454) | e092721 |