Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #245 from npmcdn-to-unpkg-bot/npmcdn-to-unpkgHEADorigin/masterorigin/HEADmaster | David DeSandro | 2016-09-01 | 1 | -4/+4 |
|\ | | | | | Replace npmcdn.com with unpkg.com | ||||
| * | Replace npmcdn.com with unpkg.com | npmcdn-to-unpkg-bot | 2016-08-31 | 1 | -4/+4 |
|/ | |||||
* | ⬆️ ev-emitter v1.0.3; 👷 build v4.1.1;v4.1.1 | David DeSandro | 2016-08-28 | 4 | -11/+11 |
| | | | Fixes #243 | ||||
* | 📝 typo require('imagesLoaded'). Fixes #240 | David DeSandro | 2016-07-06 | 1 | -2/+2 |
| | |||||
* | 📝 download JS from npmcdn | David DeSandro | 2016-04-15 | 1 | -2/+2 |
| | |||||
* | 📦 composer component type | David DeSandro | 2016-02-18 | 1 | -1/+1 |
| | | | Fixes #225 | ||||
* | 📦 bower ignore composer.json | David DeSandro | 2016-02-18 | 1 | -0/+1 |
| | |||||
* | 📦 revise description, homepage | David DeSandro | 2016-02-18 | 2 | -3/+3 |
| | |||||
* | 📝 jQuery typo | David DeSandro | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:desandro/imagesloaded | David DeSandro | 2016-02-18 | 1 | -0/+15 |
|\ | |||||
| * | Merge pull request #224 from killua99/composer-support | David DeSandro | 2016-02-18 | 1 | -0/+15 |
| |\ | | | | | | | 📦 Add support for composer | ||||
| | * | Add support for composer | Luigi Guevara | 2016-02-18 | 1 | -0/+15 |
| |/ | |||||
* | | 📝 webpack hack no longer necessary | David DeSandro | 2016-01-20 | 1 | -19/+2 |
|/ | | | | | ev-emitter is same package in npm and bower Ref webpack/webpack#883 | ||||
* | ↔️ switch out EventEmitter for ev-emitterv4.1.0 | David DeSandro | 2016-01-15 | 10 | -522/+154 |
| | | | | | ⬆️ build v4.1.0 use npmcdn for CDN | ||||
* | Merge pull request #218 from mark-buer/background-unbind-fix | David DeSandro | 2016-01-12 | 1 | -2/+2 |
|\ | | | | | 🐞 fixes background unbind | ||||
| * | fixes background unbind | Mark Buer | 2016-01-13 | 1 | -2/+2 |
|/ | |||||
* | add eventemitter to Webpack test; ref #213 | David DeSandro | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | ignore build/ and _site/v4.0.0 | David DeSandro | 2015-12-28 | 1 | -1/+2 |
| | |||||
* | Build v4.0.0 | David DeSandro | 2015-12-28 | 6 | -811/+723 |
| | |||||
* | README browser support and Contributors | David DeSandro | 2015-12-27 | 1 | -4/+2 |
| | | | | v3 for ie8 | ||||
* | remove eventie.js | David DeSandro | 2015-12-24 | 3 | -3/+0 |
| | |||||
* | use forEach | David DeSandro | 2015-12-24 | 1 | -7/+3 |
| | |||||
* | use isArray, Object.create, bind( this ) | David DeSandro | 2015-12-24 | 1 | -18/+7 |
| | |||||
* | scooch back a tab | David DeSandro | 2015-12-24 | 1 | -269/+269 |
| | |||||
* | remove eventie | David DeSandro | 2015-12-24 | 3 | -25/+20 |
| | |||||
* | whitespace tweaks | David DeSandro | 2015-12-04 | 1 | -2/+2 |
| | |||||
* | Merge pull request #214 from adam-h/patch-1 | David DeSandro | 2015-12-04 | 1 | -0/+4 |
|\ | | | | | fix for getComputedStyle returning null for hidden iframes in Firefox | ||||
| * | Update imagesloaded.js | Adam Heath | 2015-12-04 | 1 | -0/+4 |
|/ | | | Add fix for `getComputedStyle` returning `null` for hidden iframes | ||||
* | fix jquery src; Fixes #205 | David DeSandro | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | typo "this is hack is" | David DeSandro | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | background demos | David DeSandro | 2015-10-29 | 2 | -0/+8 |
| | |||||
* | Merge pull request #210 from koenpunt/patch-1 | David DeSandro | 2015-10-29 | 1 | -2/+2 |
|\ | | | | | Allow use of filenames which contain quotes | ||||
| * | Allow use of filenames which contain quotes | Koen Punt | 2015-10-29 | 1 | -2/+2 |
|/ | | | | If a background image would have been defined as `url("where's this image.png")`, it wouldn't work with the previous regex And by using a backreference the quotes will always match. | ||||
* | build version 3.2.0v3.2.0 | David DeSandro | 2015-10-28 | 5 | -123/+189 |
| | |||||
* | fix lingering gulp bugs | David DeSandro | 2015-10-28 | 1 | -5/+3 |
| | |||||
* | README specify js code blocks | David DeSandro | 2015-10-28 | 1 | -2/+2 |
| | |||||
* | add cheerio | David DeSandro | 2015-10-28 | 1 | -0/+1 |
| | |||||
* | remove Grunt; update npm packages | David DeSandro | 2015-10-28 | 2 | -64/+2 |
| | |||||
* | Add contributing.md | David DeSandro | 2015-10-28 | 1 | -0/+16 |
| | |||||
* | switch from Grunt to gulp | David DeSandro | 2015-10-28 | 2 | -6/+185 |
| | |||||
* | move unit test .js into test/unit | David DeSandro | 2015-10-28 | 12 | -11/+11 |
| | |||||
* | revise README | David DeSandro | 2015-10-28 | 1 | -59/+184 |
| | | | | | | | + jQuery first + add Webpack + add background + spot for sponsored | ||||
* | add child and <img> w/ background test | David DeSandro | 2015-10-28 | 3 | -8/+39 |
| | |||||
* | check for multiple BG support for IE8 | David DeSandro | 2015-10-28 | 1 | -4/+14 |
| | |||||
* | use .exec instead of .matches for bg URLs | David DeSandro | 2015-10-28 | 1 | -11/+6 |
| | |||||
* | Add background test | David DeSandro | 2015-10-28 | 6 | -8/+101 |
| | | | | + move tests to tests.css for changing up bg image url paths + disable debug: true | ||||
* | use assert.async() in tests | David DeSandro | 2015-10-28 | 11 | -172/+101 |
| | |||||
* | fix setTimeout bug triggering events multiple times | David DeSandro | 2015-10-28 | 1 | -14/+13 |
| | |||||
* | tidy up bower.json, package.json | David DeSandro | 2015-10-28 | 2 | -8/+19 |
| | |||||
* | typos and comments | David DeSandro | 2015-10-27 | 2 | -10/+8 |
| | |||||
* | get child background images | David DeSandro | 2015-10-27 | 1 | -0/+9 |
| | |||||
* | first pass at background image support. Ref #29origin/bg | David DeSandro | 2015-10-27 | 3 | -28/+179 |
| | |||||
* | fix bug if imagesLoaded( elem, option, fn) with no `new` | David DeSandro | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | add addElementImages | David DeSandro | 2015-10-27 | 1 | -16/+29 |
| | |||||
* | remove len micro-optimization | David DeSandro | 2015-10-27 | 1 | -3/+3 |
| | |||||
* | fix umd for exports; Fixes #137origin/no-cache | David DeSandro | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | add makeJQueryPlugin for each making of jQuery Plugin | David DeSandro | 2015-10-27 | 2 | -17/+53 |
| | | | ref #180 | ||||
* | === -> == | David DeSandro | 2015-10-27 | 1 | -13/+12 |
| | |||||
* | bind load & error to img; for Firefox fix #191 | David DeSandro | 2015-10-27 | 1 | -10/+14 |
| | |||||
* | Merge branch 'master' into no-cache | David DeSandro | 2015-10-27 | 10 | -79/+254 |
|\ | | | | | | | | | | | | | Conflicts: README.md imagesloaded.pkgd.min.js test/append.js | ||||
| * | add sandbox | David DeSandro | 2015-10-27 | 2 | -0/+201 |
| | | |||||
| * | use lorempixel instead of placekitten | David DeSandro | 2015-10-27 | 1 | -1/+1 |
| | | |||||
| * | add license to bower.json | David DeSandro | 2015-08-09 | 1 | -4/+18 |
| | | | | | | Fixes #200; Ref webjars/qtip2#1 | ||||
| * | add Browserify to README | David DeSandro | 2014-11-18 | 1 | -0/+14 |
| | | |||||
| * | remove jquery plugin jquery.json; add npm keywords | David DeSandro | 2014-11-13 | 2 | -38/+3 |
| | | |||||
| * | Merge pull request #157 from vaibhavsagar/patch-1 | David DeSandro | 2014-07-29 | 1 | -1/+1 |
| |\ | | | | | | | Update imagesloaded version to 3.1.8 | ||||
| | * | Update imagesloaded version to 3.1.8 | Vaibhav Sagar | 2014-07-30 | 1 | -1/+1 |
| |/ | |||||
| * | install via npm | David DeSandro | 2014-06-14 | 1 | -10/+2 |
| | | |||||
| * | require wolfie87-eventemitter for browserifyv3.1.8 | David DeSandro | 2014-06-14 | 7 | -26/+11 |
| | | | | | | | | | | better version for eventie in .jsons remove component.json support, conflicted with browserify tick version v3.1.8 | ||||
| * | Merge pull request #152 from CodeYellowBV/master | David DeSandro | 2014-06-14 | 1 | -0/+4 |
| |\ | | | | | | | Also add dependencies to package.json | ||||
| | * | Also add dependencies to package.json | Peter Bex | 2014-06-13 | 1 | -0/+4 |
| |/ | |||||
| * | this -> window; tick version v3.1.7 Fixes #148v3.1.7 | David DeSandro | 2014-05-24 | 7 | -11/+11 |
| | | |||||
* | | add browser support. Fixes #194 #168 | David DeSandro | 2015-06-10 | 1 | -0/+7 |
| | | |||||
* | | remove Resource class | David DeSandro | 2015-06-03 | 2 | -43/+21 |
| | | |||||
* | | remove internal cache, check each image | David DeSandro | 2014-05-07 | 3 | -35/+3 |
|/ | |||||
* | refactor nodeType; doc frag testv3.1.6 | David DeSandro | 2014-04-22 | 8 | -12/+16 |
| | | | tick version 3.1.6 | ||||
* | Merge branch 'master' of github.com:desandro/imagesloaded | David DeSandro | 2014-04-22 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #145 from moimikey/master | David DeSandro | 2014-04-22 | 1 | -1/+1 |
| |\ | | | | | | | additionally test document fragment nodes | ||||
| | * | additionally test document fragment nodes | Michael Scott Hertzberg | 2014-04-22 | 1 | -1/+1 |
| |/ | |||||
* | | add test frag; Ref #145 | David DeSandro | 2014-04-22 | 1 | -0/+12 |
|/ | |||||
* | add grunt file to generate pkgd filesv3.1.5 | David DeSandro | 2014-04-20 | 8 | -5/+992 |
| | | | | | Fixes #127 tick version v3.1.5 | ||||
* | do not test non-element text nodes; Fixes #143 | David DeSandro | 2014-04-20 | 3 | -0/+18 |
| | |||||
* | component install typo. Ref #134 & @graouts | David DeSandro | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | typo: path to your app | David DeSandro | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | tick version v3.1.4v3.1.4 | David DeSandro | 2014-01-23 | 4 | -4/+4 |
| | |||||
* | Merge pull request #125 from timmywil/amd | David DeSandro | 2014-01-23 | 1 | -2/+3 |
|\ | | | | | Fix AMD exposure: pass the window to the factory | ||||
| * | Fix AMD exposure: pass the window the factory | Timmy Willison | 2014-01-23 | 1 | -2/+3 |
|/ | |||||
* | component.json try star versions :star:v3.1.3 | David DeSandro | 2014-01-23 | 2 | -3/+3 |
| | | | | require eventEmitter, lowercase e | ||||
* | README - install via Component | David DeSandro | 2014-01-23 | 1 | -0/+6 |
| | |||||
* | add CommonJS definition and component.json | David DeSandro | 2014-01-23 | 4 | -4/+25 |
| | | | | | | | Ref #119 + add bower ignores + tick version v3.1.3 | ||||
* | use UMD | David DeSandro | 2014-01-22 | 2 | -25/+35 |
| | | | | | https://github.com/umdjs/umd/blob/master/returnExports.js move module definition to top ref #119 | ||||
* | Merge pull request #123 from cpwinn/patch-1 | David DeSandro | 2014-01-22 | 1 | -1/+1 |
|\ | | | | | broken link in readme | ||||
| * | broken link in readme | Paul | 2014-01-22 | 1 | -1/+1 |
|/ | | | just a typo in the the RequireJS url | ||||
* | Check for jqDeferred.notifyv3.1.2 | David DeSandro | 2014-01-21 | 3 | -4/+4 |
| | | | | Not available in jQuery <1.7 fixes #120 | ||||
* | change url to imagesloaded.desandro.com | David DeSandro | 2013-12-26 | 2 | -6/+6 |
| | |||||
* | url is imagesloaded.desandro.com | David DeSandro | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | tick eventie to v1.0.4; Fixes #117v3.1.1 | David DeSandro | 2013-12-24 | 3 | -4/+4 |
| | |||||
* | add Resource class; :dolphin: separate class to prevent memory leaksv3.1.0 | David DeSandro | 2013-12-13 | 3 | -34/+59 |
| | | | | | | Ref #115 tick version | ||||
* | README: okay to use pkgd.js in RequireJS | David DeSandro | 2013-11-23 | 1 | -6/+22 |
| | | | Ref #71 | ||||
* | fix qunit link | David DeSandro | 2013-11-09 | 1 | -2/+2 |
| |