Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
Version 1.2.7
Added
- Added the ability to make inline SVG silhouette images as placeholder images for lazing loading
Version 1.2.6
Changed
- Moved the default variants to the
config.php
and Settings model, so they can be overriden
Added
- Added the variant setting Enforce Aspect Ratio to allow for images with no fixed aspect ratio
Version 1.2.5
Added
- Added the ability to automatically set the placeholder color to the image's dominant color
- Added the ability to extract the 5 dominant colors from an image
Version 1.2.4
Added
- Added automatic generation of Instagram-style low resolution placeholder images for lazing loading
Version 1.2.3
Added
- Added support for 2x and 3x retina images
- Added a
.src()
method to get the default responsive variant
Changed
- Updated the README.md to be more descriptive
Version 1.2.2
Changed
- Responsive Image Variants now default to
jpg
as a file format, for client-proofing purposes - Fixed an issue where re-arranging to adding/deleting Responsive Image Variants could cause issues
- Fixed an issue with non-manipulatable images like
PDF
Version 1.2.1
Changed
- Fixed an issue that could leave stale image variants around
- Ensure that the optimized image variants are re-created if the image is edited
- Added logging to show the savings for image variants
- Fixed the way the Settings page is rendered
- Updated
README.md
Version 1.2.0
Added
- Added
OptimzedImages
Field - Updated
README.md
Version 1.1.0
Changed
- Added support for automatic
webp
image variant creation
Version 1.0.10
Changed
- Fixed support for the
mozjpeg
image processor