Skip to content

Releases: Flyer53/jsPanel4

jsPanel v4.11.1

23 Nov 09:08
Compare
Choose a tag to compare
  • bugfix in maximize() method

jsPanel v4.11.0

20 Nov 13:06
Compare
Choose a tag to compare
  • renamed panel property autocloseProgressbar to progressbar. The old property name remains usable for compatibility.
  • bugfix in option onwindowresize
  • various internal improvements in js and css

See also the changelog of v4.11.0-beta for a list of changes compared with v4.10.2

jsPanel v4.11.0-beta

16 Jun 14:47
Compare
Choose a tag to compare
  • added method jsPanel.strToHtml(str) converting a DOMString to a DocumentFragment.
  • added option opacity
  • bugfix in modal extension concerning the use of onclosed callback.
  • bugfix in autoposition parameter of option position.
  • updated jsPanel.ajax() in order to improve its usability as general purpose AJAX tool.
    This update might require a change in your code if you use jsPanel.ajax() and/or option contentAjax.
  • updated jsPanel.fetch() in order to improve its usability as general purpose Fetch tool.
    This update might require a change in your code if you use jsPanel.fetch() and/or option contentFetch.
  • updated option contentAjax optionally loads only a page fragment.
  • updated CSS for controlbar
  • updated header title is now wrapped in a <div> instead of a <span>
  • updated contextmenu extension due to changes in jsPanel.ajax().
  • updated dock extension internally. Should not affect existing code.
  • disabled the use of the Pointer Events API. So for now only Touch and Mouse events are used by a panels controls and dragit/resizeit interactions.

jsPanel v4.10.2

01 May 08:52
Compare
Choose a tag to compare
  • bugfix in modal extension concerning the use of onclosed callback
  • bugfix in autoposition feature of option position

jsPanel v4.10.1

09 Apr 07:27
Compare
Choose a tag to compare
  • bugfix in autoposition feature of option.position
  • updated datepicker extension (which is still experimental)

jsPanel v4.10.0

10 Mar 09:24
Compare
Choose a tag to compare
  • bugfix in the resizeit functionality, issue #117
  • fixed CSS issue concerning header logo in minimized panel
  • added method jsPanel.toggleClass()
  • added option data
  • updated layout extension
  • updated all jsPanel events (jspanelloaded, jspanelclosed, etc.) are now cancelable

jsPanel v4.9.5

01 Feb 21:38
Compare
Choose a tag to compare
  • bugfix in option resizeit parameter aspectRatio when using modifier keys
  • fixed/improved some minor code issues

jsPanel v4.9.4

16 Jan 09:38
Compare
Choose a tag to compare

Just another fix in package.json
js and css files are the same as in v4.9.2

jsPanel v4.9.3

16 Jan 08:57
Compare
Choose a tag to compare

This release only fixes a missing entry in package.json
js and css files are the same as in v4.9.2

jsPanel v4.9.2

15 Jan 08:31
Compare
Choose a tag to compare
  • updated events jspanelclosed and jspanelcloseduser
  • updated dock extension: master AND slave panels get the same z-index value if either
    panel is fronted. Recoded event handling within the extension.
  • updated panel template to fix an issue with IE11