Upgrade with
sanity upgrade
And install the latest Command Line Interface (CLI) with:
npm install --global @sanity/cli
✨ Highlights
Fix all the popover things!
Popovers and dialogs in the studio just got a lot better. We have fixed several recurring issues related to layer placement and scrolling. In addition:
Escape
only closes the topmost layer. You can hitShift+Escape
to close all.- Click outside to close works in a more reliable way.
- Weird scrolling issues should be fixed.
🐛 Notable bugfixes
- Fixed a bug that caused markDefs on block text to be duplicated with the same key.
- Misc. improvements in the command line interface (CLI).
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | [cli] Use new moviedb dataset URL (#329) | 077222f |
Bjørge Næss | [form-builder] Add a separate part for patch-event (#327) | 41adefb |
Simen Svale Skogsrud | [presence-store] Introducing the PresenceStore (#330) | 30b79a1 |
Espen Hovlandsdal | [core] Improve minification error messages (#328) | 7624dd1 |
Espen Hovlandsdal | [cli] Filter yarn output (#331) | 57300b2 |
Bjørge Næss | [form-builder] Fix race condition when patching block node values (#333) | 9f189e1 |
Kristoffer J. Sivertsen | [form-builder] Respect editModal schema option on Block Editor (#332) | aef99c9 |
Bjørge Næss | [example-studio] Simplify and fix a a few issues w/protein input example (#334) | 7333288 |
Espen Hovlandsdal | [client] Deprecate asset delete method (#336) | 81ab6bf |
Espen Hovlandsdal | [core] Prompt for dataset on import/export (#337) | 806f1f1 |
Bjørge Næss | [example-studio] Use protocol relative url | 7767ecd |
Espen Hovlandsdal | [core] Hint about installing plugins on plugin resolve failure (#338) | 3ec63c3 |
Espen Hovlandsdal | [base] Define schema type part for better plugin support (#292) | 63fdc3b |
Espen Hovlandsdal | [core] Use PATCH-endpoint for setting studio host (#339) | 8033a3c |
Kristoffer J. Sivertsen | [components] Add a general Popover dialog (#297) | 4f61ac8 |
Bjørge Næss | [components] Fix stacking (#297) | 0ba11ff |
Espen Hovlandsdal | [core] Check if installed React version is supported on startup (#340) | 8811ad8 |
Espen Hovlandsdal | [default-layout] Center project name (#341) | ab91d37 |
Kristoffer J. Sivertsen | [components] Minor fixes after capture outside clicks (#342) | d935792 |
Espen Hovlandsdal | [document-window] Add initial prototype (#217) | d6b6ff9 |
Kristoffer J. Sivertsen | [components] Fix popover scrolling (#343) | a0d96db |
Bjørge Næss | [form-builder] Don't pass unsupported prop on select | 070e759 |
Bjørge Næss | [schema] Fix typo | 13d4b1b |
Per-Kristian Nordnes | [block-tools] Fix bug where markDefs where put incorrectly on Slate block's data (#347) | 5c35d33 |
Kristoffer J. Sivertsen | [components] Pass down scroll container as context (#349) | 5211440 |