Skip to content

Releases: nystudio107/craft-imageoptimize

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)

Version 1.6.33

24 Apr 01:39
Compare
Choose a tag to compare

Added

  • Added a setting to control the amount an image needs to be scaled down for automatic sharpening to be applied (#263)
  • Added an option to cap the placeholder silhouette SVG size to 32Kb (#270)

Version 1.6.32

15 Apr 14:59
Compare
Choose a tag to compare

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

06 Apr 19:06
Compare
Choose a tag to compare

Added

  • Added make update to update NPM packages
  • Added make update-clean to completely remove node_modules/, then update NPM packages

Changed

  • Use Tailwind CSS ^2.1.0 with JIT

Version 1.6.30

04 Apr 03:41
Compare
Choose a tag to compare

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

31 Mar 18:39
Compare
Choose a tag to compare

Fixed

  • Fixed a regression that caused the field settings to not work properly for adding/removing variant blocks (#268)