v3.1.1
Bugfixes
Sanity Studio
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