Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
Version 1.6.38
Fixed
- Fixed the display of WebP images in FireFox, Safari, and other browsers that support WebP, but not from Canvas by improving the WebP support detection method (#301)
- Fixed the SVGO optimizer by ensuring that image processors without
commandOptions
have the resulting command properly padded with a space (#300) - Fixed an issue with the Sharp transform method where transforms could fail if the file extension was not lowercase (#4)
Version 1.6.37
Fixed
- Fixed an issue where image placeholders would create images in incorrectly large sizes if certain EXIF data was present, and
preserveExifData
was set totrue
inconfig/general.php
, resulting in a db error when trying to save the encoded image in the field data (#296)
Version 1.6.36
Fixed
- Fixed an issue where the wrong Imgix API was being used for purging images (#273)
Version 1.6.35
Fixed
- Special-case for Craft 3.7 or later, with the addition of a suffix to the Field content column name (craftcms/cms#6922) (#289)
Version 1.6.34
Changed
- Switched documentation system to VitePress
- When an asset is replaced, force the recreation of the variants (#283)
Fixed
Version 1.6.33
Version 1.6.32
Fixed
- If there are too many sub-folders in an Asset volume, don't display them, return an empty array (#203)
Version 1.6.31
Added
- Added
make update
to update NPM packages - Added
make update-clean
to completely removenode_modules/
, then update NPM packages
Changed
- Use Tailwind CSS
^2.1.0
with JIT
Version 1.6.30
Added
- Added some additional CLI command logging that shows the savings from optimization
Changed
- Don't record or display errors that are a result of assets that are not images
- Don't display image transform errors twice
Version 1.6.29
Fixed
- Fixed a regression that caused the field settings to not work properly for adding/removing variant blocks (#268)