All Versions
7
Latest Version
Avg Release Cycle
181 days
Latest Release
2410 days ago
Changelog History
Changelog History
-
v0.7.2 Changes
February 19, 2017 -
v0.7.1 Changes
February 19, 2017- ๐ change $.bind to $.on where supported, closes #120 and #145 (e468ae9), closes #120 #145
- โ deleted redundant min file (moved to dist) (f530833)
- ๐ fix release tasks (1462c36)
- ๐ Merge pull request #115 from robeerob/patch-1 (ab31d58)
- โก๏ธ Update README.md with raw downloadable install url (dcc9ad6)
-
v0.7.0 Changes
January 04, 2016๐ release summary
- โ added build tasks
- โ added selenium unit tests
- โ added lint tests
- โ added
matchHeight.version
property โ added to npm
๐ fixed unitless properties
๐ fixed inline styles being removed
๐ fixed
display: flex
issue๐ fixed
display: inline-flex
issue๐ fixed row detection when items contain floating elements
๐ fixed compatibility for module loaders
๐ฒ commit log
- โ add custom version argument to gulp build (ad8aac5)
- โ add delay to jasmine boot (30824fb)
- โ add lint to all test tasks (6b16f67)
- โ add test for _parse on string values with units (4a64208)
- โ add to npm (0055660)
- โ added a section on tests to readme (e0be682)
- โ added changelog task (5263ab1)
- โ added cloud selenium, local emulated ie testing, lint task, build task, release task, improved tests (06bd876)
- โ added gulpfile, jasmine test specs, browser test runner, selenium test runner (ca926de)
- โ added libscore (03a4317)
- โ added matchHeight.version property (431e4d0)
- โ added release tasks (49cc72f)
- โ added test for property option (7bdada7)
- โ added test for remove (445799d)
- โ added tests for custom toBeWithinTolerance matcher (a89b1c2)
- โฌ๏ธ bump jquery package version (cc9c416)
- ๐ change tests to use jquery type checking functions (6cf52f0)
- โ faster selenium testing (a6b2da3)
- ๐ fix bower instructions in readme (91e50ad)
- ๐ fix for display: inline-flex, closes #68 (e769b9f), closes #68
- ๐ fix for unitless properties by forcing px, closes #64 (d8cc365), closes #64
- ๐ fix issue maintaining inline styles, closes #95 (878ff96), closes #95
- ๐ fix issue with 'display:flex', closes #77 (dc53a49), closes #77
- ๐ fix issues with build script (1195421)
- ๐ fix linter issues (0165e74)
- ๐ Fix package manager registries URLs (036df1b)
- ๐ fixed local test config for non-windows (d67ca25)
- ๐ fixed missing dependencies (c608b80)
- โ handle error when test server is already running (9e6487d)
- ๐ ignore linebreak style on lint (1510b58)
- ๐ Improve row detection when cells contain floating contents (8844acb)
- ๐ improved readme (1cf2c27)
- ๐ improved tasks (61a9ed4)
- ๐ improved tests (b1cadb5)
- ๐ Make plugin compatible with module loaders (b5988c1)
- ๐ Merge branch 'feature/tests' into develop (a7d35dc)
- ๐ Merge branch 'floatingcontents' of https://github.com/jorrit/jquery-match-height into jorrit-floatin (89b74a7)
- ๐ Merge branch 'jorrit-floatingcontents' (dc9716b)
- ๐ Merge pull request #81 from afelicioni/patch-1 (c5566da)
- ๐ Merge pull request #82 from JulienMelissas/patch-1 (63d8ca4)
- โ remove ie testing meta tags (44ed2fe)
- ๐ป replace browserstack tunnel with ngrok (2c67ca0)
- โ run webdriver spec for all breakpoints (3440598)
- โก๏ธ update master build (df2e0c2)
- โก๏ธ update master build (f4b4b98)
- โก๏ธ updated min file (99648ca)
- โ use a spy for callback tests (a72a2cf)
- ๐ฒ use gutil.log (00a91bc)
- โ use local test images (02398d9)
- ๐ Use unminified version in Bower's "main" argument (eedca73)
-
v0.6.0 Changes
March 31, 2015๐ release summary
- โ added options parameter
- โ added
property
option - โ added
target
option - โ added callback events
- โ added maintain scroll
- โ added inline-block support
- โ added hidden elements support
- ๐ improved performance and throttling
๐ improved demo
๐ fixed declaration order issue when using requirejs
๐ fixed issues for people using build concatenation
๐ fixed data api issue with missing data-mh
๐ fixed IE8 border calculation
๐ fixed Safari row detection
๐ fixed inline style preservation
๐ฒ commit log
- ๐ Fix usage of data-mh attribute (816850d)
- ๐ Improve support when concatenated or minified (09c4b1a)
- ๐ Merge branch 'kwoodfriend-patch-1' (dde46f9)
- ๐ Merge branch 'nyordanov-master' (dc77dbe)
- ๐ Merge branch 'patch-1' of https://github.com/kwoodfriend/jquery-match-height into kwoodfriend-patch- (e009c4c)
- ๐ Merge branch 'stefanozoffoli-patch-1' (c0104c4)
- ๐ Preserve inline styles when using byRow (72ba5cf)
- โ added display property tests (5dafa0c)
- โ added gitignore (d76b02c)
- โ added local jquery (9239f4e)
- โ added maintainScroll functionality, closes #18 (ee83317), closes #18
- โ added support for hidden elements, closes #12 (9a8944b), closes #12
- โ added support for options, added property option for min-height (94c9d28)
- โ added update callback events (0b31e21)
- avoid call to .is when no target specified (db9996d)
- ๐ changed master build description (6dcc13d)
- ๐ early out on options parser (b4326d3)
- ๐ fix for single item rows, closes #48 (64b9a54), closes #48
- ๐ fix handling of hidden elements by row, closes #28 (71a5151), closes #28
- ๐ fix row detection on safari (windows) (b52448a)
- ๐ fix to preserve inline styles (e9de702)
- ๐ fix typo in target option, closes #63 (290dfcf), closes #63
- ๐ fixed IE8 border reset issue, closes #10 (246820d), closes #10
- ๐ fixed support for inline-block (b3df801)
- ๐ fixed throttling issue (fdc8f7a)
- implemented target option (a01fb70)
- ๐ improved readme (9ba9529)
- ๐ preserve inline styles on hidden parents, closes #46 (4917d6c), closes #46
- ๐จ refactored plugin definition (467d928)
- ๐ release 0.6.0 (aef80df)
- โ removed redundant css setter (6c7e6ad)
- reorganised source, closes #27 (cae21cd), closes #27
- skip apply to rows with only one item (f72ab91)
- โก๏ธ updated min file (56214a1)
- โก๏ธ updated min file (9aa96f1)
- โก๏ธ updated min file (b6f612a)
- โก๏ธ updated min file (128c363)
- โก๏ธ updated readme (667e516)
- โก๏ธ updated readme (a30551f)
- โก๏ธ updated readme with known limitations (57ee64a)
- โก๏ธ updating minified version (ab3963f)
-
v0.5.2 Changes
June 10, 2014๐ release summary
- ๐ improved demo
- โ added matchHeight('remove')
- โ added update throttling
- โ removed forced
display:block
after application
๐ฒ commit log
-
v0.5.1 Changes
April 15, 2014๐ release summary
- ๐ fixed IE8 NaN bug when parsing 'auto' properties
- ๐ fixed IE8 window resize event loop bug
- ๐ fixed compatibility with older jQuery versions
- โ added bower package file
- โ added jquery package file
๐ฒ commit log
- Making the library compatible with old jQuery versions < 1.7 (4c3f945)
- Making the library compatible with old jQuery versions < 1.7 (7d467aa)
- ๐ Merge pull request #3 from dcorb/master (18a6fa1)
- โ added CHANGELOG (b1ed72d)
- โ added bower package (56c9902)
- โ added minified version (44c4554)
- ๐ fixed IE8 NaN bug when parsing 'auto' properties (702eea6)
- ๐ fixed IE8 window resize event loop bug (22b74da)
- increment version (0cb6082)
- โก๏ธ updated minified build (3873f7d)
- โก๏ธ updated readme (b62297b)
-
v0.5.0 Changes
March 02, 2014