Upgrade with:
sanity upgrade
And install the latest Command Line Interface (CLI) with:
npm install --global @sanity/cli
🐛 Notable bugfixes
- Fix bug where certain studio errors (uncaught schema errors, for instance) would not give any indication or error message
- Vision no longer switches dataset for entire studio, but rather just for that tool
- When importing assets from a URL and the response is a redirect from http->https or https->http, the requests no longer fail
- Couple of issues with how the CLI tool treated numeric datasets is now fixed
📓 Full changelog
Author | Message | Commit |
---|---|---|
Per-Kristian Nordnes | [block-tools] Fix bug which expected node.children which is not always the case | 84f2439 |
Espen Hovlandsdal | [import] Use forked get-uri with redirect fix | bd14638 |
Espen Hovlandsdal | [form-builder] Fix crash when input/preview component could not be resolved | 993fc09 |
Espen Hovlandsdal | [core] Fix numeric datasets being treated as missing | 1e0969f |
Simen Svale Skogsrud | [image-url] Added support for the fit-parameter | 00f30d9 |
Espen Hovlandsdal | [image-url] Throw on invalid fit mode | 5860a65 |
Espen Hovlandsdal | [schema] Remove stray test code from array schema type | f2d8b5a |
Espen Hovlandsdal | [schema] Validate that type name is a string | b0736b2 |
Espen Hovlandsdal | [base] Asynchronously publish resolved user to bubble errors up | b8cb075 |
Espen Hovlandsdal | [vision] Clone client on startup to prevent us from configuring the main studio client | bf5c98a |
Espen Hovlandsdal | [base] Solve swallowed error without defering to next tick | a73ef77 |