jquery-match-height v0.6.0 Release Notes

Release Date: 2015-03-31 // about 9 years ago
  • 🚀 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)