Skip to content

Commit

Permalink
jsPanel-bootstrap 1.2.0 release
Browse files Browse the repository at this point in the history
with new option.tooltip
  • Loading branch information
Flyer53 committed May 7, 2014
1 parent fa0d007 commit 11b7fae
Show file tree
Hide file tree
Showing 7 changed files with 321 additions and 39 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.2.0 ###

+ new **option.tooltip** implements a basic tooltip functionality. Tooltips can be positioned either top, right, left or bottom of the element the tooltip is applied to and offers almost all options a normal jsPanel has.

+ **jsPanel.css** integrates some css rules that provide the possibility to generate text only tooltips using only css3

See the [API](http://jspanel.de/bootstrap/api.html) for more details

---

### Version 1.1.1 ###

+ changed **option.toolbarFooter**: footer will be removed when not used instead of display:none
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
###NEWS:###

**2014-05-02 jsPanel for bootstrap version 1.1.1 released** - see change log.
+ 2014-05-07 **jsPanel version 1.9.0 released** implementing a basic **tooltip** functionality - see change log.

**2014-04-28 jsPanel for bootstrap version 1.1.0 released** with added **option.header** to allow for a complete removal of the header section of the jsPanel giving the panel a lot more flexibility.
---

jsPanel for bootstrap is basically the same as jsPanel but **optimized for use in a bootstrap environment**. In general this means that jsPanel for bootstrap makes use of native bootstrap components in order to adapt to the used bootstrap theme.
**jsPanel for bootstrap** is basically the same as jsPanel but **optimized for use in a bootstrap environment**. In general this means that jsPanel for bootstrap makes use of native bootstrap components in order to adapt to the used bootstrap theme.

###jsPanel homepage: [http://jspanel.de/bootstrap](http://jspanel.de/bootstrap/)###

Expand Down Expand Up @@ -33,3 +33,4 @@ Copyright © 2014 Stefan Sträßer | [stefanstraesser.eu](http://stefanstrae
| title | | | |
| toolbarHeader | | | |
| toolbarFooter | | | |
| tooltip | | | |
4 changes: 2 additions & 2 deletions jsPanel-bootstrap.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsPanel-bootstrap",
"title": "jQuery jsPanel for bootstrap",
"description": "jQuery plugin to create highly configurable floating panels for use in backend solutions and other web applications. This version of jsPanel is optimized for use in a bootstrap environment.",
"description": "jQuery plugin to create multifunctional highly configurable floating panels for use in backend solutions and other web applications. This version of jsPanel is optimized for use in a bootstrap environment.",
"keywords": [
"jsPanel",
"panel",
Expand All @@ -12,7 +12,7 @@
"window",
"bootstrap"
],
"version": "1.1.1",
"version": "1.2.0",
"author": {
"name": "Stefan Straesser",
"url": "http://stefanstraesser.eu/",
Expand Down
26 changes: 0 additions & 26 deletions source/jquery.jspanel.bs-1.1.1.min.js

This file was deleted.

Loading

0 comments on commit 11b7fae

Please sign in to comment.