Sanity Studio v5.0.0
Sanity Studio v5 requires React 19.2 and includes breaking changes to TypeGen output in the Sanity CLI. Your schemas, plugins, and Studio customizations work exactly as before.
For the complete changelog with all details, please visit:
www.sanity.io/changelog/fd3ab62e-9264-4e7b-825a-fd4f99abd481
Install or upgrade Sanity Studio
To upgrade to this version, run:
npm install sanity@latest
To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.
📓 Full changelog
| Author | Message | Commit |
|---|---|---|
| Bjørge Næss | fix!: drop support for react < 19.2 (#11383) | 169be63 |
| Kristoffer Brabrand | feat(typegen): memoizations, refactoring add improved progress reporting (#10294) | 5d6ac17 |
| Sindre Gulseth | feat(typegen)!: return same case when generating types (#11330) | 0402647 |
| Kristoffer Brabrand | feat(schema): hoist reference types and use inline objects to reference them (#11471) | 16ce107 |
| Kristoffer Brabrand | feat(schema)!: add schema inline hoisting (#11521) | f81e3cc |
| Bjørge Næss | refactor: use react compiler 19 as baseline (#11522) | 1bbf0c8 |
| Christian Hamburger Grøngaard | feat(core): enable typographic behaviors in Portable Text Inputs by default | eaffcde |