Releases: liamfiddler/eleventy-plugin-lazyimages
v2.1.2
Fixes an import issue (#53)
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Update dependencies to their latest versions (adding M1 mac support).
v2.1.0
This release improves support for relative file paths in src
attributes and image paths without file extensions.
transformImgPath
now receives an optional second parameter containing the outputPath
of the file being processed, as well as the outputDir
, inputPath
, and inputDir
values from eleventy config.
This release also adds the setWidthAndHeightAttrs
config option which allows you to turn off the setting of width
and height
attributes being added to img
elements.
v2.0.1
Adds WEBP & SVG support, increases the quality of LQIP, passes outputPath to transformImgPath, & better handles width/height attributes.
v1.1.2
This release features better handling of inline data URIs, Twitter-style URIs with the image format passed as through the query string, and improved documentation (including answers to common questions).
v1.1.1
- Fixes
srcset
being ignored set when using native lazy loading
v1.1.0
- Enable transparency for placeholder images. c5f3ad2
- Fix outputPath error with permalink: false 1ece28c
- Set all attributes except the ones that require JIMP d5de2db
- Only process files supported by JIMP 0fec03a
- Provide backwards support for those using strings as className c52d603
- Switch className to array allowing for multiple classes e980268
v1.0.6
- Add local images to the base example.
v1.0.5
- Add config option to prioritise the custom lazy loading script over native lazy loading
- Fix init script error in Internet Explorer
- Add example project using eleventy-plugin-local-images
Update the banner image.
- Update the banner image. 1d0007e