Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
Version 1.6.6
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
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
Changed
- If an image is an animated
.gif
file, never change the file format
Version 1.6.3
Changed
- Force update to
"nystudio107/craft-imageoptimize-imgix": "^1.1.1"
- Fixed aspect ratio for CP thumbnail images
- Default
createPlaceholderSilhouettes
tofalse
so people need to enable this setting if they want to use them (they can be on the larger side)
Version 1.6.2
Changed
- Added support for native GraphQL in Craft 3.3
Version 1.6.1
Changed
- Added more robust sanity checking if an invalid URL or path is being passed into
ImageTransform::appendExtension()
Version 1.6.0
Added
- Added support for Sharp via AWS Serverless Image Handler as a Transform Method
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
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
Changed
- Fixed an issue where newly added Image Variant blocks had incorrect ids on the Retina checkboxes
- Updated build system
Version 1.5.5
Changed
- Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x