All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Bump to 3.0.0
- Drop craft 2 releases.json
- Added allow-plugins to composer.json
- Be more resilient to ColorThief exceptions thanks to @nstCactus
- Added craft 4 support
- Move from league/color-extractor to ksubileau/color-thief-php
- Fixed composer.json for composer 2
- Let extract task throw exceptions when the extracting itself fails.
- Log warnings when
ColorExtractorTask
fails, instead of throwing exceptions.
- Deprecated twig extensions.
- Let the volume handle asset content retrieval.
- Missing image check. Empty image files can still cause errors.
- Prevent crashing when asset files are missing.
- Stable release for Craft 3 and 3.1
- Handles corrupt images where no colors are found.
- Check for urls. Volumes need urls for the plugin to process the image.
- Added colorIsDark twig filter
- Fixed a major bug causing the queue to build up.
- Fixed errors thrown when imageColor field is missing on assets.
- Fixed links to docs
- Added icons.
- Initial Craft 3 release
- Fixed php error.
- Added logging on plugin level
- Added console commmand
- Prevent errors from breaking pageloads.
- #000000 is the default color.
- Prevent svg's from breaking on upload.
- Tasks should not extract colors twice.
- Fixed console usage
- Added vendor to repo
- Initial release