Skip to content

Commit

Permalink
ver 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dryabov committed Jan 7, 2014
1 parent e3c2598 commit 4da440d
Show file tree
Hide file tree
Showing 26 changed files with 31 additions and 29 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -802,6 +802,8 @@ Note that any of Lazy Load XT `dist` files may be loaded from CDN, not only `jqu
## Version History
- [**0.8.10**](https://github.com/ressio/lazy-load-xt/tree/0.8.10) (07.01.2014): bugfix "video" addon, remove loading of
`bootstrap.js` in `zepto.htm` demo.
- [**0.8.9**](https://github.com/ressio/lazy-load-xt/tree/0.8.9) (06.01.2014): `checkDuplicates` option, fix srcset
addon, speed up work with jQuery
- [**0.8.8**](https://github.com/ressio/lazy-load-xt/tree/0.8.8) (26.12.2013): Fix sharing $el.lazyLoadXT object,
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "lazyloadxt",
"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+.",
"version": "0.8.9",
"version": "0.8.10",
"main": ["dist/jquery.lazyloadxt.js", "dist/jquery.lazyloadxt.extra.js"],
"authors": ["RESS.io"],
"homepage": "http://ressio.github.io/lazy-load-xt",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.autoload.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.autoload.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.bg.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.bg.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/jquery.lazyloadxt.extra.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down Expand Up @@ -276,7 +276,7 @@
options.videoPoster = 'data-poster';

$(document).on('lazyshow', 'video', function (e, $el) {
var srcAttr = $el.srcAttr,
var srcAttr = $el.lazyLoadXT.srcAttr,
isFuncSrcAttr = $.isFunction(srcAttr);

$el
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.lazyloadxt.extra.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.picture.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.picture.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.print.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.print.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.script.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.simple.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.simple.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.srcset.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.srcset.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/jquery.lazyloadxt.video.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand All @@ -10,7 +10,7 @@
options.videoPoster = 'data-poster';

$(document).on('lazyshow', 'video', function (e, $el) {
var srcAttr = $el.srcAttr,
var srcAttr = $el.lazyLoadXT.srcAttr,
isFuncSrcAttr = $.isFunction(srcAttr);

$el
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.lazyloadxt.video.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.widget.js
@@ -1,4 +1,4 @@
/*! Lazy Load XT v0.8.9 2014-01-06
/*! Lazy Load XT v0.8.10 2014-01-07
* http://ressio.github.io/lazy-load-xt
* (C) 2014 RESS.io
* Licensed under MIT */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lazyloadxt.widget.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lazyloadxt.jquery.json
@@ -1,6 +1,6 @@
{
"name": "lazyloadxt",
"version": "0.8.9",
"version": "0.8.10",
"title": "Lazy Load XT for jQuery",
"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+.",
"homepage": "http://ressio.github.io/lazy-load-xt",
Expand Down

0 comments on commit 4da440d

Please sign in to comment.