Skip to content

Commit

Permalink
jsPanel-bootstrap 1.3.0 release
Browse files Browse the repository at this point in the history
with added option.rtl to support RTL text direction
  • Loading branch information
Flyer53 committed May 13, 2014
1 parent 3548951 commit 7bbbee6
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 118 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

---

### Version 1.3.0 ###

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

+ **Bugfix in option.modal** when a modal jsPanel is appended directly to the <body> element

+ internal improvements in the code base

---

### Version 1.2.1 ###

Maintanance realease. No changes in the API, just internal code improvements
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
###NEWS:###

+ 2014-05-11 **jsPanel-bootstrap version 1.2.1 released** No changes in the API, just internal code improvements.
+ 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.

+ 2014-05-07 **jsPanel-bootstrap version 1.2.0 released** implementing a basic **tooltip** functionality - see change log.
+ 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.

---

Expand Down Expand Up @@ -30,6 +30,7 @@ Copyright &copy; 2014 Stefan Sträßer | [stefanstraesser.eu](http://stefanstrae
| position | | | |
| resizable | | | |
| restoreTo | | | |
| rtl | | | |
| show | | | |
| size | | | |
| 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.2.1",
"version": "1.3.0",
"author": {
"name": "Stefan Straesser",
"url": "http://stefanstraesser.eu/",
Expand Down
29 changes: 0 additions & 29 deletions source/jquery.jspanel.bs-1.2.1.min.js

This file was deleted.

Loading

0 comments on commit 7bbbee6

Please sign in to comment.