1.0.21
November 9th, 2022
What's new
- Added lazyload option the the image tag. Passing
"lazyload"="false"
will disable lazyloading for the specific image. - Default state is
"lazyload"="lazy"
.
1.0.20
September 23rd, 2022
What's new
- Opting-out of lazysizes is now possible by setting
lazy_loading
tobrowser
in the config.
1.0.19
September 21st, 2022
What's new
- Muting the color of the placeholder by setting a percentage for
background_color_mute_percent
in the config is now available.
1.0.18
September 19th, 2022
What's Fixed
- Fix indefinitely cached meta data which made e.g. focal point not updating
- Resolved incorrect asset retrieval when passing the image as Value
1.0.17
June 23rd, 2022
What's Fixed
- Update the image path which is used to generate the blur hash and dominant color for Statamic 3.3.
1.0.16
June 22nd, 2022
What's improved
- Replace color extractor package for PHP 8 support.
- Replace getPathPrefix method to support Laravel 9.
What's Fixed
- Fix mixed width and height in the args array for the responsiveImage view. #4 (Thanks @dominikradl)
- Fix bug where the background color/blur hash was not used until clearing the cache.