Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
🐛 Notable bugfixes
- Fixes issue with experimental spaces not loading correctly (#2835)
- Fixes an issue with nested document lists. (#2834)
- Fixes an issue that would disallow deleting an unpublished document for users with access to update the draft
- Fixes an issue that would disable discarding drafts even for users that had access to it
📓 Full changelog
Author | Message | Commit |
---|---|---|
Marius Lundgård | feat(test-studio): test nested document lists | 6a3831b |
Marius Lundgård | fix(desk-tool): default to show icons | 647ce5f |
Bjørge Næss | fix(base): enable delete if current user has access to update draft and no published document exists | ecef92b |
Bjørge Næss | fix(desk-tool): check for 'discardDraft' permission instead of 'delete' in the DiscardDraft document action | a6423ce |
Marius Lundgård | fix(structure): clone with schemaTypeName
| b6dda97 |
Fred Carlsen | fix(vision): sync peer dependency with latest @sanity/base version
| 554260b |
Rico Kahler | fix(default-layout): fix bug with spaces (#2835) | 31697bd |