Skip to content

Releases: moodley-interactive/statamic-responsive-image

1.0.23

13 Jun 14:15
Compare
Choose a tag to compare

What's new

  • Fixed issue where file content instead of file path was passed to create blurhash

1.0.22

02 May 15:10
Compare
Choose a tag to compare

What's new

  • Updated dependencies to support laravel 10

1.0.21

09 Nov 10:32
Compare
Choose a tag to compare

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

23 Sep 12:14
Compare
Choose a tag to compare

What's new

  • Opting-out of lazysizes is now possible by setting lazy_loading to browser in the config.

1.0.19

21 Sep 12:09
Compare
Choose a tag to compare

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

19 Sep 13:57
Compare
Choose a tag to compare

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

23 Jun 08:40
Compare
Choose a tag to compare

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

22 Jun 11:58
Compare
Choose a tag to compare

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.6

28 Jun 08:56
Compare
Choose a tag to compare

caching for image queries

1.0.5

21 May 11:42
Compare
Choose a tag to compare
  • fixed imgix auto format