Installation and upgrading
To initiate a new Studio without installing the CLI globally:
npx create-sanity@latest
To upgrade a v3 Studio:
npm install sanity@latest
🐛 Notable bugfixes
- Fixes an issue that in some cases would prevent validation status from appearing for a document
- Fixes an issue that ignored the
readOnly
state for fields inside fieldsets
📓 Full changelog
Author | Message | Commit |
---|---|---|
Robin Pyon | test(core): use fake timers in dateOperator tests (#4125) | 410dd6f |
Robin Pyon | fix(core): clear reference fields when replacing links + fix open in new tab links (#4105) | a8a5031 |
Espen Hovlandsdal | chore: update lockfile | 5565fa1 |
Bjørge Næss | fix(form): make sure fields inside fieldsets actually get their readOnly state (#4129) | 64e9715 |
Bjørge Næss | fix(deps): upgrade rxjs-exhaustmap-with-trailing to latest (#4134) | a370e3e |
Bjørge Næss | fix(tests): make sure cli tests don't crash if no token specified (#4136) | 4e5eb6b |
Herman Wikner | refactor(core): re-structure EditPortal
| 8742ba3 |
Herman Wikner | fix(core): improve PopoverDialog
| a6707da |
Herman Wikner | fix(core): reset document actions state when changing document | 7fc1c29 |