v0.117.0
Upgrade with
sanity upgrade
And install the latest Command Line Interface (CLI) with:
npm install --global @sanity/cli
✨ Highlights
- Adds the
datetime
schema type. You can now use this if you just want a simple datetime field for storing UTC date strings. - The
sanity-plugin-vision
package has been renamed to@sanity/vision
. More info - The
@sanity/date-input
package has been renamed to@sanity/rich-date-input
. More info
🐛 Notable bugfixes
- Fixes a layering issue with date picker causing it to appear underneath text inputs.
- Fixes a bug in the Google Maps input that made it impossible to remove location from a geolocation field.
📓 Full changelog
Author | Message | Commit |
---|---|---|
Bjørge Næss | [google-maps-input] Make remove button actually remove (#283) | 9fa5ca6 |
Bjørge Næss | [base] More asset schema tweaks (#282) | 192e4a8 |
Per-Kristian Nordnes | Feature: allow global logins with the default-login (#273) | fe152cb |
Per-Kristian Nordnes | [default-login] Don't add projectId param when global login (#287) | a756339 |
Per-Kristian Nordnes | [default-login] Children can be a function that passes the user to the wrapped content (#288) | 245bbf3 |
Per-Kristian Nordnes | [default-login] Fix error in README | 76218b0 |
Kristoffer J. Sivertsen | [components] Respect disabled prop on input components and cleanup (#286) | 9c5c16e |
Thomas Drevon | [form-builder] [schema] Add datetime type with default input (#275) | 58493b8 |
Bjørge Næss | [infrastructure] Move vision plugin to @sanity/vision (#289) | d47a25a |
Bjørge Næss | [form-builder] Remove more validation cruft (fixes proptypes warning) | 5f15276 |
Bjørge Næss | [infrastructure] Remove sanity-plugin-vision | 38c1e67 |