Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.6.43

14 Mar 16:34
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where an exception could be thrown when running the craft resave/assets console command (#78)

Version 1.6.42

23 Feb 17:55
Compare
Choose a tag to compare

Added

  • Added in GQL implementation for srcsetMinWidth, srcsetMaxWidth, srcsetMinWidthWebp & srcsetMaxWidthWebp.
    Updated the documentation to show how these are used (#315)

Changed

  • Only update variants for an existing asset if the image has been manipulated (#314)

Fixed

  • Use the new Imgix purge API endpoint properly (#4)
  • Fixed an issue where corrupted images could result in the Imgix transformer throwing an exception (#3) (#306)

Version 1.6.41

17 Jan 23:30
Compare
Choose a tag to compare

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

12 Jan 17:29
Compare
Choose a tag to compare

Added

  • Add .gitattributes & CODEOWNERS
  • Add linting to build
  • Add compression of assets
  • Add bundle visualizer

Version 1.6.39

04 Jan 21:03
Compare
Choose a tag to compare

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

18 Nov 23:38
Compare
Choose a tag to compare

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

12 Nov 04:57
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where image placeholders would create images in incorrectly large sizes if certain EXIF data was present, and preserveExifData was set to true in config/general.php, resulting in a db error when trying to save the encoded image in the field data (#296)

Version 1.6.36

07 Sep 17:30
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the wrong Imgix API was being used for purging images (#273)

Version 1.6.35

14 Jul 16:44
Compare
Choose a tag to compare

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

10 Jun 15:22
Compare
Choose a tag to compare

Changed

  • Switched documentation system to VitePress
  • When an asset is replaced, force the recreation of the variants (#283)

Fixed

  • Fixed an issue where uppercase file suffixes would cause webp image variants to not be created (#277)
  • If image/svg is being ignored, add image/svg+xml to the mime types to ignore as well
  • Now store the image sub-folders by name, since the UID can be different per environment (#282)