Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
Version 1.2.9
Added
- Added support for using Imgix to create the responsive image transforms
Changed
- Switched over to using
ResaveElements
queue to handle newly uploaded Assets - Implemented optimized SVG data URIs, which can shave 15% off of the size of the SVG size
Version 1.2.8
Changed
- More paranoid sanity checking of the
activeImageProcessors
andactiveImageVariantCreators
config.php
settings
Added
- Added the ability to control when image variants are created via
generateTransformsBeforePageLoad
config.php
setting - Added a
createColorPalette
inconfig.php
to control dominant color palette creation - Added a
createPlaceholderSilhouettes
inconfig.php
to control silhouette placeholder image creation
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