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 a regression in Presentation Tool introduced in v3.41.0 that causes it to crash in embedded studios.
📓 Full changelog
Author | Message | Commit |
---|---|---|
Binoy Patel | test(core): fixes flaky test with document publish (#6595) | 2a8375a |
renovate[bot] | chore(deps): update linters (#6590) | 59b8ce8 |
renovate[bot] | chore(deps): update dependency styled-components to ^6.1.10 (#6585) | 5e727e0 |
renovate[bot] | chore(lockfile): update dependency zod to v3.23.7 (#6527) | 571dd56 |
renovate[bot] | chore(deps): update dependency @sanity/pkg-utils to v6.8.13 (#6599) | d9f9188 |
renovate[bot] | chore(deps): update dependency @sanity/tsdoc to v1.0.51 (#6600) | 56a8a79 |
renovate[bot] | chore(lockfile): update dependency @sanity/react-loader to v1.9.17 (#6584) | 0819c40 |
Cody Olsen | fix(presentation): regression causing a crash when in an embedded studio (#6606) | 99dfb60 |