v6.3.0
📦 sanityView on GitHub →
✨ 4 features🐛 7 fixes🔧 3 symbols
Summary
Sanity Studio v6.3.0 brings dependency updates, internal refactoring like migrating styling in Vision, and several bug fixes related to validation markers and CSS bundling. New features include telemetry for document deletion and improved Portable Text rendering via `defineX`.
Migration Steps
- Run `npm install sanity@latest` to upgrade Sanity Studio.
✨ New Features
- Render Studio Portable Text through the `defineX` catch-all pipeline.
- Add document delete references telemetry.
- Lift document group inventory active state to `DocumentPaneProvider`.
- Add document group inventory hint.
🐛 Bug Fixes
- Strip leftover vite hash marker from published css.
- Handle request errors in non-critical fetch paths.
- Condense and batch version observer requests.
- Clear validation markers when viewing a historical revision.
- Remove sideEffects so injected bundle.css is not tree-shaken.
- Allow scrolling in description field when content exceeds max height.
- Truncate document type column with tooltip on overflow.