Skip to content

Commit 3696ba4

Browse files
author
Stefan Sträßer
committed
v4.15.0 release
jsPanel v4.15.0 release
1 parent b479593 commit 3696ba4

32 files changed

Lines changed: 1611 additions & 978 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## <span style='color:#563D7C;'>CHANGELOG</span>
22

3+
### <span style='color:#563D7C;'>Version 4.15.0 *2022-05-30*</span>
4+
5+
+ **added** option `css` to add custom css classes to the panel's html template, includes updated css files `jspanel.css`/`jspanel.min.css`
6+
+ some internal code improvements
7+
38
### <span style='color:#563D7C;'>Version 4.14.1 *2022-05-17*</span>
49

510
+ **fix** for maximized panels: on `resizestart` of a maximized panel its status is now reset to `'normalized'`, the _**normalize**_ control is hidden and the _**maximize**_ control is shown again.

Gulpfile.js

Lines changed: 0 additions & 105 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img alt="NPM license" src="https://img.shields.io/npm/l/jspanel4"> <img alt="npm version" src="https://img.shields.io/npm/v/jspanel4?color=0677b8"> <img alt="npm downloads" src="https://img.shields.io/npm/dm/jspanel4?color=0677b8">
22

33

4-
## [jsPanel 4.14.1 released 2022-05-17](#)
4+
## [jsPanel 4.15.0 released 2022-05-30](#)
55

66
> As of v4.11.0-beta methods `jsPanel.ajax()` and `jsPanel.fetch()` are updated. That also affects options `contentAjax` and `contentFetch`. These updates might break existing code. So please check the docs on https://jspanel.de/
77

bower.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

dist/extensions/contextmenu/jspanel.contextmenu.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
22
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
3-
* @version v4.14.1
3+
* @version v4.15.0
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de
7+
* @author of dialog extension: Michael Daumling - michael@terrapinlogo.com
78
* @github https://github.com/Flyer53/jsPanel4.git
89
*/
910

dist/extensions/datepicker/jspanel.datepicker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
22
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
3-
* @version v4.14.1
3+
* @version v4.15.0
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de
7+
* @author of dialog extension: Michael Daumling - michael@terrapinlogo.com
78
* @github https://github.com/Flyer53/jsPanel4.git
89
*/
910

0 commit comments

Comments
 (0)