Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.3.6

12 Dec 00:37
Compare
Choose a tag to compare

Changed

  • Fixed an error with Imgix transforms

Version 1.3.5

08 Dec 15:49
Compare
Choose a tag to compare

Changed

  • Switched from file_exists() to is_file() for detecting image processor and variant commands
  • Fixed an issue with Optimized Image Variant generation on certain setups
  • The OptimizedImages field now displays protocol-relative images properly
  • Added better debug logging
  • Updated to require craftcms/cms ^3.0.0-RC1

Version 1.3.4

04 Dec 04:49
Compare
Choose a tag to compare

Changed

  • Fixed an issue where selecting image variants would result in the wrong aspect ratio
  • Changed the default image variant widths

Version 1.3.3

01 Dec 01:35
Compare
Choose a tag to compare

Added

  • Auto-purge remote Imgix image URLs when assets are changed

Changed

  • Fixed an issue with newly uploaded assets that have an OptimizedImages field in their Volume Layout

Version 1.3.2

25 Nov 00:21
Compare
Choose a tag to compare

Added

  • Added media query srcset sizes for precise control over the output sizes

Version 1.3.1

13 Nov 14:55
Compare
Choose a tag to compare

Added

  • Added the display of the dominant color palette and the lazy load placeholder images to the Field
  • Optimize the placeholder images regardless of user settings
  • Fixed an issue where newly uploaded assets would not resave on the AJAX request
  • Added portrait & landscape responsive image variant presets

Version 1.3.0

11 Nov 03:03
Compare
Choose a tag to compare

Changed

  • Added support for globally replacing native Craft transforms with a service like Imgix, with zero template changes
  • Added a Welcome page after installing ImageOptimize
  • Performance improvements when generating the placeholders

Version 1.2.10

04 Nov 00:32
Compare
Choose a tag to compare

Changed

  • Fixed broken OptimizedImages Field settings
  • Fixed optipng path in config.php
  • Implemented an abstract ImageTransform class & interface

Version 1.2.9

03 Nov 16:18
Compare
Choose a tag to compare

Added

  • Added support for using Imgix to create the responsive image transforms

Changed

  • Switched over to using ResaveElements queue to handle newly uploaded Assets
  • Implemented optimized SVG data URIs, which can shave 15% off of the size of the SVG size

Version 1.2.8

20 Oct 14:34
Compare
Choose a tag to compare

Changed

  • More paranoid sanity checking of the activeImageProcessors and activeImageVariantCreators config.php settings

Added

  • Added the ability to control when image variants are created via generateTransformsBeforePageLoad config.php setting
  • Added a createColorPalette in config.php to control dominant color palette creation
  • Added a createPlaceholderSilhouettes in config.php to control silhouette placeholder image creation