Skip to content

Releases: liamfiddler/eleventy-plugin-lazyimages

v2.1.2

05 Dec 01:24
Compare
Choose a tag to compare

Fixes an import issue (#53)

Full Changelog: v2.1.1...v2.1.2

v2.1.1

04 Dec 10:24
bb27074
Compare
Choose a tag to compare

Update dependencies to their latest versions (adding M1 mac support).

v2.1.0

26 Oct 00:27
Compare
Choose a tag to compare

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

29 Jul 12:42
Compare
Choose a tag to compare

Adds WEBP & SVG support, increases the quality of LQIP, passes outputPath to transformImgPath, & better handles width/height attributes.

v1.1.2

26 May 03:36
Compare
Choose a tag to compare

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

24 Mar 23:25
Compare
Choose a tag to compare
  • Fixes srcset being ignored set when using native lazy loading

v1.1.0

23 Mar 23:01
Compare
Choose a tag to compare
  • 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...v1.1.0

v1.0.6

16 Mar 23:35
Compare
Choose a tag to compare
  • Add local images to the base example.

v1.0.5...v1.0.6

v1.0.5

15 Mar 01:07
Compare
Choose a tag to compare
  • 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.

21 Jun 23:51
Compare
Choose a tag to compare