Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #115 from robeerob/patch-1HEADorigin/masterorigin/HEADmaster | Liam | 2016-04-21 | 1 | -1/+1 |
|\ | | | | | Update README.md with raw downloadable install url | ||||
| * | Update README.md with raw downloadable install url | Robert Axelsen | 2016-04-21 | 1 | -1/+1 |
|/ | | | I tried to download the jquery.matchHeight.js download link by using "save link as...", and I got a .js file with html content. Realized it links to the repo with the file, so I propose to link to the raw file instead. This will make it directly downloadable. | ||||
* | deleted redundant min file (moved to dist) | liabru | 2016-01-04 | 1 | -12/+0 |
| | |||||
* | fix release tasks | liabru | 2016-01-04 | 1 | -1/+5 |
| | |||||
* | release 0.7.00.7.0 | liabru | 2016-01-04 | 5 | -22/+128 |
| | |||||
* | moved builds to dist | liabru | 2016-01-04 | 6 | -6/+381 |
| | |||||
* | faster selenium testing | liabru | 2016-01-04 | 1 | -27/+37 |
| | |||||
* | added release tasks | liabru | 2016-01-04 | 2 | -0/+37 |
| | |||||
* | added test for remove | liabru | 2015-12-25 | 2 | -6/+43 |
| | |||||
* | fix issue maintaining inline styles, closes #95 | liabru | 2015-12-25 | 4 | -11/+51 |
| | |||||
* | improved tasks | liabru | 2015-12-25 | 1 | -37/+44 |
| | |||||
* | ignore linebreak style on lint | liabru | 2015-12-25 | 1 | -5/+1 |
| | |||||
* | fixed local test config for non-windows | liabru | 2015-12-25 | 1 | -9/+15 |
| | |||||
* | fix issues with build script | liabru | 2015-12-25 | 1 | -2/+1 |
| | |||||
* | fixed missing dependencies | liabru | 2015-12-24 | 3 | -7/+20 |
| | |||||
* | add test for _parse on string values with units | liabru | 2015-11-15 | 1 | -0/+2 |
| | |||||
* | change tests to use jquery type checking functions | liabru | 2015-11-14 | 1 | -10/+11 |
| | |||||
* | use a spy for callback tests | liabru | 2015-11-14 | 1 | -19/+12 |
| | |||||
* | added test for property option | liabru | 2015-11-14 | 3 | -2/+48 |
| | |||||
* | Merge pull request #82 from JulienMelissas/patch-1 | Liam | 2015-11-14 | 1 | -1/+1 |
|\ | | | | | Use unminified version in Bower's "main" argument | ||||
| * | Use unminified version in Bower's "main" argument | Julien Melissas | 2015-09-23 | 1 | -1/+1 |
| | | | | | | According to Bower's [JSON spec](https://github.com/bower/bower.json-spec#main), you're not supposed to include minified files in the "main" argument. | ||||
* | | improved readme | liabru | 2015-11-14 | 1 | -37/+55 |
| | | |||||
* | | update master build | liabru | 2015-11-14 | 1 | -1/+7 |
| | | |||||
* | | fix linter issues | liabru | 2015-11-14 | 2 | -3/+5 |
| | | |||||
* | | Make plugin compatible with module loaders | Jon Scott Clark | 2015-11-13 | 2 | -8/+15 |
| | | |||||
* | | added a section on tests to readme | liabru | 2015-11-10 | 1 | -0/+17 |
| | | |||||
* | | update master build | liabru | 2015-11-10 | 1 | -9/+9 |
| | | |||||
* | | add custom version argument to gulp build | liabru | 2015-11-10 | 1 | -6/+9 |
| | | |||||
* | | fix issue with 'display:flex', closes #77 | liabru | 2015-11-10 | 1 | -2/+2 |
| | | |||||
* | | remove ie testing meta tags | liabru | 2015-11-10 | 1 | -3/+0 |
| | | |||||
* | | replace browserstack tunnel with ngrok | liabru | 2015-11-10 | 5 | -41/+52 |
| | | |||||
* | | use gutil.log | liabru | 2015-11-10 | 2 | -9/+11 |
| | | |||||
* | | add lint to all test tasks | liabru | 2015-11-09 | 1 | -3/+3 |
| | | |||||
* | | handle error when test server is already running | liabru | 2015-11-09 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'jorrit-floatingcontents' | liabru | 2015-11-08 | 4 | -3/+47 |
|\ \ | |||||
| * \ | Merge branch 'floatingcontents' of ↵ | liabru | 2015-10-17 | 4 | -3/+47 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/jorrit/jquery-match-height into jorrit-floatingcontents Conflicts: jquery.matchHeight.js | ||||
| | * | | Improve row detection when cells contain floating contents | Jorrit Schippers | 2015-10-15 | 3 | -1/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The row detection mechanism fixes the height of each cell to 100 pixels. Cells that have floating contents can in some conditions remain taller than 100 pixels, causing cells in the same row to be of unequal height. Adding `overflow: hidden` fixes this problem. | ||||
* | | | | added matchHeight.version property | liabru | 2015-11-08 | 3 | -2/+6 |
| | | | | |||||
* | | | | added tests for custom toBeWithinTolerance matcher | liabru | 2015-11-08 | 1 | -0/+9 |
| | | | | |||||
* | | | | improved tests | liabru | 2015-11-08 | 4 | -32/+176 |
| | | | | |||||
* | | | | added changelog task | liabru | 2015-11-08 | 2 | -11/+108 |
| | | | | |||||
* | | | | added cloud selenium, local emulated ie testing, lint task, build task, ↵ | liabru | 2015-11-08 | 11 | -89/+580 |
| | | | | | | | | | | | | | | | | release task, improved tests | ||||
* | | | | add delay to jasmine boot | liabru | 2015-11-08 | 1 | -5/+7 |
| | | | | |||||
* | | | | use local test images | liabru | 2015-11-08 | 5 | -6/+6 |
|/ / / | |||||
* | | | Merge branch 'feature/tests' into develop | liabru | 2015-10-17 | 18 | -405/+4899 |
|\ \ \ | |/ / |/| | | |||||
| * | | run webdriver spec for all breakpoints | liabru | 2015-10-17 | 1 | -4/+15 |
| | | | |||||
| * | | added gulpfile, jasmine test specs, browser test runner, selenium test runner | liabru | 2015-10-17 | 18 | -405/+4888 |
|/ / | |||||
* | | fix bower instructions in readme | liabru | 2015-09-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #81 from afelicioni/patch-1 | Liam | 2015-09-15 | 1 | -1/+1 |
|\ | | | | | Fix package manager registries URLs | ||||
| * | Fix package manager registries URLs | Alessio Felicioni | 2015-09-15 | 1 | -1/+1 |
|/ | |||||
* | add to npm | liabru | 2015-09-11 | 2 | -2/+24 |
| | |||||
* | added libscore | liabru | 2015-06-09 | 1 | -0/+2 |
| | |||||
* | updated min file | liabru | 2015-05-14 | 1 | -3/+3 |
| | |||||
* | fix for display: inline-flex, closes #68 | liabru | 2015-05-14 | 3 | -2/+51 |
| | |||||
* | fix for unitless properties by forcing px, closes #64 | liabru | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | bump jquery package version | liabru | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | release 0.6.00.6.0 | liabru | 2015-03-31 | 3 | -2/+21 |
| | |||||
* | changed master build description | liabru | 2015-03-31 | 2 | -2/+2 |
| | |||||
* | updated min file | liabru | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | avoid call to .is when no target specified | liabru | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | fix typo in target option, closes #63 | liabru | 2015-03-31 | 2 | -7/+7 |
| | |||||
* | updated readme | liabru | 2015-03-29 | 1 | -43/+64 |
| | |||||
* | implemented target option | liabru | 2015-03-29 | 4 | -50/+114 |
| | |||||
* | added local jquery | liabru | 2015-03-29 | 2 | -1/+5 |
| | |||||
* | fix for single item rows, closes #48 | liabru | 2015-01-17 | 2 | -5/+7 |
| | |||||
* | updated min file | liabru | 2015-01-12 | 1 | -6/+6 |
| | |||||
* | preserve inline styles on hidden parents, closes #46 | liabru | 2015-01-12 | 1 | -2/+13 |
| | |||||
* | early out on options parser | liabru | 2015-01-12 | 1 | -4/+2 |
| | |||||
* | removed redundant css setter | liabru | 2015-01-12 | 1 | -3/+1 |
| | |||||
* | added support for options, added property option for min-height | liabru | 2014-12-29 | 5 | -338/+376 |
| | |||||
* | added gitignore | liabru | 2014-12-29 | 1 | -0/+1 |
| | |||||
* | updated readme | liabru | 2014-12-03 | 1 | -1/+5 |
| | |||||
* | refactored plugin definition | liabru | 2014-10-16 | 2 | -33/+32 |
| | |||||
* | added update callback events | liabru | 2014-10-16 | 4 | -9/+43 |
| | |||||
* | updated readme with known limitations | liabru | 2014-09-21 | 1 | -1/+14 |
| | |||||
* | fix row detection on safari (windows) | liabru | 2014-09-20 | 2 | -4/+6 |
| | |||||
* | fix handling of hidden elements by row, closes #28 | liabru | 2014-09-17 | 2 | -13/+13 |
| | |||||
* | updated min file | liabru | 2014-09-16 | 1 | -5/+6 |
| | |||||
* | Merge branch 'nyordanov-master' | liabru | 2014-09-16 | 1 | -17/+18 |
|\ | |||||
| * | fix to preserve inline styles | liabru | 2014-09-16 | 1 | -2/+7 |
| | | |||||
| * | Preserve inline styles when using byRow | Nikolay Yordanov | 2014-09-13 | 1 | -18/+14 |
|/ | |||||
* | fixed throttling issue | liabru | 2014-09-10 | 1 | -9/+19 |
| | |||||
* | skip apply to rows with only one item | liabru | 2014-09-10 | 1 | -0/+4 |
| | |||||
* | reorganised source, closes #27 | liabru | 2014-08-31 | 1 | -58/+82 |
| | |||||
* | Merge branch 'kwoodfriend-patch-1' | liabru | 2014-08-31 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'patch-1' of https://github.com/kwoodfriend/jquery-match-height ↵ | liabru | 2014-08-31 | 1 | -1/+1 |
| |\ |/ / | | | | | into kwoodfriend-patch-1 | ||||
| * | Improve support when concatenated or minified | Kevin Wood-Friend | 2014-08-12 | 1 | -1/+1 |
| | | | | | | Prevents issues when concatenated or minified with other scripts. | ||||
* | | improved readme | liabru | 2014-08-18 | 1 | -29/+42 |
| | | |||||
* | | added maintainScroll functionality, closes #18 | liabru | 2014-08-18 | 2 | -5/+14 |
|/ | |||||
* | updated min file | liabru | 2014-08-10 | 1 | -3/+3 |
| | |||||
* | Merge branch 'stefanozoffoli-patch-1' | liabru | 2014-08-10 | 2 | -4/+4 |
|\ | |||||
| * | updating minified version | Stefano Zoffoli | 2014-08-06 | 1 | -2/+2 |
| | | |||||
| * | Fix usage of data-mh attribute | Stefano Zoffoli | 2014-08-06 | 1 | -2/+2 |
|/ | | | Before this fix, groups were miscalculated when using data-mh attribute instead of the more verbose data-match-height. | ||||
* | fixed support for inline-block | liabru | 2014-08-03 | 4 | -33/+43 |
| | |||||
* | added display property tests | liabru | 2014-07-03 | 2 | -0/+37 |
| | |||||
* | added support for hidden elements, closes #12 | liabru | 2014-06-28 | 5 | -9/+69 |
| | |||||
* | fixed IE8 border reset issue, closes #10 | liabru | 2014-06-12 | 2 | -7/+7 |
| | |||||
* | release 0.5.20.5.2 | liabru | 2014-06-10 | 6 | -9/+12 |
| | |||||
* | updated changelog | liabru | 2014-05-20 | 1 | -0/+2 |
| | |||||
* | added updated throttling | liabru | 2014-05-20 | 3 | -9/+25 |
| |