Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
🐛 Notable bugfixes
- Fix issue causing collapsable elements to collapse when clicking on interactive content.
- Fix bug where form would scroll to top when first focusing a child of a nested field.
- Specify git monorepo subdirectory in package.json repository field.
- Fix issue with
sanity import
not honoring the--allow-failing-assets
flag.
📓 Full changelog
Author | Message | Commit |
---|---|---|
Bjørge Næss | [base] Fix typing issues with setTimeout | a076bbc |
Bjørge Næss | [google-maps-input] Upgrade @types/googlemaps | a845443 |
Bjørge Næss | [chore] Upgrade typescript and remove as dependency from individual packages | 42166d3 |
Marius Lundgård | [base] Move BoundaryElementProvider to base components directory | 8de1d99 |
Marius Lundgård | [desk-tool] Wrap document panel with BoundaryElementProvider | 806a6b3 |
Marius Lundgård | [design-studio] Add schema to test dropdown menu boundary | 25b3d19 |
Marius Lundgård | [components] Read boundary element value from context | 7cad045 |
Espen Hovlandsdal | [desk-tool] Scroll to nearest block if on focus path change (#2200) | f4b66a8 |
Espen Hovlandsdal | [chore] Provide repository subdirectory in package manifests (#2210) | e68a435 |
Alexander Staubo | [import] Honor the --allow-failing-assets flag (#2207) | 5308d8a |
Bjørge Næss | [form-builder] Don't wrap Details content in a button (#2203) | c9efa44 |