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
- Fixes issue introduced in v3.26.0 where, upon the first comment in a project lacking an addon dataset, the dataset fails to be created, and the comment remains unposted.
- Enhanced export reliability through improved asset retry mechanisms.
📓 Full changelog
Author | Message | Commit |
---|---|---|
Sindre Gulseth | Improve asset export retrying (#5563) | a68df71 |
Herman Wikner | fix(comments): addon dataset creation (#5577) | c8f1da3 |