Skip to content

Commit aef80df

Browse files
committed
release 0.6.0
1 parent 6dcc13d commit aef80df

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

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

7+
## 0.6.0
8+
9+
- added options parameter
10+
- added `property` option
11+
- added `target` option
12+
- added callback events
13+
- added maintain scroll
14+
- added inline-block support
15+
- added hidden elements support
16+
- improved performance and throttling
17+
- improved demo
18+
19+
- fixed declaration order issue when using requirejs
20+
- fixed issues for people using build concatenation
21+
- fixed data api issue with missing data-mh
22+
- fixed IE8 border calculation
23+
- fixed Safari row detection
24+
- fixed inline style preservation
25+
726
## 0.5.2
827

928
- improved demo

README.md

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

3131
### Status
3232

33-
Current version is `v0.5.2`. <br>
33+
Current version is `v0.6.0`. <br>
3434
Use the master build for the latest features. <br>
3535
Please report any [issues](https://github.com/liabru/jquery-match-height/issues) you find.
3636

bower.json

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

0 commit comments

Comments
 (0)