154 Commits

Author SHA1 Message Date
David DeSandro
182e3e4718 add grunt file to generate pkgd files
Fixes #127
tick version v3.1.5
v3.1.5
2014-04-20 19:02:41 -04:00
David DeSandro
0c0de543c9 do not test non-element text nodes; Fixes #143 2014-04-20 18:48:00 -04:00
David DeSandro
ffd3fcfa3e component install typo. Ref #134 & @graouts 2014-03-04 11:33:06 -05:00
David DeSandro
79e6c521f1 typo: path to your app 2014-02-27 05:42:54 -05:00
David DeSandro
41cd2d2301 tick version v3.1.4 v3.1.4 2014-01-23 21:12:46 -05:00
David DeSandro
24fbc52800 Merge pull request #125 from timmywil/amd
Fix AMD exposure: pass the window to the factory
2014-01-23 18:11:20 -08:00
Timmy Willison
b3d91d776f Fix AMD exposure: pass the window the factory 2014-01-23 15:05:27 -05:00
David DeSandro
527e1d41dc component.json try star versions
require eventEmitter, lowercase e
v3.1.3
2014-01-23 08:12:25 -05:00
David DeSandro
16670d8ffe README - install via Component 2014-01-23 07:04:23 -05:00
David DeSandro
783e77b8b5 add CommonJS definition and component.json
Ref #119

+ add bower ignores
+ tick version v3.1.3
2014-01-23 06:58:45 -05:00
David DeSandro
9234fbee39 use UMD
https://github.com/umdjs/umd/blob/master/returnExports.js
move module definition to top
ref #119
2014-01-22 22:21:25 -05:00
David DeSandro
9674454ed9 Merge pull request #123 from cpwinn/patch-1
broken link in readme
2014-01-22 13:51:45 -08:00
Paul
6ba91eab27 broken link in readme
just a  typo in the the RequireJS url
2014-01-22 12:50:56 -08:00
David DeSandro
321436e59c Check for jqDeferred.notify
Not available in jQuery <1.7
fixes #120
v3.1.2
2014-01-21 07:00:01 -05:00
David DeSandro
132cf3a1fa change url to imagesloaded.desandro.com 2013-12-26 19:31:13 -05:00
David DeSandro
ca24a99345 url is imagesloaded.desandro.com 2013-12-26 19:28:16 -05:00
David DeSandro
1394e3ba9c tick eventie to v1.0.4; Fixes #117 v3.1.1 2013-12-24 15:36:31 -05:00
David DeSandro
718278d242 add Resource class; 🐬 separate class to prevent memory leaks
Ref #115

tick version
v3.1.0
2013-12-13 22:08:28 -05:00
David DeSandro
0501ddd7fc README: okay to use pkgd.js in RequireJS
Ref #71
2013-11-23 12:45:59 -05:00
David DeSandro
6a709f9640 fix qunit link 2013-11-09 18:13:45 -05:00
David DeSandro
bccab964ee specify MIT license in imagesloaded.js; fixes #102 2013-10-16 19:32:54 -04:00
David DeSandro
4f564e901b update requireJS paths in README 2013-07-21 09:10:28 -04:00
David DeSandro
4475aac285 tick version v3.0.4 v3.0.4 2013-07-21 09:07:09 -04:00
David DeSandro
8a734d7c82 requireJS module/module 2013-07-21 09:05:44 -04:00
David DeSandro
8744396578 components -> bower_components 2013-07-21 09:05:15 -04:00
David DeSandro
c6ccc9ce7b wrap complete event in setTimeout
Fixes bug with jQuery not triggering .progress(), part of #83
2013-07-21 09:04:36 -04:00
David DeSandro
d51d89cbda tick version v3.0.3 v3.0.3 2013-07-17 07:50:53 -04:00
Tomas Sardyha
91624191ca Fixed borken 'this' in progress method, closes #84 2013-07-10 11:57:42 +02:00
Tomas Sardyha
462a70f372 Fixed Chrome's premature events for progress callbacks, ref #83 2013-07-08 16:43:53 +02:00
David DeSandro
905d69526b Merge branch 'master' of github.com:desandro/imagesloaded 2013-06-23 10:24:40 -04:00
David DeSandro
0949842695 Merge pull request #79 from alagos/master
Just a typo
2013-06-23 07:24:26 -07:00
David DeSandro
bd116245a9 tick version in bower.json v3.0.2 2013-06-23 09:59:54 -04:00
Alter Lagos
33554a1da3 code typo in readme 2013-06-21 17:43:23 -04:00
David DeSandro
13e56c1db5 complete if no images; Fixes #70 2013-06-12 21:38:45 -04:00
David DeSandro
4e04b00ecc add RequireJS to readme; ref #68 2013-06-10 21:59:22 -04:00
David DeSandro
f89b708485 typeof !== 'undefined' as a string
fixes console bug in IE; tick version
v3.0.1
2013-05-27 16:40:57 -04:00
David DeSandro
3c4fa519d7 jshint - curly: true 2013-05-27 16:40:17 -04:00
David DeSandro
69ad678374 remove beta in version v3.0.0 2013-05-27 10:10:23 -04:00
David DeSandro
85655be76d remove jquery.imagesloaded.js 2013-05-27 10:08:10 -04:00
David DeSandro
3a72a4d41e redo bower.json 2013-05-27 10:07:54 -04:00
David DeSandro
22446d7cfd Merge branch 'v3' into master2
Conflicts:
	bower.json
	jquery.imagesloaded.js
2013-05-27 10:02:48 -04:00
David DeSandro
003ba61dd5 Merge branch 'v3' of github.com:desandro/imagesloaded into v3 2013-05-25 07:33:38 -04:00
David DeSandro
57ae14966e don't use thundercloud, weird permissions 2013-05-24 13:20:52 -04:00
David DeSandro
cddb029c30 add jqDeferred into constructor function 2013-05-23 19:49:27 -04:00
David DeSandro
a63cae27e7 add jQuery plugin manifest file; Ref #49 2013-05-23 07:49:44 -04:00
David DeSandro
69eccd62e3 README - note about callback, remove hanging + 2013-05-23 07:27:23 -04:00
David DeSandro
1201107e96 change them to 600 2013-05-23 07:18:32 -04:00
David DeSandro
d2db48c4ac change thunder cloud permissions 2013-05-23 07:18:21 -04:00
David DeSandro
b8511619da lowercase i, imagesLoaded 2013-05-23 07:17:11 -04:00
David DeSandro
9644a64a84 <!-- demo --> in README 2013-05-23 07:01:42 -04:00