Skip to content

Commit

Permalink
Version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMB committed Jul 8, 2014
1 parent 34d73a0 commit 12e7def
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.0.4 /2014-07-08
===

- fix bug: iframe reset after minimization
- fix bug: forgot to restore state to normal before minimization
- fix bug: dialog lose focus after restore
- fix bug: invalid dialog position on collapse
- enhancement: added tooltips to title buttons
- update to jquery 1.11.1 and jquery.ui 1.11.0

2.0.3 /2013-11-10
===

Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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)
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)
===
Download
===
Expand All @@ -8,8 +8,8 @@ Download

Compatible
===
- jQuery 1.9.1
- jQueryUI 1.10.2
- jQuery 1.11.1
- jQueryUI 1.11.0

Overview
===
Expand All @@ -24,12 +24,11 @@ Overview

Demo
===
- Test Tool : [http://jsbin.com/ehagoy/154/](http://jsbin.com/ehagoy/154/)
- *Stylesheet of JSBin seems to ruin test tool in IE8. Other browsers are fine.*
- Test Tool : [http://romb.github.io/jquery-dialogextend/example.html](http://romb.github.io/jquery-dialogextend/example.html)

Tested Browsers
===
- Chrome 20
- Chrome 35
- Firefox 14
- IE 8

Expand Down
6 changes: 3 additions & 3 deletions dialogextend.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"collapse",
"extend"
],
"version": "2.0.3",
"version": "2.0.4",
"author": {
"name": "ROMB",
"url": "https://github.com/ROMB"
Expand All @@ -32,7 +32,7 @@
"download": "https://github.com/ROMB/jquery-dialogextend",
"demo": "http://romb.github.io/jquery-dialogextend/exmaple.html",
"dependencies": {
"jquery": "~1.9.1",
"jquery-ui": "~1.10.2"
"jquery": "~1.11.1",
"jquery-ui": "~1.11.0"
}
}
6 changes: 3 additions & 3 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<header>
<h1>jQuery DialogExtend Test Tool</h1>
<ul>
<li><strong>DialogExtend</strong> {version 2.0.3}</li>
<li><strong>jQuery</strong> {version 1.11.0}</li>
<li><strong>jQueryUI</strong> {version 1.11.1}</li>
<li><strong>DialogExtend</strong> {version 2.0.4}</li>
<li><strong>jQuery</strong> {version 1.11.1}</li>
<li><strong>jQueryUI</strong> {version 1.11.0}</li>
</ul>
</header>
<section>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-dialogextend",
"title": "jQuery dialogExtend",
"description": "Maximize and Minimize Buttons for UI Dialog",
"version": "2.0.3",
"version": "2.0.4",
"repository": {
"type": "git",
"url": "git://github.com/ROMB/jquery-dialogextend.git"
Expand Down

0 comments on commit 12e7def

Please sign in to comment.