Skip to content

Commit

Permalink
release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jun 10, 2014
1 parent ecee5f9 commit 4b8f8e4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See the [jquery.matchHeight.js demo](http:https://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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http:https://brm.io/)"
Expand Down
2 changes: 1 addition & 1 deletion jquery.matchHeight-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jquery.matchHeight.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jquery.matchHeight.js v0.5.1
* jquery.matchHeight.js v0.5.2
* http:https://brm.io/jquery-match-height/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion matchHeight.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"equalize",
"columns"
],
"version": "0.5.1",
"version": "0.5.2",
"author": {
"name": "liabru",
"url": "http:https://brm.io"
Expand Down

0 comments on commit 4b8f8e4

Please sign in to comment.