Releases: tuupola/lazyload
Releases · tuupola/lazyload
Same as 1.9.6
26 Mar 03:07
Compare
Sorry, something went wrong.
No results found
Accidental bump up of version number. This is same as 1.9.6.
Fix npm support
26 Mar 03:05
Compare
Sorry, something went wrong.
No results found
Point npm main to jquery.lazyload.js instead of Gruntfile.js.
Do not skip invisible by default
21 Apr 17:08
Compare
Sorry, something went wrong.
No results found
Since it is the biggest source of confusion the skip_invisible parameter now defaults to false.
Improved Bower support
27 Jan 09:18
Compare
Sorry, something went wrong.
No results found
Improve support for installing via bower.
Bower support
15 Jan 13:21
Compare
Sorry, something went wrong.
No results found
Add support for installing via bower.
Bugfix release
16 Nov 19:11
Compare
Sorry, something went wrong.
No results found
Fix iOS5 detection for iPhone. Fixes #37 .
Use .attr() instead of .data() because jQuery caches the values. Fixes #37 , #144 and #101 .
Do not add data:uri placeholder for non image elements.