Skip to content

Releases: nystudio107/craft-imageoptimize

1.6.51

19 May 19:13
Compare
Choose a tag to compare

Changed

  • Automate release generation via GitHub action
  • Add versioning to the docs

Fixed

  • Remove the old Craft generated transform that's still sitting in the temp directory (#380)

Version 4.0.4

10 Feb 04:06
Compare
Choose a tag to compare

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

Version 1.6.50

10 Feb 04:05
Compare
Choose a tag to compare

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

Version 4.0.3

17 Nov 19:52
Compare
Choose a tag to compare

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)

Version 1.6.49

17 Nov 19:51
Compare
Choose a tag to compare

Changed

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

Version 4.0.2

17 Jul 20:29
Compare
Choose a tag to compare

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

Version 1.6.48

17 Jul 20:26
Compare
Choose a tag to compare

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

Version 4.0.1

09 Jul 00:09
Compare
Choose a tag to compare

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)

Version 1.6.47

09 Jul 00:07
Compare
Choose a tag to compare

Fixed

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

Version 1.6.46

29 Jun 14:34
Compare
Choose a tag to compare

Fixed

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