|
1 |
| -# jquery.matchHeight.js Changelog |
| 1 | +<a name="0.6.0"></a> |
| 2 | +# 0.6.0 (2015-03-31) |
2 | 3 |
|
3 |
| -[brm.io/jquery-match-height](http://brm.io/jquery-match-height/) |
4 |
| - |
5 |
| ----------- |
6 |
| - |
7 |
| -## 0.6.0 |
| 4 | +### release summary |
8 | 5 |
|
9 | 6 | - added options parameter
|
10 | 7 | - added `property` option
|
|
23 | 20 | - fixed Safari row detection
|
24 | 21 | - fixed inline style preservation
|
25 | 22 |
|
26 |
| -## 0.5.2 |
| 23 | +### commit log |
| 24 | + |
| 25 | +* Fix usage of data-mh attribute ([816850d](https://github.com/liabru/jquery-match-height/commit/816850d)) |
| 26 | +* Improve support when concatenated or minified ([09c4b1a](https://github.com/liabru/jquery-match-height/commit/09c4b1a)) |
| 27 | +* Merge branch 'kwoodfriend-patch-1' ([dde46f9](https://github.com/liabru/jquery-match-height/commit/dde46f9)) |
| 28 | +* Merge branch 'nyordanov-master' ([dc77dbe](https://github.com/liabru/jquery-match-height/commit/dc77dbe)) |
| 29 | +* Merge branch 'patch-1' of https://github.com/kwoodfriend/jquery-match-height into kwoodfriend-patch- ([e009c4c](https://github.com/liabru/jquery-match-height/commit/e009c4c)) |
| 30 | +* Merge branch 'stefanozoffoli-patch-1' ([c0104c4](https://github.com/liabru/jquery-match-height/commit/c0104c4)) |
| 31 | +* Preserve inline styles when using byRow ([72ba5cf](https://github.com/liabru/jquery-match-height/commit/72ba5cf)) |
| 32 | +* added display property tests ([5dafa0c](https://github.com/liabru/jquery-match-height/commit/5dafa0c)) |
| 33 | +* added gitignore ([d76b02c](https://github.com/liabru/jquery-match-height/commit/d76b02c)) |
| 34 | +* added local jquery ([9239f4e](https://github.com/liabru/jquery-match-height/commit/9239f4e)) |
| 35 | +* added maintainScroll functionality, closes #18 ([ee83317](https://github.com/liabru/jquery-match-height/commit/ee83317)), closes [#18](https://github.com/liabru/jquery-match-height/issues/18) |
| 36 | +* added support for hidden elements, closes #12 ([9a8944b](https://github.com/liabru/jquery-match-height/commit/9a8944b)), closes [#12](https://github.com/liabru/jquery-match-height/issues/12) |
| 37 | +* added support for options, added property option for min-height ([94c9d28](https://github.com/liabru/jquery-match-height/commit/94c9d28)) |
| 38 | +* added update callback events ([0b31e21](https://github.com/liabru/jquery-match-height/commit/0b31e21)) |
| 39 | +* avoid call to .is when no target specified ([db9996d](https://github.com/liabru/jquery-match-height/commit/db9996d)) |
| 40 | +* changed master build description ([6dcc13d](https://github.com/liabru/jquery-match-height/commit/6dcc13d)) |
| 41 | +* early out on options parser ([b4326d3](https://github.com/liabru/jquery-match-height/commit/b4326d3)) |
| 42 | +* fix for single item rows, closes #48 ([64b9a54](https://github.com/liabru/jquery-match-height/commit/64b9a54)), closes [#48](https://github.com/liabru/jquery-match-height/issues/48) |
| 43 | +* fix handling of hidden elements by row, closes #28 ([71a5151](https://github.com/liabru/jquery-match-height/commit/71a5151)), closes [#28](https://github.com/liabru/jquery-match-height/issues/28) |
| 44 | +* fix row detection on safari (windows) ([b52448a](https://github.com/liabru/jquery-match-height/commit/b52448a)) |
| 45 | +* fix to preserve inline styles ([e9de702](https://github.com/liabru/jquery-match-height/commit/e9de702)) |
| 46 | +* fix typo in target option, closes #63 ([290dfcf](https://github.com/liabru/jquery-match-height/commit/290dfcf)), closes [#63](https://github.com/liabru/jquery-match-height/issues/63) |
| 47 | +* fixed IE8 border reset issue, closes #10 ([246820d](https://github.com/liabru/jquery-match-height/commit/246820d)), closes [#10](https://github.com/liabru/jquery-match-height/issues/10) |
| 48 | +* fixed support for inline-block ([b3df801](https://github.com/liabru/jquery-match-height/commit/b3df801)) |
| 49 | +* fixed throttling issue ([fdc8f7a](https://github.com/liabru/jquery-match-height/commit/fdc8f7a)) |
| 50 | +* implemented target option ([a01fb70](https://github.com/liabru/jquery-match-height/commit/a01fb70)) |
| 51 | +* improved readme ([9ba9529](https://github.com/liabru/jquery-match-height/commit/9ba9529)) |
| 52 | +* preserve inline styles on hidden parents, closes #46 ([4917d6c](https://github.com/liabru/jquery-match-height/commit/4917d6c)), closes [#46](https://github.com/liabru/jquery-match-height/issues/46) |
| 53 | +* refactored plugin definition ([467d928](https://github.com/liabru/jquery-match-height/commit/467d928)) |
| 54 | +* release 0.6.0 ([aef80df](https://github.com/liabru/jquery-match-height/commit/aef80df)) |
| 55 | +* removed redundant css setter ([6c7e6ad](https://github.com/liabru/jquery-match-height/commit/6c7e6ad)) |
| 56 | +* reorganised source, closes #27 ([cae21cd](https://github.com/liabru/jquery-match-height/commit/cae21cd)), closes [#27](https://github.com/liabru/jquery-match-height/issues/27) |
| 57 | +* skip apply to rows with only one item ([f72ab91](https://github.com/liabru/jquery-match-height/commit/f72ab91)) |
| 58 | +* updated min file ([56214a1](https://github.com/liabru/jquery-match-height/commit/56214a1)) |
| 59 | +* updated min file ([9aa96f1](https://github.com/liabru/jquery-match-height/commit/9aa96f1)) |
| 60 | +* updated min file ([b6f612a](https://github.com/liabru/jquery-match-height/commit/b6f612a)) |
| 61 | +* updated min file ([128c363](https://github.com/liabru/jquery-match-height/commit/128c363)) |
| 62 | +* updated readme ([667e516](https://github.com/liabru/jquery-match-height/commit/667e516)) |
| 63 | +* updated readme ([a30551f](https://github.com/liabru/jquery-match-height/commit/a30551f)) |
| 64 | +* updated readme with known limitations ([57ee64a](https://github.com/liabru/jquery-match-height/commit/57ee64a)) |
| 65 | +* updating minified version ([ab3963f](https://github.com/liabru/jquery-match-height/commit/ab3963f)) |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | +<a name="0.5.2"></a> |
| 70 | +## 0.5.2 (2014-06-10) |
| 71 | + |
| 72 | +### release summary |
27 | 73 |
|
28 | 74 | - improved demo
|
29 | 75 | - added matchHeight('remove')
|
30 | 76 | - added update throttling
|
31 | 77 | - removed forced `display:block` after application
|
32 | 78 |
|
33 |
| -## 0.5.1 |
| 79 | +### commit log |
| 80 | + |
| 81 | +* added matchHeight('remove') ([8f5f13f](https://github.com/liabru/jquery-match-height/commit/8f5f13f)) |
| 82 | +* added updated throttling ([6d9a6a7](https://github.com/liabru/jquery-match-height/commit/6d9a6a7)) |
| 83 | +* prettier demo ([f7ea426](https://github.com/liabru/jquery-match-height/commit/f7ea426)) |
| 84 | +* release 0.5.2 ([4b8f8e4](https://github.com/liabru/jquery-match-height/commit/4b8f8e4)) |
| 85 | +* removed forced `display:block` after application ([a3a058c](https://github.com/liabru/jquery-match-height/commit/a3a058c)) |
| 86 | +* updated changelog ([ecee5f9](https://github.com/liabru/jquery-match-height/commit/ecee5f9)) |
| 87 | +* updated readme, changelog, build ([ae0a825](https://github.com/liabru/jquery-match-height/commit/ae0a825)) |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | +<a name="0.5.1"></a> |
| 92 | +## 0.5.1 (2014-04-15) |
| 93 | + |
| 94 | +### release summary |
34 | 95 |
|
35 | 96 | - fixed IE8 NaN bug when parsing 'auto' properties
|
36 | 97 | - fixed IE8 window resize event loop bug
|
37 | 98 | - fixed compatibility with older jQuery versions
|
38 | 99 | - added bower package file
|
39 | 100 | - added jquery package file
|
40 | 101 |
|
41 |
| -## 0.5.0 - 2014-03-02 |
| 102 | +### commit log |
| 103 | + |
| 104 | +* Making the library compatible with old jQuery versions < 1.7 ([4c3f945](https://github.com/liabru/jquery-match-height/commit/4c3f945)) |
| 105 | +* Making the library compatible with old jQuery versions < 1.7 ([7d467aa](https://github.com/liabru/jquery-match-height/commit/7d467aa)) |
| 106 | +* Merge pull request #3 from dcorb/master ([18a6fa1](https://github.com/liabru/jquery-match-height/commit/18a6fa1)) |
| 107 | +* added CHANGELOG ([b1ed72d](https://github.com/liabru/jquery-match-height/commit/b1ed72d)) |
| 108 | +* added bower package ([56c9902](https://github.com/liabru/jquery-match-height/commit/56c9902)) |
| 109 | +* added minified version ([44c4554](https://github.com/liabru/jquery-match-height/commit/44c4554)) |
| 110 | +* fixed IE8 NaN bug when parsing 'auto' properties ([702eea6](https://github.com/liabru/jquery-match-height/commit/702eea6)) |
| 111 | +* fixed IE8 window resize event loop bug ([22b74da](https://github.com/liabru/jquery-match-height/commit/22b74da)) |
| 112 | +* increment version ([0cb6082](https://github.com/liabru/jquery-match-height/commit/0cb6082)) |
| 113 | +* updated minified build ([3873f7d](https://github.com/liabru/jquery-match-height/commit/3873f7d)) |
| 114 | +* updated readme ([b62297b](https://github.com/liabru/jquery-match-height/commit/b62297b)) |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | +<a name="0.5.0"></a> |
| 119 | +# 0.5.0 (2014-03-02) |
| 120 | + |
| 121 | +### release summary |
| 122 | + |
| 123 | +- initial release |
| 124 | + |
| 125 | +### commit log |
| 126 | + |
| 127 | +* added jquery package file ([3fdbeae](https://github.com/liabru/jquery-match-height/commit/3fdbeae)) |
| 128 | +* initial commit ([35b8209](https://github.com/liabru/jquery-match-height/commit/35b8209)) |
| 129 | +* updated readme ([ae41130](https://github.com/liabru/jquery-match-height/commit/ae41130)) |
| 130 | +* updated readme ([6e1b0f8](https://github.com/liabru/jquery-match-height/commit/6e1b0f8)) |
| 131 | + |
| 132 | + |
42 | 133 |
|
43 |
| -- initial release |
|
0 commit comments