Skip to content

Commit b840930

Browse files
committed
released v4.10.1
1 parent aab4f85 commit b840930

31 files changed

+995
-2021
lines changed

CHANGELOG.md

+5
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.10.1 *2020-04-09*</span>
4+
5+
+ **bugfix** in `autoposition` feature of `option.position`
6+
+ **updated** `datepicker` extension (which is still experimental)
7+
38
### <span style='color:#563D7C;'>Version 4.10.0 *2020-03-10*</span>
49

510
+ **bugfix** in the resizeit functionality, issue https://github.com/Flyer53/jsPanel4/issues/117

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![license MIT](https://img.shields.io/badge/license-MIT-blue.svg) [![npm version](https://badge.fury.io/js/jspanel4.svg)](https://badge.fury.io/js/jspanel4) [![npm](https://img.shields.io/npm/dt/express.svg)](https://www.npmjs.com/package/jspanel4) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/jsPanel/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
22

3-
## [jsPanel 4.10.0 released 2020-03-10](#)
3+
## [jsPanel 4.10.1 released 2020-04-09](#)
44

55
<img src="https://res.cloudinary.com/stefanstraesser-eu/image/upload/v1558601426/jsPanel4.7.0-sample-panels-1920_yzobd9.jpg">
66

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspanel4x",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"authors": [
55
"Stefan Straesser <[email protected]> (http://jspanel.de/)"
66
],

dist/extensions/contextmenu/jspanel.contextmenu.js

+1-1
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.10.0
3+
* @version v4.10.1
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - [email protected]

dist/extensions/datepicker/jspanel.datepicker.js

+1-1
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.10.0
3+
* @version v4.10.1
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - [email protected]

dist/extensions/datepicker/jspanel.datepicker.v1.js

-335
This file was deleted.

0 commit comments

Comments
 (0)