forked from ApoorvSaxena/lozad.js
Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Oct 14, 2017
-
add dev server (ApoorvSaxena#60)
*
✨ add dev server closes ApoorvSaxena#33 *✨ add watch mode -
-
Commits on Oct 13, 2017
-
background-image attr fix (ApoorvSaxena#58)
*
✨ updated package version *🐛 fixed data-background-image attr *✨ updated package version in dist files *✨ added test cases for other attributes usage
Commits on Oct 12, 2017
-
Trigger load (ApoorvSaxena#44)
✨ added triggerLoad support * lint test files *✨ add trigger load function closes ApoorvSaxena#42 * remove console.log * add build script to precommit hook *✨ use matches method *📝 add documentation of triggerLoad *✨ add small polyfill for matches *💚 fix tests *✨ make requested changes *✨ 📝 update the docs *📝 update the docs * add build files
Commits on Oct 10, 2017
-
Fixed IE 9 dataset issue (ApoorvSaxena#54)✨ ✨ Fixed IE 9 dataset issue * Removed package-lock * Removed timeout intended for testing
Commits on Sep 24, 2017
-
-
added background image support (ApoorvSaxena#39)✨ *
✨ added support for background images -
Commits on Sep 23, 2017
-
Responsive image support + Misc (ApoorvSaxena#35)
* added support for responsive images * replaced images with progressive JPEGs * fixed lint issues
Commits on Sep 22, 2017
-
-
setup test case infra with basic test cases (ApoorvSaxena#20)
*
🎉 setup test case infra with basic test cases *✨ added test cases when image shouldn't load *✨ added test cases when different selector is used *💚 fixed CI build *💚 fixed test cases and CI build
Commits on Sep 19, 2017
-
-
Use regular for loops for speed and size (ApoorvSaxena#32)
* Use regular for loops for speed and size * Code correction * Use continue instead of nested if + else