Skip to content

Commit 9595e4e

Browse files
committed
ver. 1.0.1
1 parent 60b354b commit 9595e4e

28 files changed

+111
-94
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,8 @@ Note that any of Lazy Load XT `dist` files may be loaded from CDN, not only `jqu
804804
805805
## Version History
806806
807+
- [**1.0.1**](https://github.com/ressio/lazy-load-xt/tree/1.0.1) (16.02.2014): fix triggering `lazyload` and `lazyerror`
808+
events in `scrset` and `picture` addons
807809
- [**1.0.0**](https://github.com/ressio/lazy-load-xt/tree/1.0.0) (16.01.2014): new `forceLoad` option, `classNojs`
808810
option is removed in flavour of `options.oninit.removeClass`, `lazyloadall` event is renamed to `lazycomplete`,
809811
new `oncomplete` option, fix work with Zepto, fix work in some old mobile browsers, default value for `selector`

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lazyloadxt",
33
"description": "Lazy Load XT is mobile-oriented, fast and extensible jQuery plugin for lazy loading of images, videos and other media with built-in support of jQueryMobile framework. It improves performance of website by loading visible media elements only, and elements below the fold are loaded after page scroll. The plugin has many options, supports callbacks and special lazy events, that allows to have different loading effects (e.g. fade in and spinner effects). Examples of plugin and its addons include ajax, background images, infinite scroll, horizontal scroll, iframe-based widgets (YouTube, Vimeo, Google Maps Engine Lite, Facebook recommend button, Google+ profile), html5 video, responsive images with retina support (srcset and picture polyfills), social widgets (embedded tweet, Twitter share button, Google Plus badge and share button, Facebook like and recommend buttons, Facebook post comments), load all images before print, etc. Tested in IE 6-11, Chrome 1-31, Firefox 1.5-27.0, Safari 3-7, Opera 10.6-18.0, iOS 5-7, Android 2.3-4.4, and WP8. Requires jQuery 1.7+ or Zepto 1.0+.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": ["dist/jquery.lazyloadxt.js", "dist/jquery.lazyloadxt.extra.js"],
66
"authors": ["RESS.io"],
77
"homepage": "http://ressio.github.io/lazy-load-xt",

dist/jquery.lazyloadxt.autoload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.0 2014-01-16
1+
/*! Lazy Load XT v1.0.1 2014-02-17
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.autoload.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.lazyloadxt.bg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.0 2014-01-16
1+
/*! Lazy Load XT v1.0.1 2014-02-17
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.bg.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.lazyloadxt.extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.0 2014-01-16
1+
/*! Lazy Load XT v1.0.1 2014-02-17
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */

dist/jquery.lazyloadxt.extra.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.lazyloadxt.fadein.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lazy Load XT v1.0.0 2014-01-16
1+
/*! Lazy Load XT v1.0.1 2014-02-17
22
* http://ressio.github.io/lazy-load-xt
33
* (C) 2014 RESS.io
44
* Licensed under MIT */
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/* Lazy Load XT 1.0.0 | MIT License */
1+
/* Lazy Load XT 1.0.1 | MIT License */
22

33
.lazy-hidden{opacity:0}.lazy-loaded{-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:1}

0 commit comments

Comments
 (0)