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
- fix bug: order of titlebar buttons
- fix bug: restore from collapse
2.0.2 /2013-05-01
- published on jquery plugins
2.0.1 / 2013-04-26
- fix bug : wrong restore size
- fix bug : wrong restore position on long and/or wide pages
- fix bug : can’t reopen dialog after closing it minimized
- fix bug : broken style on reopen dialog after closing it collapsed
- many internal fixes
2.0.0 / 2013-04-25
- make plugin be more modular
- now jquery.ui plugin
1.0.2 / 2013-04-24
- make plugin be compatible with jquery 1.9.1 and jquery-ui 1.10.2
1.0.1 / 2012-08-04 / hin
- make plugin be compatible with jquery 1.7.2 and jquery-ui 1.8.22
- new : add option to hide ‘close’ button and control its icon
- new : add function ‘getState’ to retrieve current status of extended dialog
- fix bug : disable resize when dialog is collapsed
- fix bug : make minimized dialog on-top of overlay
- fix bug : use {position:absolute} instead of {position:fixed} on IE6
- fix bug : buttons will not disappear anymore
- fix bug : avoid title overlapping buttons when dialog minimized
- fix bug : no more exception when invoke restore method at normal state
- fix bug : open dialog => min => max => restore => resize => dialog disappear
- ===> restore from min (w/o trigger event) before go to max
- ===> dialog will not disappear anymore
- fix bug : open dialog => max => restore => wrong position (always at upper-left-hand corner)
- ===> restore position after restore dialog size
- ===> dialog appear in correct position now
1.0 / 2010-01-05 / hin
- fix bug of button-pane in ‘minimized’ state
- fix bug of title-bar word-wrap in ‘minimized’ state
- apply as init option for enhancing title-bar feature
- apply as init option for enhancing double-click feature
0.9.2 / 2010-12-16 / hin
- fix bug of not firing event
- apply as init option for defining event-callback
0.9.1 / 2010-11-16 / hin
0.9 / 2010-11-04 / hin