Upgrade with
sanity upgrade
And install the latest Command Line Interface (CLI) with:
npm install --global @sanity/cli
✨ Highlights
Jump to referenced documents
You can now click on a link icon on references to jump to the referenced document.
Moar query strings!
Query string length limit for GET-queries is now 11kB, a substantial increase from the previous 2kB. This means that more requests will be GETs instead of POSTs, which will make more queries cacheable and cut down on the overall roundtrip time for larger queries.
Block-tools module
We have made an own module with various tools for our block content. Most notably is the new HTML Deserializer which will convert HTML into the Sanity block format. This is a great tool for pouring existing HTML content into your Sanity datasets. Read more
Dropped Node 4 support
We are starting to run into several dependencies which are no longer supporting node 4. This is getting quite tedious, and even though Node 4 is still in LTS for another 6 months, we feel we can justify the bump because this is developer tooling that will run locally, not on servers which might be hard to upgrade.
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | [client] Increase query size limit to 11kB (#309) | def94dc |
Bjørge Næss | [desk-tool] Link to getting started guide if there are no schema types (#304) | f86bc96 |
Kristoffer J. Sivertsen | [desk-tool] Styling GetStarted (#304) | 589ec9f |
Espen Hovlandsdal | [webpack-integration] Resolve symlinks to real files, cache imports (#312) | 4677c65 |
Bjørge Næss | [desk-tool] Keep info about type mismatch, and do type mismatch check only for '*' + on cWRP (#311) | 08e6e91 |
Kristoffer J. Sivertsen | [components] Respecting border-radius variable where needed (#315) | 1cea012 |
Kristoffer J. Sivertsen | Cleanup of sanity logo (#314) | 43c7434 |
Kristoffer J. Sivertsen | [components] Trivial fix for simple white button | 00f0989 |
Kristoffer J. Sivertsen | [form-builder] Link to reference in array and reference select (#317) | 19241ab |
Bjørge Næss | [chore] Normalize dependencies (#322) | db74ff8 |
Simen Svale Skogsrud | [reflector-client] Initial commit (#319) | 34b08a3 |
Espen Hovlandsdal | [cli] Fix plugin init not serializing sanity.json (#324) | 4ffe1f2 |
Per-Kristian Nordnes | [block-tools] Introducing block tools module (#318) | ba01881 |
Per-Kristian Nordnes | [form-builder] Delete code which now is @sanity/block-tools (#318)
| c7d892e |
Bjørge Næss | [schema] Improve reference type validation (#316) | a10c51b |
Espen Hovlandsdal | [chore] Bump minimum node version requirement to >= v6 (#326) | ae079e2 |