Upgrade the Command Line Interface (CLI) with
npm install --global @sanity/cli
Upgrade the Content Studio with:
sanity upgrade
🐛 Notable bugfixes
- Fixed a couple of issues that came up in the wake of the Babel 7 upgrade in
v0.133.0
- Fixed an issue with the image url package that would sometimes produce source rectangle parameters where the top/left coords were negative.
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | [chore] Make image-url tests work with babel 7 | f909edc |
Espen Hovlandsdal | [image-url] Fix negative top/left crop in certain crops (#968) | 1f09668 |
Espen Hovlandsdal | [server] Make babel use CommonJS modules (#969) | 143f15b |