Upgrade the Command Line Interface (CLI) with
npm install --global @sanity/cli
Upgrade the Content Studio with:
sanity upgrade
✨ Highlights
- After running
sanity init
for the first time you will now be asked if you'd like an invitation to join the Sanity community on Slack 🙌.
🐛 Notable bugfixes
- We fixed bug where pasting into a portable text editor inside another portable text editor would sometimes cause an error.
- Fixed a bug causing an error dialog to appear on successful image deletion.
- Fixed a bug causing
onBlur
from text inputs not to be propagated - Reverted experimental hotfix for Safari login, due to changes in latest Safari release.
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | [cli] Prompt to send community invitation on first project creation (#1258) | f56fa18 |
Thomas Drevon | [scripts] Generate release notes from previous version tag (#1255) | 7956ad7 |
Per-Kristian Nordnes | [form-builder] Fix bug where pasting into an editor inside an editor would sometimes error (#1257) | 324076d |
Per-Kristian Nordnes | [default-login] Remove Safari login exception (#1263) | 07f24ed |
Kristoffer J. Sivertsen | [form-builder] Correct function name and remove asset from state (#1266) | 9614a1d |
Bjørge Næss | [form-builder] Fix bug where onBlur prop wasn't passed to underlying component | 0319e05 |