Skip to content

Commit 2bae4ac

Browse files
author
Stefan Sträßer
committed
v4.11.2 release
jsPanel v 4.11.2 release
1 parent 30b2fa5 commit 2bae4ac

27 files changed

Lines changed: 292 additions & 297 deletions

CHANGELOG.md

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

3+
### <span style='color:#563D7C;'>Version 4.11.2 *2020-12-09*</span>
4+
5+
+ **bugfix** in the code for the `dragit` interaction reducing memory leaks. [See GitHub issue](https://github.com/Flyer53/jsPanel4/issues/121)
6+
37
### <span style='color:#563D7C;'>Version 4.11.1 *2020-11-23*</span>
48

59
+ **bugfix** in the `maximize()` method

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.11.1 released 2020-11-23](#)
4+
## [jsPanel 4.11.2 released 2020-12-09](#)
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 for this beta release on https://jspanel.de/
77

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspanel4x",
3-
"version": "4.11.1",
3+
"version": "4.11.2",
44
"authors": [
55
"Stefan Straesser <info@jspanel.de> (http://jspanel.de/)"
66
],

dist/extensions/contextmenu/jspanel.contextmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.11.1
3+
* @version v4.11.2
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/datepicker/jspanel.datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.11.1
3+
* @version v4.11.2
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/datepicker/theme/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.11.1
3+
* @version v4.11.2
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/dock/jspanel.dock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.11.1
3+
* @version v4.11.2
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/hint/jspanel.hint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.11.1
3+
* @version v4.11.2
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/layout/jspanel.layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.11.1
3+
* @version v4.11.2
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/modal/jspanel.modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.11.1
3+
* @version v4.11.2
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

0 commit comments

Comments
 (0)