Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
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
Version 1.4.39
Changed
- Added a try/catch around ColorThief, to catch errors thrown due to empty/transparent images
- Fix a regression that could cause Optimized Images to not be generated correctly
- Modernized package.json and webpack build
Version 1.4.38
Changed
- Fixed an incompatibility with the Spoon plugin by removing
matrix-field
class from field type settings - Fixed an erroneous 2:2 aspect ratio in the default settings
- Moved to a modern webpack build config for the AdminCP
- Added install confetti
Version 1.4.37
Changed
- Reverted an errant commit that removed a fix for propagating field data in multi-site environments
- Ensure that
.webp
variants have fully qualified absolute URLs
Version 1.4.36
Added
- Added the ability to access each image variant's height
Changed
- Update to the latest version of the Imgix PHP library
Version 1.4.35
Changed
- Catch all exceptions that happen during
ResaveOptimizedImages()
job so that execution can continue
Version 1.4.34
Changed
- Smarter appending of variant creator suffixes, to handle URLs that have query strings
Version 1.4.33
Changed
- Handle JPEGs coming in as both
jpg
&jpeg
for the detected file format - Remove vestigal
empty()
checks
Version 1.4.32
Added
- Improved CraftQL support by allowing parameter passing to
src
andsrcUrls