Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
Version 4.0.0-beta.2
Fixed
- Fixed an issue with properties not being initialized before being accessed, which would cause image uploads to fail (#323)
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.6.44
Fixed
- Fixed a regression due to a PR that could cause image variants to not be regenerated after resaving them
Version 1.6.43
Fixed
- Fixed an issue where an exception could be thrown when running the
craft resave/assets
console command (#78)
Version 1.6.42
Version 1.6.41
Fixed
- Fixed an issue that could cause the JavaScript to not execute properly, causing the Settings to not appear
correctly (#310)
Version 1.6.40
Added
- Add
.gitattributes
&CODEOWNERS
- Add linting to build
- Add compression of assets
- Add bundle visualizer
Version 1.6.39
Changed
- Updated the buildchain to use Node 16
- Changed buildchain to Vite from webpack 5
- Create variants via queue when an asset is moved in Craft
^3.7.1
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)