Skip to content

Commit

Permalink
Prepare for 1.8.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Aug 9, 2013
1 parent abfea31 commit 8895af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
VERSION = 1.8.3
VERSION = 1.8.5
SHELL = /bin/sh
DOWNLOAD = /srv/www/www.appelsiini.net/shared/static/download
JSMIN = /home/tuupola/bin/jsmin
Expand Down
1 change: 1 addition & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 35,7 @@ h3. 1.8.5

* Revert "#70":https://github.com/tuupola/jquery_lazyload/issues/70 because it causes more problem than solves. Only proper fix in Webkit browsers is to set width and height either as attributes or in CSS. Without width and height Webkit sees image as size 0x0 and causes jQuery to assume they are not visible. Fixes bugs "#99":https://github.com/tuupola/jquery_lazyload/pull/99, "#98":https://github.com/tuupola/jquery_lazyload/issues/98 and "#88":https://github.com/tuupola/jquery_lazyload/issues/88.
* Fix bug "#118":https://github.com/tuupola/jquery_lazyload/issues/118. Scrollstop event was not compatible with jQuery 1.9.x.
* Fix bug "#120":https://github.com/tuupola/jquery_lazyload/pull/120. Sometimes event.originalEvent was not defined under iOS.

h3. 1.8.4

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "lazyload",
"version": "1.8.4",
"version": "1.8.5",
"title": "Lazy Load",
"author": {
"name": "Mika Tuupola",
Expand Down

0 comments on commit 8895af0

Please sign in to comment.