Skip to content

Commit

Permalink
jsPanel-bootstrap 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyer53 committed May 30, 2014
1 parent 7bbbee6 commit ccee2fe
Show file tree
Hide file tree
Showing 7 changed files with 282 additions and 217 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

---

### Version 1.4.0 ###

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:

+ **New property <code>content</code>** of the jsPanel representing all DOM within the content area of the jsPanel.

+ 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.

+ improved functionality of the events **onjspanelloaded** and **onjspanelclosed** including a bugfix: **onjspanelclosed** was fired twice in certain situations.

+ Some more code is now put in functions for better reusability and to avoid code repetitions.

+ internal improvements in the options: **autoclose, id, modal, rtl, tooltip**

+ internal improvements in the methods: **close(), closeChildpanels(), maximize(), storeData()**

---

### Version 1.3.0 ###

+ **New option.rtl** adds support for RTL text direction on individual jsPanels
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
###NEWS:###

+ 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.
+ **jsPanel version 1.4.0 released**

+ 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.
Version 1.4 incorporates a bunch of changes and improvements. Please see the CHANGELOG.md for details.

---

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

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

| options | methods | events | callback |
| ---------------- | ------------------ | ---------------- | ------------------- |
| ajax | close() | onjspanelclosed | function( jsPanel ) |
| autoclose | closeChildpanels() | onjspanelloaded | |
| content | front() | | |
| options | methods | events | callback | properties |
| ---------------- | ------------------ | ---------------- | ------------------- | ------------- |
| ajax | close() | onjspanelclosed | function( jsPanel ) | content |
| autoclose | closeChildpanels() | onjspanelloaded | | |
| content | front() | | | |
| draggable | maximize() | | |
| header | minimize() | | |
| id | title() | | |
Expand Down
2 changes: 1 addition & 1 deletion jsPanel-bootstrap.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"window",
"bootstrap"
],
"version": "1.3.0",
"version": "1.4.0",
"author": {
"name": "Stefan Straesser",
"url": "http://stefanstraesser.eu/",
Expand Down
31 changes: 0 additions & 31 deletions source/jquery.jspanel.bs-1.3.0.min.js

This file was deleted.

Loading

0 comments on commit ccee2fe

Please sign in to comment.