Skip to content

jsPanel v4.9.0

Compare
Choose a tag to compare
@Flyer53 Flyer53 released this 10 Dec 10:30
· 58 commits to master since this release
  • bugfix in option onwindowresize
  • bugfix in dragit.disableOnMaximized
  • bugfix in dragit.snap feature
  • bugfix in option resizeit
  • bugfix in option syncMargins
  • bugfix in and updated layout extension
  • bugfix in method .setHeaderLogo()
  • added jsPanel events: implemented event property panel referring to the panel firing the event
  • added dragit.snap parameter active
  • added almost all option dragit and resizeit parameters are now editable for already existing panels
  • added option maximizedMargin is now editable for existing panels
  • added first implementation of dragit.drop allowing to move a panel from its current parent element to another one
  • added SHIFT modifier key action to the resizeit interaction
  • updated option resizeit modifier key functionality
  • updated options dragit and resizeit: the start, drag/resize and stop callbacks now receive the same
    argument paneldata (instead of args position/size) with css left, top, width and height data
  • improved handling of contentSize:"auto" / panelSize:"auto" when combined with autoclose