github sanity-io/sanity v3.2.2

latest releases: v3.58.0, v3.57.4, v3.57.3...
20 months ago

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 an issue where the Node.js ESM specific export for groq were missing from the package published to npm
  • Fixes a potential race condition with duplicate keys when an editor deletes all the content of a portable text editor while other editors are editing the same document

📓 Full changelog

Author Message Commit
Cody Olsen fix: add the node folder to the npm publish allowlist (#4086) f4b9146
Per-Kristian Nordnes fix(portable-text-editor): fix selection issue with placeholder block ecf07c2
Per-Kristian Nordnes fix(portable-text-editor): move selection from state to ref 7742991
Per-Kristian Nordnes fix(portable-text-editor): fix prop propagation issue 7ba165e
Per-Kristian Nordnes fix(portable-text-editor): fix issue with equality test 92a8f16
Per-Kristian Nordnes fix(portable-text-editor): set placeholder directly 14bca9e
Per-Kristian Nordnes fix(portable-text-editor): add missing hook dep. 7eaf2bf
Per-Kristian Nordnes refactor(portable-text-editor): adjust debounce time 26756ee
Per-Kristian Nordnes test(portable-text-editor): update snapshot d251a90
Per-Kristian Nordnes fix(portable-text-editor): fix missing default to 0 for array insert pos d175ecf
Per-Kristian Nordnes doc(portable-text-editor): type return val e31afbd

Don't miss a new sanity release

NewReleases is sending notifications on new releases.