Skip to content

Commit 4b8f8e4

Browse files
committed
release 0.5.2
1 parent ecee5f9 commit 4b8f8e4

6 files changed

+12
-9
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44

55
----------
66

7-
## 0.5.1
7+
## 0.5.2
88

99
- improved demo
10+
- added matchHeight('remove')
11+
- added update throttling
12+
- removed forced `display:block` after application
13+
14+
## 0.5.1
15+
1016
- fixed IE8 NaN bug when parsing 'auto' properties
1117
- fixed IE8 window resize event loop bug
1218
- fixed compatibility with older jQuery versions
13-
- added matchHeight('remove')
1419
- added bower package file
1520
- added jquery package file
16-
- added update throttling
17-
- removed forced `display:block` after application
1821

1922
## 0.5.0 - 2014-03-02
2023

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See the [jquery.matchHeight.js demo](http://brm.io/jquery-match-height-demo).
2626

2727
### Status
2828

29-
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.
29+
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.
3030
Please report any [issues](https://github.com/liabru/jquery-match-height/issues) you find.
3131

3232
### Install

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matchHeight",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"homepage": "https://github.com/liabru/jquery-match-height",
55
"authors": [
66
"Liam Brummitt <[email protected]> (http://brm.io/)"

jquery.matchHeight-min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.matchHeight.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* jquery.matchHeight.js v0.5.1
2+
* jquery.matchHeight.js v0.5.2
33
* http://brm.io/jquery-match-height/
44
* License: MIT
55
*/

matchHeight.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"equalize",
1111
"columns"
1212
],
13-
"version": "0.5.1",
13+
"version": "0.5.2",
1414
"author": {
1515
"name": "liabru",
1616
"url": "http://brm.io"

0 commit comments

Comments
 (0)