Craft Imageoptimize Versions Save

Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like Imgix, with zero template changes.

1.6.50

1 year ago

Changed

  • Use dynamic docker container name & port for the buildchain
  • Update the buildchain to use Vite ^4.0.0
  • Updated docs to use VitePress ^1.0.0-alpha.29
  • Refactored the docs buildchain to use a dynamic docker container setup

4.0.3

1 year ago

Changed

  • Fixed HMR in local dev with explicit alias that resolves to the actual directory

Fixed

  • Fixed an issue where the craft image-optimize/optimize/create CLI command did not properly optimize all images (#350)
  • Fixed an issue which caused the Imgix auto to no longer work for auto format (#357)
  • Fixed a JavaScript console error in field settings due to Garnish shuffling around how things work for menus
  • Fixed an issue where srcsetWidth() wouldn't return the proper variant, due to strict comparison operator (#327)
  • Fixed an issue where using a transform method other than Craft along with asset.getUrl() in your templates could throw an exception (#363)

1.6.49

1 year ago

Changed

  • Fixed HMR in local dev with explicit alias that resolves to the actual directory

4.0.2

1 year ago

Changed

  • Add allow-plugins to composer.json to allow CI tests to work

Fixed

  • Fixed an issue where transforms don't get deleted on remote volumes if the format was set to auto (#341)
  • Normalize for lowercase file extensions and normalize jpeg -> jpg everywhere

1.6.48

1 year ago

Changed

  • Add allow-plugins to composer.json to allow CI tests to work

Fixed

  • Fixed an issue where transforms don't get deleted on remote volumes if the format was set to auto (#341)
  • Normalize for lowercase file extensions and normalize jpeg -> jpg everywhere

4.0.1

1 year ago

Fixed

  • If there's no transform requested, return null so other plugins have a crack at it (#349)

Fixed

  • Fixed an issue where calling generateUrl() would throw an exception for the Imgix transform method (#342)

1.6.47

1 year ago

Fixed

  • If there's no transform requested, return null so other plugins have a crack at it (#349)

1.6.46

1 year ago

Fixed

  • Fixed an issue that could throw an exception when double-clicking on an asset, due to an incorrect asset bundle path

4.0.0

1 year ago

Changed

  • If there's no transform requested, and we're not using some external service for image transforms, return null so other plugins have a crack at it

Fixed

  • Set the variant format to the current asset format if it is left empty, otherwise Craft recursively calls getTransformUrl() and hangs the queue ([#329]https://github.com/nystudio107/craft-imageoptimize/issues/329) (#343)
  • Fixed an issue where variants would not resave under certain circumstance due to a typing issue (#335)
  • Make the properties in the OptimizedImage nullable to avoid null property values throwing an exception (#345)
  • Fixed an issue that caused sub-folders to not appear in the OptimizedImages field settings (#333)
  • Fixed an issue that could cause JavaScript errors for newly created OptimizedImages fields, and in slideouts (#344)

1.6.45

1 year ago

Changed

  • If there's no transform requested, and we're not using some external service for image transforms, return null so other plugins have a crack at it

Fixed

  • Removed empty type on registered script tags, which would prevent them loading via the Vite dev server
  • Fix syntax errors in OptimizedImagesField.js
  • Fixed an issue that could cause JavaScript errors for newly created OptimizedImages fields, and in slideouts (#344)