Upgrade the Command Line Interface (CLI) with
npm install --global @sanity/cli
Upgrade the Content Studio with:
sanity upgrade
🐛 Notable bugfixes & improvements
- Fixed an issue causing listeners to not being properly disposed, which could cause stalled requests that eventually timed out (#990)
- Now displaying 100 hits by default in Content Studio search (#989)
- Fixed an performance issue with applying patches on local version of edited document (#981)
📓 Full changelog
Author | Message | Commit |
---|---|---|
Bjørge Næss | [example-studio] Update custom object input example | d0ac5a1 |
Bjørge Næss | [mutator] Increase mutation limit in Document to allow intense co-editing (#982) | 76599c6 |
Bjørge Næss | [mutator] Optimize SquashingBuffer (#981) | 5638549 |
Kristoffer J. Sivertsen | [default-layout] Max 100 hits, and fix scroll (#989) | 33e8d61 |
Bjørge Næss | [document-store] Defer listener to fix issue with stalled requests (#990) | 0ac3468 |
Bjørge Næss | [chore] Normalize deps | 2c7722c |