jsPanel v4.14.0
- bugfix in
close()method (callingclose()on an already closed panel caused an error) - updated option
onwindowresize - updated option
onparentresize
So far the two options onwindowresize and onparentresize could be set with either boolean true to start a preset behaviour or with a function to start a custom behaviour on the corresponding resize events. Now you can also set options onwindowresize and onparentresize with an object optionally allowing the use of both the preset behaviour AND an additional custom behaviour.