Skip to content

v3.1.1

Compare
Choose a tag to compare
@rexxars rexxars released this 21 Dec 22:03
· 2533 commits to next since this release

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 createAuthStore would incorrectly require a client factory to be passed
  • Fixes an issue where lodash was not optimized in all released Sanity packages
  • Fixes an issue where disabling direct uploads when using multiple asset sources would not work

📓 Full changelog

Author Message Commit
Cody Olsen fix: ensure lodash is optimized in every monorepo package 8494ac0
Cody Olsen fix: apply config.form.image.directUploads cf52ee7
Marius Lundgård fix: clientFactory should be optional d894d56
Espen Hovlandsdal chore: temporarily skip flakey tests b8534b1
Espen Hovlandsdal chore: update release notes script with new instructions afcc2f5
Espen Hovlandsdal fix(groq): provide tsdoc for groq template literal function f9520b2