Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.6.6

19 Nov 12:11
Compare
Choose a tag to compare

Added

  • Added a Preferences item to control whether allow limiting the creation of Optimized Image Variants for images by sub-folders

Version 1.6.5

13 Nov 16:10
Compare
Choose a tag to compare

Added

  • Added the ability to choose the sub-folders in an asset volume in which Optimized Image Variants will be created

Changed

  • Parse volumes sub-folders as environment variables

Version 1.6.4

31 Oct 19:29
Compare
Choose a tag to compare

Changed

  • If an image is an animated .gif file, never change the file format

Version 1.6.3

24 Oct 15:55
Compare
Choose a tag to compare

Changed

  • Force update to "nystudio107/craft-imageoptimize-imgix": "^1.1.1"
  • Fixed aspect ratio for CP thumbnail images
  • Default createPlaceholderSilhouettes to false so people need to enable this setting if they want to use them (they can be on the larger side)

Version 1.6.2

25 Sep 19:24
Compare
Choose a tag to compare

Changed

  • Added support for native GraphQL in Craft 3.3

Version 1.6.1

13 Aug 15:44
Compare
Choose a tag to compare

Changed

  • Added more robust sanity checking if an invalid URL or path is being passed into ImageTransform::appendExtension()

Version 1.6.0

05 Jul 15:39
Compare
Choose a tag to compare

Added

Changed

  • Fixed an issue where ImageOptimize was not handling assets it didn't know how to transform property, resulting in generic thumbnails if you used the Embedded Assets plugin
  • Updated ImageTransformInterface to remove the deprecated $params

Version 1.5.7

13 Jun 16:46
Compare
Choose a tag to compare

Added

  • Added a lightness calculation based on a weighted average of the extracted dominant color palette to give you an idea of the image's overall lightness

Changed

  • Don't force the format for fallback images
  • Rebuilt assets to fix npm vulnerabilities

Version 1.5.6

21 May 16:50
Compare
Choose a tag to compare

Changed

  • Fixed an issue where newly added Image Variant blocks had incorrect ids on the Retina checkboxes
  • Updated build system

Version 1.5.5

22 Apr 17:13
Compare
Choose a tag to compare

Changed

  • Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x