Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Mar 31, 2015
1 parent 6dcc13d commit aef80df
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See the [jquery.matchHeight.js demo](http:https://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.

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.2",
"version": "0.6.0",
"homepage": "https://github.com/liabru/jquery-match-height",
"authors": [
"Liam Brummitt <[email protected]> (http:https://brm.io/)"
Expand Down

0 comments on commit aef80df

Please sign in to comment.