summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #245 from npmcdn-to-unpkg-bot/npmcdn-to-unpkgHEADorigin/masterorigin/HEADmasterDavid DeSandro2016-09-011-4/+4
|\ | | | | Replace npmcdn.com with unpkg.com
| * Replace npmcdn.com with unpkg.comnpmcdn-to-unpkg-bot2016-08-311-4/+4
|/
* ⬆️ ev-emitter v1.0.3; 👷 build v4.1.1;v4.1.1David DeSandro2016-08-284-11/+11
| | | Fixes #243
* 📝 typo require('imagesLoaded'). Fixes #240David DeSandro2016-07-061-2/+2
|
* 📝 download JS from npmcdnDavid DeSandro2016-04-151-2/+2
|
* 📦 composer component typeDavid DeSandro2016-02-181-1/+1
| | | Fixes #225
* 📦 bower ignore composer.jsonDavid DeSandro2016-02-181-0/+1
|
* 📦 revise description, homepageDavid DeSandro2016-02-182-3/+3
|
* 📝 jQuery typoDavid DeSandro2016-02-181-1/+1
|
* Merge branch 'master' of github.com:desandro/imagesloadedDavid DeSandro2016-02-181-0/+15
|\
| * Merge pull request #224 from killua99/composer-supportDavid DeSandro2016-02-181-0/+15
| |\ | | | | | | 📦 Add support for composer
| | * Add support for composerLuigi Guevara2016-02-181-0/+15
| |/
* | 📝 webpack hack no longer necessaryDavid DeSandro2016-01-201-19/+2
|/ | | | | ev-emitter is same package in npm and bower Ref webpack/webpack#883
* ↔️ switch out EventEmitter for ev-emitterv4.1.0David DeSandro2016-01-1510-522/+154
| | | | | ⬆️ build v4.1.0 use npmcdn for CDN
* Merge pull request #218 from mark-buer/background-unbind-fixDavid DeSandro2016-01-121-2/+2
|\ | | | | 🐞 fixes background unbind
| * fixes background unbindMark Buer2016-01-131-2/+2
|/
* add eventemitter to Webpack test; ref #213David DeSandro2016-01-061-1/+1
|
* ignore build/ and _site/v4.0.0David DeSandro2015-12-281-1/+2
|
* Build v4.0.0David DeSandro2015-12-286-811/+723
|
* README browser support and ContributorsDavid DeSandro2015-12-271-4/+2
| | | | v3 for ie8
* remove eventie.jsDavid DeSandro2015-12-243-3/+0
|
* use forEachDavid DeSandro2015-12-241-7/+3
|
* use isArray, Object.create, bind( this )David DeSandro2015-12-241-18/+7
|
* scooch back a tabDavid DeSandro2015-12-241-269/+269
|
* remove eventieDavid DeSandro2015-12-243-25/+20
|
* whitespace tweaksDavid DeSandro2015-12-041-2/+2
|
* Merge pull request #214 from adam-h/patch-1David DeSandro2015-12-041-0/+4
|\ | | | | fix for getComputedStyle returning null for hidden iframes in Firefox
| * Update imagesloaded.jsAdam Heath2015-12-041-0/+4
|/ | | Add fix for `getComputedStyle` returning `null` for hidden iframes
* fix jquery src; Fixes #205David DeSandro2015-11-301-1/+1
|
* typo "this is hack is"David DeSandro2015-11-171-1/+1
|
* background demosDavid DeSandro2015-10-292-0/+8
|
* Merge pull request #210 from koenpunt/patch-1David DeSandro2015-10-291-2/+2
|\ | | | | Allow use of filenames which contain quotes
| * Allow use of filenames which contain quotesKoen Punt2015-10-291-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.0David DeSandro2015-10-285-123/+189
|
* fix lingering gulp bugsDavid DeSandro2015-10-281-5/+3
|
* README specify js code blocksDavid DeSandro2015-10-281-2/+2
|
* add cheerioDavid DeSandro2015-10-281-0/+1
|
* remove Grunt; update npm packagesDavid DeSandro2015-10-282-64/+2
|
* Add contributing.mdDavid DeSandro2015-10-281-0/+16
|
* switch from Grunt to gulpDavid DeSandro2015-10-282-6/+185
|
* move unit test .js into test/unitDavid DeSandro2015-10-2812-11/+11
|
* revise READMEDavid DeSandro2015-10-281-59/+184
| | | | | | | + jQuery first + add Webpack + add background + spot for sponsored
* add child and <img> w/ background testDavid DeSandro2015-10-283-8/+39
|
* check for multiple BG support for IE8David DeSandro2015-10-281-4/+14
|
* use .exec instead of .matches for bg URLsDavid DeSandro2015-10-281-11/+6
|
* Add background testDavid DeSandro2015-10-286-8/+101
| | | | + move tests to tests.css for changing up bg image url paths + disable debug: true
* use assert.async() in testsDavid DeSandro2015-10-2811-172/+101
|
* fix setTimeout bug triggering events multiple timesDavid DeSandro2015-10-281-14/+13
|
* tidy up bower.json, package.jsonDavid DeSandro2015-10-282-8/+19
|
* typos and commentsDavid DeSandro2015-10-272-10/+8
|
* get child background imagesDavid DeSandro2015-10-271-0/+9
|
* first pass at background image support. Ref #29origin/bgDavid DeSandro2015-10-273-28/+179
|
* fix bug if imagesLoaded( elem, option, fn) with no `new`David DeSandro2015-10-271-1/+1
|
* add addElementImagesDavid DeSandro2015-10-271-16/+29
|
* remove len micro-optimizationDavid DeSandro2015-10-271-3/+3
|
* fix umd for exports; Fixes #137origin/no-cacheDavid DeSandro2015-10-271-1/+1
|
* add makeJQueryPlugin for each making of jQuery PluginDavid DeSandro2015-10-272-17/+53
| | | ref #180
* === -> ==David DeSandro2015-10-271-13/+12
|
* bind load & error to img; for Firefox fix #191David DeSandro2015-10-271-10/+14
|
* Merge branch 'master' into no-cacheDavid DeSandro2015-10-2710-79/+254
|\ | | | | | | | | | | | | Conflicts: README.md imagesloaded.pkgd.min.js test/append.js
| * add sandboxDavid DeSandro2015-10-272-0/+201
| |
| * use lorempixel instead of placekittenDavid DeSandro2015-10-271-1/+1
| |
| * add license to bower.jsonDavid DeSandro2015-08-091-4/+18
| | | | | | Fixes #200; Ref webjars/qtip2#1
| * add Browserify to READMEDavid DeSandro2014-11-181-0/+14
| |
| * remove jquery plugin jquery.json; add npm keywordsDavid DeSandro2014-11-132-38/+3
| |
| * Merge pull request #157 from vaibhavsagar/patch-1David DeSandro2014-07-291-1/+1
| |\ | | | | | | Update imagesloaded version to 3.1.8
| | * Update imagesloaded version to 3.1.8Vaibhav Sagar2014-07-301-1/+1
| |/
| * install via npmDavid DeSandro2014-06-141-10/+2
| |
| * require wolfie87-eventemitter for browserifyv3.1.8David DeSandro2014-06-147-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/masterDavid DeSandro2014-06-141-0/+4
| |\ | | | | | | Also add dependencies to package.json
| | * Also add dependencies to package.jsonPeter Bex2014-06-131-0/+4
| |/
| * this -> window; tick version v3.1.7 Fixes #148v3.1.7David DeSandro2014-05-247-11/+11
| |
* | add browser support. Fixes #194 #168David DeSandro2015-06-101-0/+7
| |
* | remove Resource classDavid DeSandro2015-06-032-43/+21
| |
* | remove internal cache, check each imageDavid DeSandro2014-05-073-35/+3
|/
* refactor nodeType; doc frag testv3.1.6David DeSandro2014-04-228-12/+16
| | | tick version 3.1.6
* Merge branch 'master' of github.com:desandro/imagesloadedDavid DeSandro2014-04-221-1/+1
|\
| * Merge pull request #145 from moimikey/masterDavid DeSandro2014-04-221-1/+1
| |\ | | | | | | additionally test document fragment nodes
| | * additionally test document fragment nodesMichael Scott Hertzberg2014-04-221-1/+1
| |/
* | add test frag; Ref #145David DeSandro2014-04-221-0/+12
|/
* add grunt file to generate pkgd filesv3.1.5David DeSandro2014-04-208-5/+992
| | | | | Fixes #127 tick version v3.1.5
* do not test non-element text nodes; Fixes #143David DeSandro2014-04-203-0/+18
|
* component install typo. Ref #134 & @graoutsDavid DeSandro2014-03-041-1/+1
|
* typo: path to your appDavid DeSandro2014-02-271-1/+1
|
* tick version v3.1.4v3.1.4David DeSandro2014-01-234-4/+4
|
* Merge pull request #125 from timmywil/amdDavid DeSandro2014-01-231-2/+3
|\ | | | | Fix AMD exposure: pass the window to the factory
| * Fix AMD exposure: pass the window the factoryTimmy Willison2014-01-231-2/+3
|/
* component.json try star versions :star:v3.1.3David DeSandro2014-01-232-3/+3
| | | | require eventEmitter, lowercase e
* README - install via ComponentDavid DeSandro2014-01-231-0/+6
|
* add CommonJS definition and component.jsonDavid DeSandro2014-01-234-4/+25
| | | | | | | Ref #119 + add bower ignores + tick version v3.1.3
* use UMDDavid DeSandro2014-01-222-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-1David DeSandro2014-01-221-1/+1
|\ | | | | broken link in readme
| * broken link in readmePaul2014-01-221-1/+1
|/ | | just a typo in the the RequireJS url
* Check for jqDeferred.notifyv3.1.2David DeSandro2014-01-213-4/+4
| | | | Not available in jQuery <1.7 fixes #120
* change url to imagesloaded.desandro.comDavid DeSandro2013-12-262-6/+6
|
* url is imagesloaded.desandro.comDavid DeSandro2013-12-261-1/+1
|
* tick eventie to v1.0.4; Fixes #117v3.1.1David DeSandro2013-12-243-4/+4
|
* add Resource class; :dolphin: separate class to prevent memory leaksv3.1.0David DeSandro2013-12-133-34/+59
| | | | | | Ref #115 tick version
* README: okay to use pkgd.js in RequireJSDavid DeSandro2013-11-231-6/+22
| | | Ref #71
* fix qunit linkDavid DeSandro2013-11-091-2/+2
|