Skip to content

Releases: Flyer53/jsPanel

jsPanel version 2.6.3

14 Sep 13:35
Compare
Choose a tag to compare

This is only an update of the readme.md I wanted to show on npm asw well.
Otherwise this version is exactly the same as 2.6.2

jsPanel version 2.6.2

19 Mar 10:42
Compare
Choose a tag to compare

fixes an issue in jsPanel.exportPanels() when exporting minimized jsPanels.

jsPanel version 2.6.1

23 Jan 14:49
Compare
Choose a tag to compare

includes a bugfix when usin option.position left/top with the value 0

jsPanel version 2.6.0

04 Dec 14:39
Compare
Choose a tag to compare

This version adds a few options to assign before/after callbacks for jsPanel.close/maximize/minimize/normalize actions.

jsPanel version 2.5.5

08 Oct 14:05
Compare
Choose a tag to compare

This version fixex a bug in option.ajax causing unnecessary get requests whenever a jsPanel is created

jsPanel version 2.5.4

28 Sep 12:18
Compare
Choose a tag to compare

fixes a bug with option.position when using { top: 'auto', left: 'auto' }

jsPanel version 2.5.3

21 Jul 15:45
Compare
Choose a tag to compare
v2.5.3

version 2.5.3 release

jsPanel version 2.5.2

13 May 21:02
Compare
Choose a tag to compare

fixes positioning issue with IE

jsPanel version 2.5.1

12 May 06:53
Compare
Choose a tag to compare
  • correction of a minor css issue with footer toolbars
  • draggable cursor removed from footer toolbar when option.draggable: "disabled"
  • option.toolbarFooter modified

jsPanel version 2.5.0

04 May 12:29
Compare
Choose a tag to compare

New option.controls.confirmClose. If set to a text value this text will be used for a window.confirm() and panel will only be closed if true is returned (only for close button of panel)