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.
- Added a
craft
provider to generate native Craft transforms using Imgixer's core parameter set. - Stable release.
- Craft 5 version.
- Support for Servd's Asset Platform v3.
- Fixed image previews in SEOmatic link cards.
- Use Craft's own versioning helper for revving asset URLs.
- Stable release.
- Added ImageKit as an optional image transform provider.
- Defined
core
andextended
parameter sets for supported providers. - Added support for images served from local filesystem subfolders (#7).
- Focal point parameters (
fp-x
andfp-y
) are now set automatically from the Asset (if not otherwise specified) when usingcrop:'focalpoint'
(#8). - Improved native transform support and thumbnail generation in the control panel.
- Default parameters now work properly.
- These source parameters have been changed (the old parameters are still supported, no changes are required to existing projects):
domain
is nowendpoint
key
is nowprivateKey
- Updated docs.
- Craft 4 version.
- Released.
- Support for using Servd's image transform service.
- Changed the timestamp parameter appended to image URLs from
mtime=
todm=
.
- Optionally replace Craft's native image transforms with Imgix.
- Pass assets directly to Imgixer, as well as image paths / urls.
- Append
mtime=
parameter to urls generated for assets, to break the cache when images are edited.
- Allow the
signed
parameter for a source to be set in the config as well as at the template level.
- Imgixer was looking for a config value with the key 'url' to define the Imgix source domain for a given handle, when it should have been 'domain'.
- Improved code comments and README.
- Initial release