v2.29.3
Improvements and bugfixes
Sanity Studio
Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
✨ Highlights
Select organization with the CLI
Allow selecting an organization to attach new projects to during sanity init
.
Other features
- Update image input height based on image size.
- Adds support for @sanity/language-filter to fallback to a different language select implementation when the current one is not relevant. (thank you @LiamMartens)
🐛 Notable bugfixes
- Improves how patches are sent to the server in the Portable Text editor, potentially fixing a very rare heisenbug where the latest change in the editor would not be persisted.
- Fixes a regression in the Portable Text editor's custom paste handler support.
- Fixes issues in the Portable Text editor when merging two paragraphs with text annotations in some circumstances.
- Fixes an issue where the number input wasn't allowing for decimal numbers (when the input is active).
- Fixes an issue with the changelog when filtering out entries without data to display.