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 a recent regression from v3.11.2 where text annotations nested inside Portable Text inputs could not be edited properly
📓 Full changelog
Author | Message | Commit |
---|---|---|
Bjørge Næss | chore(perf): support passing a comma-separated list of test-ids when running perf suite (#4520) | 6fb3855 |
Herman Wikner | fix(core): add PortableTextInputProps to InputProps union (#4522) | 4031d3c |
renovate[bot] | fix(deps): update dependency @tanstack/react-virtual to v3.0.0-beta.54 (#4478) | 4bef600 |
Per-Kristian Nordnes | fix(core/form/inputs): fix rendering regression for PT-input (#4530) | fba12cf |