Socket
Socket
Sign inDemoInstall

jspanel

Package Overview
Dependencies
2
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

2.6.3

Diff

Changelog

Source

Version 2.6.3

This is only an update of the README.md that I wanted to be updated on npm as well.

Otherwise this is exactly the same as version 2.6.2


flyer53
published 2.6.2 •

Changelog

Source

Version 2.6.2

  • fix in jsPanel.exportPanels() when exporting minimized jsPanels

flyer53
published 2.6.1 •

Changelog

Source

Version 2.6.1

  • bugfix in option.position when using the number 0 as value for either left or top

flyer53
published 2.6.0 •

Changelog

Source

Version 2.6.0

  • new option.onbeforeclose takes a function to execute before the jsPanel closes. If function returns false panel will not close.
  • new option.onbeforemaximize takes a function to execute before the jsPanel maximizes. If function returns false panel will not maximize.
  • new option.onbeforeminimize takes a function to execute before the jsPanel minimizes. If function returns false panel will not minimize.
  • new option.onbeforenormalize takes a function to execute before the jsPanel normalizes. If function returns false panel will not normalize.
  • new option.onclosed takes a function to execute after the jsPanel closed.
  • new option.onmaximized takes a function to execute after the jsPanel maximized.
  • new option.onminimized takes a function to execute after the jsPanel minimized.
  • new option.onnormalized takes a function to execute after the jsPanel normalized.

flyer53
published 2.5.5 •

Changelog

Source

Version 2.5.5

  • bugfix option.ajax (causing unnecesary get requests whenever a jsPanel is created)

flyer53
published 2.5.4 •

Changelog

Source

Version 2.5.4

  • bugfix option.position when using { top: 'auto', left: 'auto' }

flyer53
published 2.5.3 •

Changelog

Source

Version 2.5.3

  • toolbars now get the same font-family as the title
  • css/styling for hints changed
  • option.load: inside the complete callback this refers to the content property of the panel
  • option.ajax: inside the callback functions this refers to the content property of the panel
  • option.ajax: new parameter autoload (if set to false returned data is NOT appended to content section by default)
  • option.callback: inside the callback functions this refers to the jsPanel
  • tooltips don't have a drag cursor anymore
  • various internal changes/improvements

flyer53
published 2.5.2 •

Changelog

Source

Version 2.5.2

  • fix of positioning issue with IE

flyer53
published 2.5.1 •

Changelog

Source

Version 2.5.1

  • correction of a minor css issue with footer toolbars
  • draggable cursor removed from footer toolbar when option.draggable is "disabled"
  • option.toolbarFooter modified

flyer53
published 2.5.0 •

Changelog

Source

Version 2.5.0

  • 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)

23Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc