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 changes
- Adds
v2022-03-08
to list of predefined API versions in the Vision plugin
Notable bugfixes
- Fixes an issue where references would not open in-place, instead yielding an error about being changed after opening
📓 Full changelog
Author | Message | Commit |
---|---|---|
Binoy Patel | chore(e2e): run e2e tests on PRs on ephemeral datasets (#5046) | 8486c0a |
Espen Hovlandsdal | feat(core): use platform-aware hotkeys (#5065) | 6e1518c |
Binoy Patel | chore(test): fixes cache key so it can be re-ran successfully without error (#5097) | 62b93c8 |
Per-Kristian Nordnes | fix(portable-text-editor): fix issues for .delete fn and add tests (#5060) | 77a60d2 |
renovate[bot] | chore(deps): update dependency eslint-config-sanity to v7 (#5100) | acd33c3 |
Binoy Patel | chore(e2e): refactor e2e ci to not fail due to parallelization of runs (#5098) | c915ba2 |
Espen Hovlandsdal | feat(vision): add v2022-03-07 to list of API versions (#5102) | ddd25cd |
Per-Kristian Nordnes | fix(form/inputs): fix bug with onRemove cb for TextBlock (#5061) | c64d0e2 |
Espen Hovlandsdal | fix(core): reference links not opening correct pane (#5116) | ba7a558 |