Releases: Flyer53/jsPanel4
Releases · Flyer53/jsPanel4
jsPanel v4.11.1
- bugfix in
maximize()method
jsPanel v4.11.0
- renamed panel property
autocloseProgressbartoprogressbar. 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
- added method
jsPanel.strToHtml(str)converting a DOMString to aDocumentFragment. - added option
opacity - bugfix in modal extension concerning the use of
onclosedcallback. - bugfix in
autopositionparameter of optionposition. - 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 usejsPanel.ajax()and/or optioncontentAjax. - 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 usejsPanel.fetch()and/or optioncontentFetch. - updated option
contentAjaxoptionally 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
- bugfix in modal extension concerning the use of
onclosedcallback - bugfix in
autopositionfeature of optionposition
jsPanel v4.10.1
- bugfix in
autopositionfeature ofoption.position - updated
datepickerextension (which is still experimental)
jsPanel v4.10.0
- bugfix in the resizeit functionality, issue #117
- fixed CSS issue concerning header logo in minimized panel
- added method
jsPanel.toggleClass() - added option
data - updated
layoutextension - updated all jsPanel events (
jspanelloaded,jspanelclosed, etc.) are now cancelable
jsPanel v4.9.5
- bugfix in option resizeit parameter
aspectRatiowhen using modifier keys - fixed/improved some minor code issues
jsPanel v4.9.4
Just another fix in package.json
js and css files are the same as in v4.9.2
jsPanel v4.9.3
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
- updated events
jspanelclosedandjspanelcloseduser - updated
dockextension: 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