Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
✨ Highlights
- Adds keyboard arrow navigation in the Portable Text Editor toolbar (#3126)
🐛 Notable bugfixes
- Fixes an issue where spellchecking in the Portable Text Editor would not be enabled when omitted in schema options. (#3146)
- Fixes a bug where Portable Text block values without a defined style property would throw an error when editing that block. (#3161)
- Improves the performance of the reference search. (#3159)
📓 Full changelog
Author | Message | Commit |
---|---|---|
Per-Kristian Nordnes | chore(portable-text-editor): remove and resolve TODO regarding spellcheck | d99c2ff |
Per-Kristian Nordnes | fix(portable-text-editor): fix spellcheck defaults issue | 0ce0653 |
Herman Wikner | chore(base): update dependencies | 44be99f |
Herman Wikner | feat(base): add useRovingFocus hook
| ade3cd7 |
Herman Wikner | test(base): add roving focus workshop | d49d734 |
Herman Wikner | refactor(base): improve CollapseMenu component
| 2fa6dbe |
Herman Wikner | test(base): update CollapseMenu workshop
| c25201a |
Herman Wikner | refactor(default-layout): update ToolCollapseMenu with refactored CollapseMenu + add roving focus
| 5d31566 |
Herman Wikner | refactor(form-builder): update PTE ActionMenu with refactored CollapseMenu
| 6f167f2 |
Herman Wikner | refactor(form-builder): update PTE InsertMenu with refactored CollapseMenu
| b675e1a |
Herman Wikner | feat(form-builder): add roving focus to PTE Toolbar
| 4123f4d |
RitaDias | feat(eventsource): remove event source package from monorepo (#3152) | 65bc210 |
Herman Wikner | fix(base): fix collapse text option in CollapseMenu
| e94633d |
Per-Kristian Nordnes | refactor(portable-text-editor): make sure editor content has normalized style prop | ad91bf2 |
Per-Kristian Nordnes | test(portable-text-editor): test the value normalization of style prop | 03b206c |
Bjørge Næss | fix(form-builder): rewrite missing ids query and add a few bits of clarity (#3159) | fe83c0f |