Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
🐛 Notable bugfixes
- Fixes a bug in the Portable Text Editor where opening inline objects of type reference would not open the editing interface if the reference was set already
- Fixes issue where document preview images weren't updating when changed
- Fixes issue where array items with initial value were overriding set values when duplicating
📓 Full changelog
Author | Message | Commit |
---|---|---|
Per-Kristian Nordnes | fix(form-builder): fix issue with editing inline object references in PTE | a9ba0a0 |
Marius Lundgård | fix(base): remove use of useMemo when rendering preview media
| 07c9d08 |
Bjørge Næss | fix(form-builder): skip initial value resolution when inserting non-empty array items | f77b4de |