summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #115 from robeerob/patch-1HEADorigin/masterorigin/HEADmasterLiam2016-04-211-1/+1
|\ | | | | Update README.md with raw downloadable install url
| * Update README.md with raw downloadable install urlRobert Axelsen2016-04-211-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)liabru2016-01-041-12/+0
|
* fix release tasksliabru2016-01-041-1/+5
|
* release 0.7.00.7.0liabru2016-01-045-22/+128
|
* moved builds to distliabru2016-01-046-6/+381
|
* faster selenium testingliabru2016-01-041-27/+37
|
* added release tasksliabru2016-01-042-0/+37
|
* added test for removeliabru2015-12-252-6/+43
|
* fix issue maintaining inline styles, closes #95liabru2015-12-254-11/+51
|
* improved tasksliabru2015-12-251-37/+44
|
* ignore linebreak style on lintliabru2015-12-251-5/+1
|
* fixed local test config for non-windowsliabru2015-12-251-9/+15
|
* fix issues with build scriptliabru2015-12-251-2/+1
|
* fixed missing dependenciesliabru2015-12-243-7/+20
|
* add test for _parse on string values with unitsliabru2015-11-151-0/+2
|
* change tests to use jquery type checking functionsliabru2015-11-141-10/+11
|
* use a spy for callback testsliabru2015-11-141-19/+12
|
* added test for property optionliabru2015-11-143-2/+48
|
* Merge pull request #82 from JulienMelissas/patch-1Liam2015-11-141-1/+1
|\ | | | | Use unminified version in Bower's "main" argument
| * Use unminified version in Bower's "main" argumentJulien Melissas2015-09-231-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 readmeliabru2015-11-141-37/+55
| |
* | update master buildliabru2015-11-141-1/+7
| |
* | fix linter issuesliabru2015-11-142-3/+5
| |
* | Make plugin compatible with module loadersJon Scott Clark2015-11-132-8/+15
| |
* | added a section on tests to readmeliabru2015-11-101-0/+17
| |
* | update master buildliabru2015-11-101-9/+9
| |
* | add custom version argument to gulp buildliabru2015-11-101-6/+9
| |
* | fix issue with 'display:flex', closes #77liabru2015-11-101-2/+2
| |
* | remove ie testing meta tagsliabru2015-11-101-3/+0
| |
* | replace browserstack tunnel with ngrokliabru2015-11-105-41/+52
| |
* | use gutil.logliabru2015-11-102-9/+11
| |
* | add lint to all test tasksliabru2015-11-091-3/+3
| |
* | handle error when test server is already runningliabru2015-11-091-0/+6
| |
* | Merge branch 'jorrit-floatingcontents'liabru2015-11-084-3/+47
|\ \
| * \ Merge branch 'floatingcontents' of ↵liabru2015-10-174-3/+47
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/jorrit/jquery-match-height into jorrit-floatingcontents Conflicts: jquery.matchHeight.js
| | * | Improve row detection when cells contain floating contentsJorrit Schippers2015-10-153-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 propertyliabru2015-11-083-2/+6
| | | |
* | | | added tests for custom toBeWithinTolerance matcherliabru2015-11-081-0/+9
| | | |
* | | | improved testsliabru2015-11-084-32/+176
| | | |
* | | | added changelog taskliabru2015-11-082-11/+108
| | | |
* | | | added cloud selenium, local emulated ie testing, lint task, build task, ↵liabru2015-11-0811-89/+580
| | | | | | | | | | | | | | | | release task, improved tests
* | | | add delay to jasmine bootliabru2015-11-081-5/+7
| | | |
* | | | use local test imagesliabru2015-11-085-6/+6
|/ / /
* | | Merge branch 'feature/tests' into developliabru2015-10-1718-405/+4899
|\ \ \ | |/ / |/| |
| * | run webdriver spec for all breakpointsliabru2015-10-171-4/+15
| | |
| * | added gulpfile, jasmine test specs, browser test runner, selenium test runnerliabru2015-10-1718-405/+4888
|/ /
* | fix bower instructions in readmeliabru2015-09-291-1/+1
|/
* Merge pull request #81 from afelicioni/patch-1Liam2015-09-151-1/+1
|\ | | | | Fix package manager registries URLs
| * Fix package manager registries URLsAlessio Felicioni2015-09-151-1/+1
|/
* add to npmliabru2015-09-112-2/+24
|
* added libscoreliabru2015-06-091-0/+2
|
* updated min fileliabru2015-05-141-3/+3
|
* fix for display: inline-flex, closes #68liabru2015-05-143-2/+51
|
* fix for unitless properties by forcing px, closes #64liabru2015-05-141-1/+1
|
* bump jquery package versionliabru2015-03-311-1/+1
|
* release 0.6.00.6.0liabru2015-03-313-2/+21
|
* changed master build descriptionliabru2015-03-312-2/+2
|
* updated min fileliabru2015-03-311-1/+1
|
* avoid call to .is when no target specifiedliabru2015-03-311-1/+1
|
* fix typo in target option, closes #63liabru2015-03-312-7/+7
|
* updated readmeliabru2015-03-291-43/+64
|
* implemented target optionliabru2015-03-294-50/+114
|
* added local jqueryliabru2015-03-292-1/+5
|
* fix for single item rows, closes #48liabru2015-01-172-5/+7
|
* updated min fileliabru2015-01-121-6/+6
|
* preserve inline styles on hidden parents, closes #46liabru2015-01-121-2/+13
|
* early out on options parserliabru2015-01-121-4/+2
|
* removed redundant css setterliabru2015-01-121-3/+1
|
* added support for options, added property option for min-heightliabru2014-12-295-338/+376
|
* added gitignoreliabru2014-12-291-0/+1
|
* updated readmeliabru2014-12-031-1/+5
|
* refactored plugin definitionliabru2014-10-162-33/+32
|
* added update callback eventsliabru2014-10-164-9/+43
|
* updated readme with known limitationsliabru2014-09-211-1/+14
|
* fix row detection on safari (windows)liabru2014-09-202-4/+6
|
* fix handling of hidden elements by row, closes #28liabru2014-09-172-13/+13
|
* updated min fileliabru2014-09-161-5/+6
|
* Merge branch 'nyordanov-master'liabru2014-09-161-17/+18
|\
| * fix to preserve inline stylesliabru2014-09-161-2/+7
| |
| * Preserve inline styles when using byRowNikolay Yordanov2014-09-131-18/+14
|/
* fixed throttling issueliabru2014-09-101-9/+19
|
* skip apply to rows with only one itemliabru2014-09-101-0/+4
|
* reorganised source, closes #27liabru2014-08-311-58/+82
|
* Merge branch 'kwoodfriend-patch-1'liabru2014-08-311-1/+1
|\
| * Merge branch 'patch-1' of https://github.com/kwoodfriend/jquery-match-height ↵liabru2014-08-311-1/+1
| |\ |/ / | | | | into kwoodfriend-patch-1
| * Improve support when concatenated or minifiedKevin Wood-Friend2014-08-121-1/+1
| | | | | | Prevents issues when concatenated or minified with other scripts.
* | improved readmeliabru2014-08-181-29/+42
| |
* | added maintainScroll functionality, closes #18liabru2014-08-182-5/+14
|/
* updated min fileliabru2014-08-101-3/+3
|
* Merge branch 'stefanozoffoli-patch-1'liabru2014-08-102-4/+4
|\
| * updating minified versionStefano Zoffoli2014-08-061-2/+2
| |
| * Fix usage of data-mh attributeStefano Zoffoli2014-08-061-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-blockliabru2014-08-034-33/+43
|
* added display property testsliabru2014-07-032-0/+37
|
* added support for hidden elements, closes #12liabru2014-06-285-9/+69
|
* fixed IE8 border reset issue, closes #10liabru2014-06-122-7/+7
|
* release 0.5.20.5.2liabru2014-06-106-9/+12
|
* updated changelogliabru2014-05-201-0/+2
|
* added updated throttlingliabru2014-05-203-9/+25
|