Releases: Flyer53/jsPanel3
Releases · Flyer53/jsPanel3
update to version 3.0.0-rc1.17
modified/improved methods jsPanel.exportPanels() and jsPanel.importPanels()
update to version 3.0.0-rc1.15
- improved event handling
- improved/simplified footer css concerning flex
- improved .setTheme(), should now work in all directions including border
- improved .exportPanels(), now allows to specify a selector in order to limit panels to export
update to version 3.0.0rc1.13
bugfix in the smallify feature when resizing a smallified panel with mouse
update to version 3.0.0rc1.12
- added option.border
- added callback function to method setTheme([theme, callback])
- bugfix causing TypeError ...
update to 3.0.0-rc1.9
Reorganized the code that applies a theme and added the method .setTheme(theme) to switch the theme of an exsisting jsPanel.
var mypanel = $.jsPanel({
theme: "info"
});
mypanel.setTheme("bootstrap-default");update to 3.0.0-rc1.10
slight modification of method setTheme()
jsPanel 3 release candidate 1
v3.0.0-rc1 readme update