Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
Version 1.3.6
Changed
- Fixed an error with Imgix transforms
Version 1.3.5
Changed
- Switched from
file_exists()
tois_file()
for detecting image processor and variant commands - Fixed an issue with Optimized Image Variant generation on certain setups
- The OptimizedImages field now displays protocol-relative images properly
- Added better debug logging
- Updated to require craftcms/cms
^3.0.0-RC1
Version 1.3.4
Changed
- Fixed an issue where selecting image variants would result in the wrong aspect ratio
- Changed the default image variant widths
Version 1.3.3
Added
- Auto-purge remote Imgix image URLs when assets are changed
Changed
- Fixed an issue with newly uploaded assets that have an OptimizedImages field in their Volume Layout
Version 1.3.2
Added
- Added media query srcset sizes for precise control over the output sizes
Version 1.3.1
Added
- Added the display of the dominant color palette and the lazy load placeholder images to the Field
- Optimize the placeholder images regardless of user settings
- Fixed an issue where newly uploaded assets would not resave on the AJAX request
- Added portrait & landscape responsive image variant presets
Version 1.3.0
Changed
- Added support for globally replacing native Craft transforms with a service like Imgix, with zero template changes
- Added a Welcome page after installing ImageOptimize
- Performance improvements when generating the placeholders
Version 1.2.10
Changed
- Fixed broken OptimizedImages Field settings
- Fixed
optipng
path inconfig.php
- Implemented an abstract
ImageTransform
class & interface
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