Upgrade the Command Line Interface (CLI) with
npm install --global @sanity/cli
Upgrade the Content Studio with:
sanity upgrade
🐛 Notable bugfixes
Fixed a bug causing default sort orders being created from fields named title
, name
, label
, heading
, header
, caption
or description
regardless of their type. Now we only create default sort orders if these are string/number/boolean fields.
📓 Full changelog
Author | Message | Commit |
---|---|---|
Bjørge Næss | [schema] Make sure we don't create fallback order config for non-primitive field types (#953) | 0830ac4 |