File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
----------
6
6
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
+
7
26
## 0.5.2
8
27
9
28
- improved demo
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ See the [jquery.matchHeight.js demo](http://brm.io/jquery-match-height-demo).
30
30
31
31
### Status
32
32
33
- Current version is ` v0.5.2 ` . <br >
33
+ Current version is ` v0.6.0 ` . <br >
34
34
Use the master build for the latest features. <br >
35
35
Please report any [ issues] ( https://github.com/liabru/jquery-match-height/issues ) you find.
36
36
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " matchHeight" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"homepage" : " https://github.com/liabru/jquery-match-height" ,
5
5
"authors" : [
6
6
" Liam Brummitt <[email protected] > (http://brm.io/)"
You can’t perform that action at this time.
0 commit comments