To initiate a new Studio without installing the CLI globally:
npm create sanity@latest
To upgrade a v3 Studio, run this command in its folder:
npm install sanity@latest
Sanity Studio now handles characters outside of the Latin1 range in intent or structure tool pane payloads without crashing. This fix ensures better support for multilingual content and enhances worldwide usability.
Continued improvements for the comments feature include a resolution to the layering issue that caused popovers to render behind the document pane.
The comments feature also received a quality-of-life enhancement by ensuring that the comment discard dialog appears above the document pane footer and headers, making it fully visible and accessible.
Lastly, we fixed a focus behavior where the reply comment input would unintentionally gain focus when clicking outside of it. Sanity Studio now maintains focus appropriately, only triggering when the comment input field is deliberately selected.
- Fixes the PTE toolbar menu behavior, ensuring only one menu can be open at a time.
- Resolves the odd focusing issue around comment reply inputs.
- Corrects the visual layering of the comment discard dialog to avoid it being hidden by other elements.