Releases: Flyer53/jsPanel3
Releases · Flyer53/jsPanel3
jsPanel version 3.1.1
Bugfix: Controls did not work properly on some mobile browsers.
release of jsPanel version 3.1.0
Changes in version 3.1.0 are all about the .resize() method:
- better support of using "auto" for width/height values
- .resize() now optionally accepts a config object with the props:
- width
- height
- minwidth
- maxwidth
- minheight
- maxheight
- callback
- calling .resize() without any argument is the same as calling .resize( config ) where all config parameters are set to their defaults
release of jsPanel version 3.0.1
- method maximize()
- method can now be called even if a panel is already maximized
- better support in IE11 and EDGE
- method close() improved
- option.onmaximized callback removed from method smallify()
- option.onnormalized callback removed from method smallify() and after a resize with mouse
- bugfix for smallified panels that are resized only horizontally
- bugfix for minimized panels in IE11
- new properties of the global jsPanel object
- jsPanel.isIE is true if browser is MS IE11
- jsPanel.isEdge is true if browser is MS EDGE
release of jsPanel version 3.0.0
3.0.0 final release initial release of the final jsPanel version 3.0.0
update to version 3.0.0-rc2.4
bugfix in option.contentAjax
update to version 3.0.0-rc2.3
- removed code as described in rc1.28
- bugfix for IE11
update to version 3.0.0-rc1.28
- numerous internal improvements
- most methods now accept a callback function
- bugfix and improvement in the smallify() method
- added option.onbeforesmallify
- added option.onbeforeunsmallify
- added event jspanelbeforesmallify
- added event jspanelbeforeunsmallify
- minimized panels now get the same iconfont as original if font-awesome or glyphicon is used
- optimized method front()
update to version 3.0.0-rc1.25
This update incorporates some css changes to improve support for jsPanel tooltips that are triggered from inside another jsPanel.
update to version 3.0.0-rc1.24
- global closeOnEscape implemented
- getTopmostPanel() improved
- minor bugfixes
update to version 3.0.0-rc1.20
- modified method .contentResize() to support option.border
- bugfix in jsPanel.closeTooltips()
- panels are not fronted anymore before being closed or minimized