Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
🐛 Notable bugfixes
- Fixes an issue that would in some cases make the date picker lose focus when using arrow keys to move between months
- Fixes a regression introduced in v2.6.3 that caused values coming from date inputs to be stored with the same format as datetime fields
- Fixes an issue with studio search not returning results when search string includes special characters
📓 Full changelog
Author | Message | Commit |
---|---|---|
Andy Richardson | Add default ArrayInput implementation | 16891ac |
Bjørge Næss | fix: strip special characters from studio search (#2388) | 7d929c1 |
Bjørge Næss | fix: preserve focus on calendar buttons between renders | 2e717c3 |
Bjørge Næss | fix: date input emit value on right format | 9d1c80a |