Skip to content

v0.142.1

Compare
Choose a tag to compare
@rexxars rexxars released this 16 Aug 20:52
· 9163 commits to next since this release
1057628

Upgrade the Command Line Interface (CLI) with

npm install --global @sanity/cli

Upgrade the Content Studio with:

sanity upgrade

✨ Highlights

Safari login improvements

We've had several people report issues with logging in to the Sanity studio using Safari. This release contains a fix that should resolve this issue.

CLI: Multi-document delete

You can now delete multiple documents at once with sanity documents delete. Just pass a list of document IDs to delete:

sanity documents delete doc1 doc2 doc3

🐛 Notable bugfixes

  • Fixed a bug where restoring an old version would lose the content of array fields

📓 Full changelog

Author Message Commit
Per-Kristian Nordnes Update cookie test view (#1448) e9fad68
Espen Hovlandsdal [form-builder] Add error boundary around portable text editor (#1450) 6b6860e
Espen Hovlandsdal [base] Fix array items being nulled when restoring historic documents (#1449) 3daba52
Espen Hovlandsdal [core] Allow specifying multiple document IDs to delete (#1415) 6bce381