Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
✨ Highlights
Shared Content
This release introduces support for shared content through cross-dataset references. Read more in the announcement: https://www.sanity.io/blog/shared-content-introduction
Improved search
Order search results by relevance, created and last updated date.
🐛 Notable bugfixes
- Fixes an issue where split panes might not persist after reloading the studio
- Fixes a bug causing revision history selector to always display the current version instead of the selected revision
📓 Full changelog
Author | Message | Commit |
---|---|---|
Cody Olsen | fix: persist split panes on reload | 797315a |
Bjørge Næss | fix(desk-tool): fix issue with history pane not showing the earlier version (#3759) | 3ab221a |
Robin Pyon | chore(default-layout): re-enable search sorting (#3765) | 3a2fc45 |
Espen Hovlandsdal | fix(schema): include _dataset field for cross-dataset references
| 9c6dd6b |
Espen Hovlandsdal | feat(core): include (non-materialized) cross-dataset references in GraphQL schemas | 5d1e161 |
Fred Carlsen | refactor(form-builder): simplify cross dataset reference config (#3670) | 6b0afbd |