From 7ad027b22ba49834d1f4ce6811ff5fe993850d54 Mon Sep 17 00:00:00 2001 From: sandywalker Date: Wed, 18 Nov 2015 15:29:32 +0800 Subject: [PATCH] fix the hiden bug,update the version to 1.2.3 --- HISTORY.md | 8 +++++ bower.json | 2 +- demo/index-dev.html | 2 +- demo/index.html | 2 +- dist/jquery.webui-popover.css | 2 +- dist/jquery.webui-popover.js | 58 ++++++++++++++++++++++---------- dist/jquery.webui-popover.min.js | 4 +-- package.json | 2 +- src/jquery.webui-popover.js | 56 ++++++++++++++++++++---------- webui-popover.jquery.json | 2 +- 10 files changed, 95 insertions(+), 43 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9eba3db..11630f2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,14 @@ # History +### 1.2.3 +* fix the bug which cause the popover hide by click when multi popovers in same page. +* optimize event handling for performance + +### 1.2.2 +* +* optimize code and clean debug info + ### 1.2.1 * now option url can be set with jQuery selector (eg: '#myContent') when type equals 'html'. * fix the bug which cause the popover content lost event handler. diff --git a/bower.json b/bower.json index 5f2ab0d..585b448 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "webui-popover", - "version": "1.2.2", + "version": "1.2.3", "authors": [ "sandywalker " ], diff --git a/demo/index-dev.html b/demo/index-dev.html index ed31c44..fdbb363 100644 --- a/demo/index-dev.html +++ b/demo/index-dev.html @@ -347,7 +347,7 @@

Input hints

pop with backdrop pop with bs-dropdown -
+