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+
1112.0.3 /2013-11-10
212===
313
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 )
22===
33Download
44===
88
99Compatible
1010===
11- - jQuery 1.9 .1
12- - jQueryUI 1.10.2
11+ - jQuery 1.11 .1
12+ - jQueryUI 1.11.0
1313
1414Overview
1515===
@@ -24,12 +24,11 @@ Overview
2424
2525Demo
2626===
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 )
2928
3029Tested Browsers
3130===
32- - Chrome 20
31+ - Chrome 35
3332- Firefox 14
3433- IE 8
3534
Original file line number Diff line number Diff line change 99 " collapse" ,
1010 " extend"
1111 ],
12- "version" : " 2.0.3 " ,
12+ "version" : " 2.0.4 " ,
1313 "author" : {
1414 "name" : " ROMB" ,
1515 "url" : " https://github.com/ROMB"
3232 "download" : " https://github.com/ROMB/jquery-dialogextend" ,
3333 "demo" : " http://romb.github.io/jquery-dialogextend/exmaple.html" ,
3434 "dependencies" : {
35- "jquery" : " ~1.9 .1" ,
36- "jquery-ui" : " ~1.10.2 "
35+ "jquery" : " ~1.11 .1" ,
36+ "jquery-ui" : " ~1.11.0 "
3737 }
3838}
Original file line number Diff line number Diff line change 3333< header >
3434 < h1 > jQuery DialogExtend Test Tool</ h1 >
3535 < 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 >
3939 </ ul >
4040</ header >
4141< section >
Original file line number Diff line number Diff line change 22 "name" : " jquery-dialogextend" ,
33 "title" : " jQuery dialogExtend" ,
44 "description" : " Maximize and Minimize Buttons for UI Dialog" ,
5- "version" : " 2.0.3 " ,
5+ "version" : " 2.0.4 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " git://github.com/ROMB/jquery-dialogextend.git"
You can’t perform that action at this time.
0 commit comments