From 4b8f8e421fdb363a6a547de7433f4f4c450e7fda Mon Sep 17 00:00:00 2001 From: liabru Date: Tue, 10 Jun 2014 22:26:18 +0100 Subject: [PATCH] release 0.5.2 --- CHANGELOG.md | 11 +++++++---- README.md | 2 +- bower.json | 2 +- jquery.matchHeight-min.js | 2 +- jquery.matchHeight.js | 2 +- matchHeight.jquery.json | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64240a6..e86f5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,20 @@ ---------- -## 0.5.1 +## 0.5.2 - improved demo +- added matchHeight('remove') +- added update throttling +- removed forced `display:block` after application + +## 0.5.1 + - fixed IE8 NaN bug when parsing 'auto' properties - fixed IE8 window resize event loop bug - fixed compatibility with older jQuery versions -- added matchHeight('remove') - added bower package file - added jquery package file -- added update throttling -- removed forced `display:block` after application ## 0.5.0 - 2014-03-02 diff --git a/README.md b/README.md index ab393dd..342660e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ See the [jquery.matchHeight.js demo](http://brm.io/jquery-match-height-demo). ### Status -Current version is `v0.5.1`. I've fully tested it and it works well, but if you use it make sure you test fully too. +Current version is `v0.5.2`. I've fully tested it and it works well, but if you use it make sure you test fully too. Please report any [issues](https://github.com/liabru/jquery-match-height/issues) you find. ### Install diff --git a/bower.json b/bower.json index 02a6e57..e5d6cb4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "matchHeight", - "version": "0.5.1", + "version": "0.5.2", "homepage": "https://github.com/liabru/jquery-match-height", "authors": [ "Liam Brummitt (http://brm.io/)" diff --git a/jquery.matchHeight-min.js b/jquery.matchHeight-min.js index 764a3c6..eb5e073 100644 --- a/jquery.matchHeight-min.js +++ b/jquery.matchHeight-min.js @@ -1,5 +1,5 @@ /** -* jquery.matchHeight-min.js v0.5.1 +* jquery.matchHeight-min.js v0.5.2 * http://brm.io/jquery-match-height/ * License: MIT */ diff --git a/jquery.matchHeight.js b/jquery.matchHeight.js index d776a9a..5005c78 100644 --- a/jquery.matchHeight.js +++ b/jquery.matchHeight.js @@ -1,5 +1,5 @@ /** -* jquery.matchHeight.js v0.5.1 +* jquery.matchHeight.js v0.5.2 * http://brm.io/jquery-match-height/ * License: MIT */ diff --git a/matchHeight.jquery.json b/matchHeight.jquery.json index 107c3f9..0626cb4 100644 --- a/matchHeight.jquery.json +++ b/matchHeight.jquery.json @@ -10,7 +10,7 @@ "equalize", "columns" ], - "version": "0.5.1", + "version": "0.5.2", "author": { "name": "liabru", "url": "http://brm.io"