File tree Expand file tree Collapse file tree 5 files changed +22
-13
lines changed Expand file tree Collapse file tree 5 files changed +22
-13
lines changed Original file line number Diff line number Diff line change
1
+ 2.0.4 /2014-07-08
2
+ ===
3
+
4
+ - fix bug: iframe reset after minimization
5
+ - fix bug: forgot to restore state to normal before minimization
6
+ - fix bug: dialog lose focus after restore
7
+ - fix bug: invalid dialog position on collapse
8
+ - enhancement: added tooltips to title buttons
9
+ - update to jquery 1.11.1 and jquery.ui 1.11.0
10
+
1
11
2.0.3 /2013-11-10
2
12
===
3
13
Original file line number Diff line number Diff line change 1
- jquery-dialogextend 2.0.3 [ ![ project status] ( http://stillmaintained.com/ROMB/jquery-dialogextend.png )] ( http://stillmaintained.com/ROMB/jquery-dialogextend ) [ ![ Build Status] ( https://travis-ci.org/ROMB/jquery-dialogextend.png?branch=master )] ( https://travis-ci.org/ROMB/jquery-dialogextend )
1
+ jquery-dialogextend 2.0.4 [ ![ project status] ( http://stillmaintained.com/ROMB/jquery-dialogextend.png )] ( http://stillmaintained.com/ROMB/jquery-dialogextend ) [ ![ Build Status] ( https://travis-ci.org/ROMB/jquery-dialogextend.png?branch=master )] ( https://travis-ci.org/ROMB/jquery-dialogextend )
2
2
===
3
3
Download
4
4
===
8
8
9
9
Compatible
10
10
===
11
- - jQuery 1.9 .1
12
- - jQueryUI 1.10.2
11
+ - jQuery 1.11 .1
12
+ - jQueryUI 1.11.0
13
13
14
14
Overview
15
15
===
@@ -24,12 +24,11 @@ Overview
24
24
25
25
Demo
26
26
===
27
- - Test Tool : [ http://jsbin.com/ehagoy/154/ ] ( http://jsbin.com/ehagoy/154/ )
28
- - * Stylesheet of JSBin seems to ruin test tool in IE8. Other browsers are fine.*
27
+ - Test Tool : [ http://romb.github.io/jquery-dialogextend/example.html ] ( http://romb.github.io/jquery-dialogextend/example.html )
29
28
30
29
Tested Browsers
31
30
===
32
- - Chrome 20
31
+ - Chrome 35
33
32
- Firefox 14
34
33
- IE 8
35
34
Original file line number Diff line number Diff line change 9
9
" collapse" ,
10
10
" extend"
11
11
],
12
- "version" : " 2.0.3 " ,
12
+ "version" : " 2.0.4 " ,
13
13
"author" : {
14
14
"name" : " ROMB" ,
15
15
"url" : " https://github.com/ROMB"
32
32
"download" : " https://github.com/ROMB/jquery-dialogextend" ,
33
33
"demo" : " http://romb.github.io/jquery-dialogextend/exmaple.html" ,
34
34
"dependencies" : {
35
- "jquery" : " ~1.9 .1" ,
36
- "jquery-ui" : " ~1.10.2 "
35
+ "jquery" : " ~1.11 .1" ,
36
+ "jquery-ui" : " ~1.11.0 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change 33
33
< header >
34
34
< h1 > jQuery DialogExtend Test Tool</ h1 >
35
35
< ul >
36
- < li > < strong > DialogExtend</ strong > {version 2.0.3 }</ li >
37
- < li > < strong > jQuery</ strong > {version 1.11.0 }</ li >
38
- < li > < strong > jQueryUI</ strong > {version 1.11.1 }</ li >
36
+ < li > < strong > DialogExtend</ strong > {version 2.0.4 }</ li >
37
+ < li > < strong > jQuery</ strong > {version 1.11.1 }</ li >
38
+ < li > < strong > jQueryUI</ strong > {version 1.11.0 }</ li >
39
39
</ ul >
40
40
</ header >
41
41
< section >
Original file line number Diff line number Diff line change 2
2
"name" : " jquery-dialogextend" ,
3
3
"title" : " jQuery dialogExtend" ,
4
4
"description" : " Maximize and Minimize Buttons for UI Dialog" ,
5
- "version" : " 2.0.3 " ,
5
+ "version" : " 2.0.4 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " git://github.com/ROMB/jquery-dialogextend.git"
You can’t perform that action at this time.
0 commit comments