Changelog
Apoorv Saxena edited this page May 10, 2018
·
4 revisions
Clone this wiki locally
v1.4.0 (April 22nd 2018)
- Escaping special characters in the background image url
- Updated list of sites using Lozad
v1.3.0 (Feb 16th 2018)
- added loaded callback
- updated demo
v1.2.0 (Jan 24th 2018)
- added support for picture tag
v1.1.0 (Oct 26th 2017)
- Support passing an
Element
orNodeList
- added functionality to update package version via npm script
v1.0.9 (Oct 14th 2017)
- added editorconfig
- added dev server
- added test cases for publicly exposed functions
- added NPM deployment via Travis
- updated documentation
v1.0.8 (Oct 13th 2017)
- fixed data-background-image attr
- added test cases for other attributes usage
v1.0.7 (Oct 13th 2017)
- fixed IE 9 dataset issue
- added triggerLoad support
- updated docs
v1.0.6 (Sept 25th 2017)
- added support for responsive and background images
- fixed linter issues
v1.0.5 (Sept 23rd 2017)
- added JSDeliver stats badge
- setup test case infra with basic test cases
v1.0.4 (Sept 22nd 2017)
- uses regular for loops for speed and size
- fixed CI build
- added test cases
- fixed lint issues
- replaced demo images with progressive images
v1.0.3 (Sept 14th 2017)
- removed extra links and updated CDN usage info
- closes #18
v1.0.2 (Sept 10th 2017)
- added xo as dependency, whitelisted files via package.json
- downloads only dist folder via npm
v1.0.1 (Sept 10th 2017)
- Updated README
- added polyfill in demo
- bug fixes
v1.0.0 (Sept 5th 2017)
- Updated README
- added FAQs, License and Contributing guidelines file
- Changed API signature (Thanks @thiamsantos)
- added prettier and xo
- removed grunt
v0.0.3 (Sept 5th 2017)
- Updated README with demo link, banner image and styling fixes (Thanks @lptn)
- Enhanced demo
v0.0.2 (Aug 29th 2017)
- Added information to use via
Yarn
andBower
in README
v0.0.1 (Aug 29th 2017)
- Initial release
- Supports lazy loading using IntersectionObserver API
- Supports dynamically loaded elements