diff options
author | liabru <liabru@brm.io> | 2015-03-31 22:03:59 +0100 |
---|---|---|
committer | liabru <liabru@brm.io> | 2015-03-31 22:03:59 +0100 |
commit | aef80dfb9c31c6bfb530f4c39ec9dead97c92bb4 (patch) | |
tree | 1239fc7c269aa3d019144b16de4d29234b97590b | |
parent | 6dcc13ddccb3e634a772faaa3aa161995e11220a (diff) | |
download | jquery-match-height-aef80dfb9c31c6bfb530f4c39ec9dead97c92bb4.zip jquery-match-height-aef80dfb9c31c6bfb530f4c39ec9dead97c92bb4.tar.gz jquery-match-height-aef80dfb9c31c6bfb530f4c39ec9dead97c92bb4.tar.bz2 |
release 0.6.00.6.0
-rw-r--r-- | CHANGELOG.md | 19 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | bower.json | 2 |
3 files changed, 21 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e86f5de..8f3c185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ ---------- +## 0.6.0 + +- 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 + ## 0.5.2 - improved demo @@ -30,7 +30,7 @@ See the [jquery.matchHeight.js demo](http://brm.io/jquery-match-height-demo). ### Status -Current version is `v0.5.2`. <br> +Current version is `v0.6.0`. <br> Use the master build for the latest features. <br> Please report any [issues](https://github.com/liabru/jquery-match-height/issues) you find. @@ -1,6 +1,6 @@ { "name": "matchHeight", - "version": "0.5.2", + "version": "0.6.0", "homepage": "https://github.com/liabru/jquery-match-height", "authors": [ "Liam Brummitt <liam@brm.io> (http://brm.io/)" |