Releases: verlok/vanilla-lazyload
Releases · verlok/vanilla-lazyload
Version 6.0
- Source code migrated to ES6 / ES2015
- Serving both minified ES6 version and minified transpiled-to-ES5 version
Version 5
- Exposed private functions for test coverage
- Test coverage
Version 4
- Lighter constructor
- Performance improvements
- Bugfix: null on background images
- Removed code for legacy browsers - now supporting IE10+
Version 3
- Added support to the
picture
tag
- Removed the "show image only when fully loaded" mode
- Dumped the
show_while_loading
and placeholder
options
Version 2
- Added support to lazily load
iframe
s and background images
- Added error management callback and error class option
- Performance improvements
Version 1
Since version 1.0.0...
- Added support to the srcset attribute for images
- Added typescript typings + updated dist folder files
- Performance improvements
First release! 1.0.0
This is a great day! Releasing version 1.0.0 of lazyload. See readme for details.