Skip to content

Releases: Flyer53/jsPanel3

jsPanel version 3.1.1

25 Jul 09:31

Choose a tag to compare

Bugfix: Controls did not work properly on some mobile browsers.

release of jsPanel version 3.1.0

13 Jul 08:07

Choose a tag to compare

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

25 Jun 10:42

Choose a tag to compare

  • 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

12 Jun 13:30

Choose a tag to compare

3.0.0 final release

initial release of the final jsPanel version 3.0.0

update to version 3.0.0-rc2.4

07 Jun 12:21

Choose a tag to compare

bugfix in option.contentAjax

update to version 3.0.0-rc2.3

05 Jun 14:52

Choose a tag to compare

  • removed code as described in rc1.28
  • bugfix for IE11

update to version 3.0.0-rc1.28

02 Jun 20:50

Choose a tag to compare

  • 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

31 May 13:54

Choose a tag to compare

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

30 May 14:54

Choose a tag to compare

  • global closeOnEscape implemented
  • getTopmostPanel() improved
  • minor bugfixes

update to version 3.0.0-rc1.20

29 May 16:57

Choose a tag to compare

  • modified method .contentResize() to support option.border
  • bugfix in jsPanel.closeTooltips()
  • panels are not fronted anymore before being closed or minimized