To initiate a new Studio without installing the CLI globally:
npx create-sanity@latest
To upgrade a v3 Studio:
npm install sanity@latest
- Fixes an issue where the
accept
option for file and image schema types would not be respected by the image and file picker, only new uploads - Fixes dialog closing behavior in the studio to be more consistent
- Improves readability of
date
anddatetime
diffs in the review changes panel - Fixes an issue where the first focusable element in a document was not focused when opening the document
- Fixes an issue where form dialogs were not closing as esxpected when navigating to a new document
- Fixes an issue where the selected sort option in the document list was not highlighted in the UI
- Fixes an issue where the correct default fieldgroup was not set in an array of objects
- Fixes an issue where opening a browser from the CLI tool on Windows might cause the login process to crash
- Adds missing options in mobile sidebar menu
- Fixes a regression from
v3.4.0
in the Portable Text Editor that could corrupt text when typing fast and toggling text decorators (I.e. bold or italic) while typing - Fixes a regression from
v3.4.0
in the Portable Text Editor where it sometimes would error when toggling between different versions in the History View