Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
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
Version 1.4.41
Changed
- Fixed an issue where volumes with sub-folders such as Amazon S3 or Google Cloud didn't generate the correct URLs
- Fixed the build process so it will no longer look for
devServer
on installs - Added a link to the variant does not exist to aid in diagnosing what is wrong
- Changed the signature of
::getWebPUrl()
to send in all of the transform params
Version 1.4.40
Added
- Add Super Table conditional for field
Changed
- Updated build process