v3.89.0
📦 sanityView on GitHub →
✨ 1 features🐛 6 fixes⚡ 1 deprecations🔧 1 symbols
Summary
This release includes various improvements and bug fixes across the CLI, core, and dependencies, notably deprecating the use of useClient() without options.
Migration Steps
- To upgrade to this version, run the appropriate command for your package manager (npm install sanity@latest, pnpm add sanity@latest, yarn add sanity@latest, or bun add sanity@latest).
- Refer to the comprehensive guide on Installing and Upgrading Sanity Studio for initiating a new project or learning more about upgrading: https://www.sanity.io/docs/upgrade
✨ New Features
- Notify user when Media Library is not found.
🐛 Bug Fixes
- Remove linting configs from app templates.
- Clean up mentions of 'core apps' to 'custom apps'.
- Add fix for hanging requests for the collection states.
- Remove named export from SDK application templates.
- Add media library config to extracted manifest.
- Improve connection error handling.
🔧 Affected Symbols
useClient()⚡ Deprecations
- Marking use of useClient() with no options as deprecated.