Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
🐛 Notable bugfixes
- Temporarily bring back the internal
ConfirmDelete
component from@sanity/desk-tool
which was depended on by certain plugins
✨ Highlights
- Allow using a writable stream as the output destination in the
@sanity/export
module (thanks @tsolbjor!)
📓 Full changelog
Author | Message | Commit |
---|---|---|
Thomas Solbjor | feat(export): allow outputPath to be a writable stream
| 3ba7a9f |
Espen Hovlandsdal | fix(desk-tool): temporarily bring back ConfirmDelete util | 8e54977 |