Version 2.0.5

August 4, 2023
  • Fixed: Ensure component count is rounded up to prevent zero being returned, fixes #18.

Version 2.0.4

August 18, 2022
  • Updated: Added caching to average color functionality.

Version 2.0.3

June 20, 2022
  • Updated: Added more filetypes to the supported filetypes list (was being a little overly cautious previously).
  • Fixed: Incorrect variable value being returned by Graph QL query, fixes #15.

Version 2.0.2

June 16, 2022
  • Updated: Composer.json file to better support Craft 3 and 4 across a single version.

Version 2.0.1

May 16, 2022
  • Added settings config. See the config.php file for details.

Version 2.0.0-beta.3

April 16, 2022
  • Adds file checking to prevent errors if a file has been removed from disk but not from Craft DB (Thanks to @mokopan for the suggestion 🙌).
  • Adds a helper function, memoryInfo. This will return the approximate memory required (in bytes) to load an asset in to memory. Available as a twig filter and in GraphQL.
  • Added a sample GraphQL asset query, located in resources/demo.graphql.

Version 2.0.0-beta.2

March 23, 2022
  • Ensures blurhash images are to the same aspect ratio as the original Craft asset.
  • A demo template has been added - copy it to your Craft CMS project to get started. Find it in resources/demo.twig.

Version 2.0.0-beta.1

March 10, 2022
  • Migration of Craft 3 version, with all existing functionality.