master
Commits on Apr 21, 2018
Commits on Apr 15, 2018
Commits on Feb 16, 2018
-
-
-
Include iframe in demo and README (ApoorvSaxena#89)
* Include iframe in demo and README ApoorvSaxena#88 * Reduce example in README
Commits on Feb 15, 2018
-
Add loaded callback (ApoorvSaxena#86)🎉 *
🎉 Add loaded callback *📝 Add documentation *🐛 Fix overwriting of markAsLoaded method `markAsLoaded` is required to run for the `isLoaded` method to be useful. Also added a negative test for when a custom `load` option is passed in. *🚿 Remove commented out code
Commits on Feb 1, 2018
Commits on Jan 23, 2018
-
-
-
* update git ignores * new-build * fix code style * picture demo * README description * README description - custom function definition * fix for IE browser * fix for IE browser. upd * One demo page - `demo/index.html`
Commits on Jan 18, 2018
-
-
Support passing an
Element
orNodeList
(ApoorvSaxena#82)* Support passing of a DOM Element, or NodeList * Test for NodeList * Formatting, verify NodeList length * README updates
Commits on Dec 22, 2017
-
gis.utah.gov is using lozad (ApoorvSaxena#75)📝 we switched our index and /data page from blazy to lozad
Commits on Oct 25, 2017
Commits on Oct 20, 2017
Commits on Oct 15, 2017
-
updated documentation (ApoorvSaxena#66)✨ ✨ updated documentation -
updated README to display size badge (ApoorvSaxena#64)
✨ updated README to display size badge (ApoorvSaxena#64)
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