Skip to content

Commit 12e7def

Browse files
committed
Version 2.0.4
1 parent 34d73a0 commit 12e7def

File tree

5 files changed

+22
-13
lines changed

5 files changed

+22
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
2.0.3 /2013-11-10
212
===
313

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
===
33
Download
44
===
@@ -8,8 +8,8 @@ Download
88

99
Compatible
1010
===
11-
- jQuery 1.9.1
12-
- jQueryUI 1.10.2
11+
- jQuery 1.11.1
12+
- jQueryUI 1.11.0
1313

1414
Overview
1515
===
@@ -24,12 +24,11 @@ Overview
2424

2525
Demo
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

3029
Tested Browsers
3130
===
32-
- Chrome 20
31+
- Chrome 35
3332
- Firefox 14
3433
- IE 8
3534

dialogextend.jquery.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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"
@@ -32,7 +32,7 @@
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
}

example.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
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>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)