Skip to content

Commit 11b7fae

Browse files
committed
jsPanel-bootstrap 1.2.0 release
with new option.tooltip
1 parent fa0d007 commit 11b7fae

File tree

7 files changed

+321
-39
lines changed

7 files changed

+321
-39
lines changed

CHANGELOG.md

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

33
---
44

5+
### Version 1.2.0 ###
6+
7+
+ 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.
8+
9+
+ **jsPanel.css** integrates some css rules that provide the possibility to generate text only tooltips using only css3
10+
11+
See the [API](http://jspanel.de/bootstrap/api.html) for more details
12+
13+
---
14+
515
### Version 1.1.1 ###
616

717
+ changed **option.toolbarFooter**: footer will be removed when not used instead of display:none

README.md

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

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

5-
**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.
5+
---
66

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

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

@@ -33,3 +33,4 @@ Copyright © 2014 Stefan Sträßer | [stefanstraesser.eu](http://stefanstrae
3333
| title | | | |
3434
| toolbarHeader | | | |
3535
| toolbarFooter | | | |
36+
| tooltip | | | |

jsPanel-bootstrap.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsPanel-bootstrap",
33
"title": "jQuery jsPanel for bootstrap",
4-
"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.",
4+
"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.",
55
"keywords": [
66
"jsPanel",
77
"panel",
@@ -12,7 +12,7 @@
1212
"window",
1313
"bootstrap"
1414
],
15-
"version": "1.1.1",
15+
"version": "1.2.0",
1616
"author": {
1717
"name": "Stefan Straesser",
1818
"url": "http://stefanstraesser.eu/",

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

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

0 commit comments

Comments
 (0)