5.0.0
Breaking changes
Version 5.0.0 of this library has removed support for the blur options. The reason for this is that this could not be correctly standardised from the library, the only way to support blur up was to request a low quality placeholder image from the Sanity CDN. Sanity already provides a base 64 lqip from the asset's metadata (https://www.sanity.io/docs/image-metadata#74bfd1db9b97).
Checkout the Responsive layout example on how to use the lqip in your Image component.
What's Changed
- feat(deps): allow Next 13 peer dep by @jimCresswell in #47
New Contributors
- @jimCresswell made their first contribution in #47
Full Changelog: 4.1.0...5.0.0