Releases: verlok/vanilla-lazyload
Releases · verlok/vanilla-lazyload
Version 10.0
CHANGELOG
10.0.1
Solved a problem with cdnjs.com: version 10.0.0 was pointing to 9.0.0.
10.0.0
- Default options changes values:
- default for
data_src
is nowsrc
(wasoriginal
) - default for
data_srcset
is nowsrcset
(wasoriginal-set
)
- default for
Version 9.0
CHANGELOG
9.0.1
- Created CHANGELOG file
- Restored tests using Jest
- Squashed a bug which didn't make images inside
picture
load correctly
9.0.0
LazyLoad is now using the Intersection Observer API. More information in the read the README file.
Version 8.1
CHANGELOG
- 8.1.0: Updated from grunt to gulp (run with
gulp scripts
)
Version 8.0
CHANGELOG
- 8.0.0: renamed dist files. The main file to include is now
dist/lazyload.min.js
as you would expect, and no longerdist/lazyload.transpiled.min.js
. The non-transpiled version is now calledlazyload.es2015.js
. - 8.0.1: Fixed reference to old names in demo files
- 8.0.2: Fixed a bug that affected performance
- 8.0.3: Added quotes in background image URLs, as suggested in #114 (thanks to @vseva)
Version 7.2
Version 7.1
- Refactored code now using more modules
- Saving ~0.5 kb of transpiled code going back from ES2015 class to function.prototype
Version 7.0
Source code converted to modules, bundled with rollup.js and transpiled with babel (and not)
Version 6.3
- Added the class
initial
to all images (or iframes) inside the viewport at the moment of script initialization
Version 6.2
- Added the ability to load LazyLoad using an
async
script - Bugfix: updated typescript typings
Version 6.1
- SEO improvements for lazily loaded images