Skip to content

Releases: Flyer53/jsPanel3

update to version 3.0.0-rc1.17

27 May 17:45

Choose a tag to compare

modified/improved methods jsPanel.exportPanels() and jsPanel.importPanels()

update to version 3.0.0-rc1.15

26 May 09:15

Choose a tag to compare

  • 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

25 May 04:38

Choose a tag to compare

bugfix in the smallify feature when resizing a smallified panel with mouse

update to version 3.0.0rc1.12

24 May 13:46

Choose a tag to compare

  • added option.border
  • added callback function to method setTheme([theme, callback])
  • bugfix causing TypeError ...

update to 3.0.0-rc1.9

21 May 10:21

Choose a tag to compare

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

21 May 14:34

Choose a tag to compare

slight modification of method setTheme()

jsPanel 3 release candidate 1

16 May 13:34

Choose a tag to compare

v3.0.0-rc1

readme update