Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.2.7

18 Oct 04:20
Compare
Choose a tag to compare

Added

  • Added the ability to make inline SVG silhouette images as placeholder images for lazing loading

Version 1.2.6

15 Oct 13:38
Compare
Choose a tag to compare

Changed

  • Moved the default variants to the config.php and Settings model, so they can be overriden

Added

  • Added the variant setting Enforce Aspect Ratio to allow for images with no fixed aspect ratio

Version 1.2.5

11 Oct 16:17
Compare
Choose a tag to compare

Added

  • Added the ability to automatically set the placeholder color to the image's dominant color
  • Added the ability to extract the 5 dominant colors from an image

Version 1.2.4

10 Oct 21:47
Compare
Choose a tag to compare

Added

  • Added automatic generation of Instagram-style low resolution placeholder images for lazing loading

Version 1.2.3

17 Sep 02:42
Compare
Choose a tag to compare

Added

  • Added support for 2x and 3x retina images
  • Added a .src() method to get the default responsive variant

Changed

  • Updated the README.md to be more descriptive

Version 1.2.2

12 Sep 00:09
Compare
Choose a tag to compare

Changed

  • Responsive Image Variants now default to jpg as a file format, for client-proofing purposes
  • Fixed an issue where re-arranging to adding/deleting Responsive Image Variants could cause issues
  • Fixed an issue with non-manipulatable images like PDF

Version 1.2.1

10 Sep 13:34
Compare
Choose a tag to compare

Changed

  • Fixed an issue that could leave stale image variants around
  • Ensure that the optimized image variants are re-created if the image is edited
  • Added logging to show the savings for image variants
  • Fixed the way the Settings page is rendered
  • Updated README.md

Version 1.2.0

08 Sep 18:03
Compare
Choose a tag to compare

Added

  • Added OptimzedImages Field
  • Updated README.md

Version 1.1.0

07 Aug 05:38
Compare
Choose a tag to compare

Changed

  • Added support for automatic webp image variant creation

Version 1.0.10

06 Aug 21:27
Compare
Choose a tag to compare

Changed

  • Fixed support for the mozjpeg image processor