Skip to content

Commit 25a5657

Browse files
committed
update version to 1.2.1
1 parent 4630113 commit 25a5657

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
2+
3+
14
# History
25

6+
### 1.2.1
7+
* now option url can be set with jQuery selector (eg: '#myContent') when type equals 'html'.
8+
* fix the bug which cause the popover content lost event handler.
9+
10+
311
### 1.2.0
412
* make the animation avaiable for hidding.
513
* add new trigger:'sticky'.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webui-popover",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"authors": [
55
"sandywalker <sanddywalker@gmail.com>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A enhancement popover plugin for Bootstrap ,but you can use it stand-alone without Bootstrap!",
55
"author": "Sandy Walker",
66
"homepage": "https://github.com/sandywalker/webui-popover",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"license":"MIT",
99
"devDependencies": {
1010
"grunt": "~0.4.1",

webui-popover.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"webui",
99
"pop"
1010
],
11-
"version":"1.2.0",
11+
"version":"1.2.1",
1212
"author": {
1313
"name": "Sandy Duan",
1414
"email": "sanddywalker@gmail.com",

0 commit comments

Comments
 (0)