All Versions
7
Latest Version
Avg Release Cycle
181 days
Latest Release
2623 days ago

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

    • โž• added matchHeight('remove') (8f5f13f)
    • โž• added updated throttling (6d9a6a7)
    • prettier demo (f7ea426)
    • ๐Ÿš€ release 0.5.2 (4b8f8e4)
    • โœ‚ removed forced display:block after application (a3a058c)
    • โšก๏ธ updated changelog (ecee5f9)
    • โšก๏ธ updated readme, changelog, build (ae0a825)
  • 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

    ๐Ÿš€ release summary

    • ๐ŸŽ‰ initial release

    ๐ŸŒฒ commit log

    • โž• added jquery package file (3fdbeae)
    • ๐ŸŽ‰ initial commit (35b8209)
    • โšก๏ธ updated readme (ae41130)
    • โšก๏ธ updated readme (6e1b0f8)