Skip to content

Releases: staaky/voila

1.0.6

09 Nov 17:18
Compare
Choose a tag to compare

Removed duplicate isLoaded.

Added license to imageready.js, makes it easy to copy it into other projects when all you need is
callbacks on a single image.

1.0.5

08 Nov 22:10
Compare
Choose a tag to compare
Removed render option, added natural as new default

After some research I discovered that waiting for onload to fire on a
detached new Image() object doesn't guarantee complete rendering of an
<img> element with the same source. You'll notice this when loading very
large images.

Having an option called `render` that uses this approach but doesn't
guarantee a full render all the time doesn't make sense, so we're
switching to a new option called `natural`, called as soon as
naturalWidth/Height are available. This explains the intent of the
polling method much better. It's enabled as our new default to make
things faster.

1.0.4

08 Nov 20:27
Compare
Choose a tag to compare
ImageReady can now work as a standalone script

1.0.3

01 Nov 03:12
Compare
Choose a tag to compare
fixed pollfallback and globally exposed callback

1.0.2

01 Nov 02:07
Compare
Choose a tag to compare
fix arguments bug

1.0.1

31 Oct 22:26
Compare
Choose a tag to compare
update bower.json

1.0.0

31 Oct 22:19
Compare
Choose a tag to compare
link jQuery