Skip to content

Releases: verlok/vanilla-lazyload

Version 10.12

30 Jul 15:18
Compare
Choose a tag to compare

10.12.0

SEO! Expanded SEO-friendliness to more crawlers, Bingbot included.

Version 8.12

30 Jul 15:45
Compare
Choose a tag to compare

8.12.0

SEO! Expanded SEO-friendliness to more crawlers, Bingbot included.

Version 10.11

24 Jul 22:07
Compare
Choose a tag to compare

10.11.1

BUGFIX: Fixed issue #225. Due to mistyped BOT detection, in version 10.11.0 all images were loaded as soon as LazyLoad was created.

10.11.0

SEO! Version 10.x is now as SEO-friendly as version 8.x.

Version 10.10

20 Jul 10:30
Compare
Choose a tag to compare

10.10.0

Added a public load method to force loading any element.

Version 8.11

20 Jul 13:55
Compare
Choose a tag to compare

8.11.0

Added a public load method to force loading any element.

Version 10.9

09 Jul 15:38
Compare
Choose a tag to compare

10.9.0

Added the ability to lazily set the sizes attribute via a data-sizes attribute.
See the README file for more information.

Version 8.10

09 Jul 16:19
Compare
Choose a tag to compare

8.10.0

Added the ability to lazily set the sizes attribute via a data-sizes attribute.
See the README file for more information.

Version 10.8

23 Jun 21:28
Compare
Choose a tag to compare

10.8.0

Added a public loadAll method to force loading all the images, as asked in #193.

Version 8.9

23 Jun 21:29
Compare
Choose a tag to compare

8.9.0

Added a public loadAll method to force loading all the images, as asked in #193.

Version 8.8

23 Jun 05:59
Compare
Choose a tag to compare

CHANGELOG

8.8.0

Added support for the video tag. Closes #209.
Created the video.html demo.