Skip to content

Commit ccee2fe

Browse files
committed
jsPanel-bootstrap 1.4.0 release
1 parent 7bbbee6 commit ccee2fe

File tree

7 files changed

+282
-217
lines changed

7 files changed

+282
-217
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
---
44

5+
### Version 1.4.0 ###
6+
7+
Version 1.4 implements a number of changes and improvements. Most of them are just internal issues. But there are some other changes as well. See details below:
8+
9+
+ **New property <code>content</code>** of the jsPanel representing all DOM within the content area of the jsPanel.
10+
11+
+ For **childpanels** (meaning jsPanels that are appended to the content area of another jsPanel) dragging is limited to the containing element by default. This can be overruled using the draggable configuration object.
12+
13+
+ improved functionality of the events **onjspanelloaded** and **onjspanelclosed** including a bugfix: **onjspanelclosed** was fired twice in certain situations.
14+
15+
+ Some more code is now put in functions for better reusability and to avoid code repetitions.
16+
17+
+ internal improvements in the options: **autoclose, id, modal, rtl, tooltip**
18+
19+
+ internal improvements in the methods: **close(), closeChildpanels(), maximize(), storeData()**
20+
21+
---
22+
523
### Version 1.3.0 ###
624

725
+ **New option.rtl** adds support for RTL text direction on individual jsPanels

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
###NEWS:###
22

3-
+ 2014-05-13 **jsPanel version 1.3.0 released**: Most important change is the new **option.rtl** that adds support for RTL text direction on individual jsPanels.
3+
+ **jsPanel version 1.4.0 released**
44

5-
+ Further changes in 1.3.0 are a bugfix in **option.modal** when a modal jsPanel is appended directly to the <code>body</code> element and overall improvements in the code base.
5+
Version 1.4 incorporates a bunch of changes and improvements. Please see the CHANGELOG.md for details.
66

77
---
88

@@ -16,11 +16,11 @@ Copyright &copy; 2014 Stefan Sträßer | [stefanstraesser.eu](http://stefanstrae
1616

1717
![jsPanel jQuery Plugin](https://github.com/Flyer53/jsPanel-bootstrap/raw/master/jsPanel-bootstrap.jpg)
1818

19-
| options | methods | events | callback |
20-
| ---------------- | ------------------ | ---------------- | ------------------- |
21-
| ajax | close() | onjspanelclosed | function( jsPanel ) |
22-
| autoclose | closeChildpanels() | onjspanelloaded | |
23-
| content | front() | | |
19+
| options | methods | events | callback | properties |
20+
| ---------------- | ------------------ | ---------------- | ------------------- | ------------- |
21+
| ajax | close() | onjspanelclosed | function( jsPanel ) | content |
22+
| autoclose | closeChildpanels() | onjspanelloaded | | |
23+
| content | front() | | | |
2424
| draggable | maximize() | | |
2525
| header | minimize() | | |
2626
| id | title() | | |

jsPanel-bootstrap.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"window",
1313
"bootstrap"
1414
],
15-
"version": "1.3.0",
15+
"version": "1.4.0",
1616
"author": {
1717
"name": "Stefan Straesser",
1818
"url": "http://stefanstraesser.eu/",

source/jquery.jspanel.bs-1.3.0.min.js

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

0 commit comments

Comments
 (0)