npm @sanity/core 0.142.1
v0.142.1

latest releases: 2.36.2, 2.36.2-weighted-search.16, 2.36.2-weighted-search.10...
4 years ago

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

Don't miss a new core release

NewReleases is sending notifications on new releases.