Installation and upgrading
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
🐛 Notable bugfixes
- Increases width of all inline popovers in the Portable Text Editor
- Fixes an issue where incorrect studio version was shown in the help menu
- Fixes an issue where incorrect loading message shown while a pane is resolving in the structure tool
📓 Full changelog
Author | Message | Commit |
---|---|---|
renovate[bot] | chore(deps): update tiryoh/gha-jobid-action digest to c1d1cf7 (#6064) | ae05976 |
renovate[bot] | chore(deps): update thollander/actions-comment-pull-request digest to fabd468 (#6063) | 13dcbdb |
renovate[bot] | chore(deps): update peter-evans/create-pull-request digest to 70a41ab (#6062) | 7bd281c |
renovate[bot] | chore(deps): update dependency express to ^4.18.3 (#6067) | 2aa4b64 |
renovate[bot] | chore(lockfile): update dependency @sanity/locale-nn-no to v1.1.5 (#6071) | 0254106 |
renovate[bot] | chore(lockfile): update dependency @sanity/locale-sv-se to v1.2.3 (#6073) | 0b1d581 |
renovate[bot] | chore(lockfile): update dependency @sanity/locale-pt-pt to v1.1.2 (#6072) | 19a8dd6 |
renovate[bot] | chore(lockfile): update dependency @sanity/locale-nb-no to v1.1.4 (#6070) | cc60405 |
renovate[bot] | chore(lockfile): update dependency @sanity/locale-ko-kr to v1.1.3 (#6069) | 1d5f3cb |
Nina Andal Aarvik | fix(core): increase default width of PT inline popovers (#5878) | f809fe3 |
Herman Wikner | fix(comments): permission check (#6057) | 2163ff0 |
Sindre Gulseth | fix(codegen): include babel.config.json in the published package (#6075) | 2e06b84 |
Sindre Gulseth | fix(codegen): uppercase query type names (#6080) | 7402093 |
Sindre Gulseth | refactor(codegen): move Result appending into type generation (#6082) | 63432da |
Herman Wikner | fix(comments): hide resolve action if no handler is provided (#6084) | 4767b32 |
Tommy Petty | fix(tasks): copy changes for Tasks feature (#6085) | 3ab20ef |
Bjørge Næss | fix: use workspace protocol for all workspace dependencies (#6088) | 0653134 |
Herman Wikner | fix(tasks): ui adjustments (#6086) | f89111c |
Pedro Bonamin | fix(tasks): update info passed to the tasks comments notification context (#6087) | 6635d72 |
Pedro Bonamin | fix(tasks): update how addonDatasetProvider ready state is set (#6076) | a08a82f |
Sindre Gulseth | fix(codegen): use relative path when globbing for files (#6083) | 5bc629f |
Pedro Bonamin | fix(tasks): add new sanityTasks flag (#6089) | ae89244 |
Binoy Patel | Revert "fix: use workspace protocol for all workspace dependencies (#6088)" (#6092) | abfc5d2 |
Espen Hovlandsdal | fix(structure): use correct loading messages while resolving panes (#6093) | d784f82 |
Cody Olsen | refactor: use PKG_VERSION from @sanity/pkg-utils instead of manually regexing SANITY_VERSION (#6078)
| d514bfc |