Upgrade the Command Line Interface (CLI) with
npm install --global @sanity/cli
Upgrade the Content Studio with:
🐛 Notable bugfixes
- Fixed a bug in the editor for portable text where inserting inline objects would sometimes crash the studio
- Fixed a bug in the editor for portable text where writing your own
onPaste
handler would error if pasting into an empty document - Fixed a bug in the data export script related to asset exports, and better error messaging in this regard
📓 Full changelog
Author | Message | Commit |
---|---|---|
Per-Kristian Nordnes | [import] Set asset patch and reference concurrency to 1 (#1302) | 4c33b98 |
Per-Kristian Nordnes | Fix block editor inline bug (#1300) | 9438935 |
Espen Hovlandsdal | [export] Use SHA1 for validation if MD5 is not available (#1303) | 20135b4 |
Espen Hovlandsdal | [export] Include more descriptive messages on download error (#1296) | a5246b7 |
Per-Kristian Nordnes | Fix editor on paste patch bug (#1294) | 82d5bad |