⚠️ THIS IS A MAINTENANCE RELEASE OF A PREVIOUS MAJOR VERSION OF SANITY
We recommend updating to Sanity Studio v3 which provides exceptional flexibility and an unparalleled developer experience. The core packages for Sanity Studio v2 will only receive critical bug fixes until Dec 7th, 2023
Please head over to the documentation for Sanity Studio v3 to learn more.
You can find migration guides from Studio v2 here.
Installation and upgrading
Upgrade the v2 version of the Command Line Interface (CLI) with:
npm install --global @sanity/cli@v2
Upgrade Sanity Studio with:
sanity upgrade
🐛 Notable bugfixes
- Fixes issue where clicking a document reference while still loading would result in an invalid link and cause the studio to crash
- Fixes an issue that might cause the studio to crash when trying to view history in a dataset copied with the
--skip-history
flag
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | build: patch webpack to use md5 for cli hashes | 12044f1 |
Espen Hovlandsdal | chore: remove outdated ts-expect-error comment | 7aa7f4c |
Espen Hovlandsdal | chore: upgrade nock to work around node 18 test issue | df5bdc5 |
Espen Hovlandsdal | build: add empty perf/studio folder so vercel build can be skipped | b1612f1 |
Espen Hovlandsdal | fix(desk): attempt to resolve missing document type automatically | 0f8fa98 |
Espen Hovlandsdal | build: add placeholder perf studio html | f9618c3 |
Binoy | fix(core): fix crash when history does not include valid user information (#4250) | 9c3825f |