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.
1.0.15
February 11th, 2022
- N/A Changelog not available.
1.0.14
February 11th, 2022
- N/A Changelog not available.
1.0.13
February 11th, 2022
- N/A Changelog not available.
1.0.12
February 11th, 2022
- N/A Changelog not available.
1.0.11
February 11th, 2022
- N/A Changelog not available.
1.0.10
February 11th, 2022
- N/A Changelog not available.
1.0.9
August 10th, 2021
- N/A Changelog not available.
1.0.8
March 1st, 2024
- N/A Changelog not available.
1.0.7
June 28th, 2021
- N/A Changelog not available.
1.0.6
March 1st, 2024
caching for image queries
1.0.5
March 1st, 2024
- fixed imgix auto format
1.0.4
May 6th, 2021
- Readme update, preparations for marketplace
1.0.3
May 5th, 2021
- fix only save dominant_color to asset meta, if it is not set already
1.0.2
May 5th, 2021
- fix for ray package, should be a dev requirement only
- updated readme
1.0.1
May 5th, 2021
- fixes wrong dimensions issue
- updated readme
1.0.0
May 5th, 2021
- initial release