v2.34.0
Improvements and bugfixes
Sanity Studio
Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
✨ Highlights
Performance improvements
This release includes several performance fixes that should now make the Studio more responsive while editing documents. (See more details in individual PRs #3668, #3662, #3660)
Improved search
Search for documents containing an exact phrase by wrapping text inside double quotes.
Other features
- Upgrade
@sanity/ui
tov.0.37.22
🐛 Notable bugfixes
- Fixes an issue where the scroll position in global search wasn’t being correctly retained in some instances.
- Fixes an issue in global search that would cause the studio to crash if Local Storage is unavailable.