Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
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
Version 1.5.4
Changed
- Fixed an issue where focal points weren't always respected for Imgix
Version 1.5.3
Changed
- Fixed an issue where
.env
vars were not actually parsed
Version 1.5.2
Changed
- If you're using Craft 3.1, ImageOptimize will use Craft environmental variables for secrets
Version 1.5.1
Changed
- Refactored the Imgix and Thumbor Image Transforms out to external packages
Version 1.5.0
Changed
- Refactored out the
ImageTransform
interface to use Yii2's DI to allow them to be stand-alone components - Respond to
Assets::EVENT_GET_ASSET_THUMB_URL
for direct thumbnail generation from third party image transform services
Version 1.4.44
Changed
- Default format and quality to null so they can be omitted if you're generating transforms via Twig
- Fix an issue with Imgix with images that have no focal point set
Version 1.4.43
Changed
- Fix Thumbor focal point order
- Fix a regression that broke images in sub-folders for Imgix
- Retooled the JavaScript build system to be more compatible with edge case server setups
Version 1.4.42
Added
- Added the ability to have OptimizedImages fields ignore
SVG
and/orGIF
files - Added support Thumbor resizing service