Skip to content

Releases: sandywalker/webui-popover

1.2.3

18 Nov 07:33
Compare
Choose a tag to compare
  • fix the bug which cause the popover hide by click when multi popovers in same page.
  • optimize event handling for performance

1.2.1

06 Nov 05:47
Compare
Choose a tag to compare
  • 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.

1.2.0

05 Nov 13:56
Compare
Choose a tag to compare
  • make the animation avaiable for hidding.
  • add new trigger:'sticky'.
  • remove the option:constrains, move the value 'horizontal/vertical' to placement.
  • fix the bug which caused the popover can't be closed on mobile device.
  • new way to init popover content, set the content by next element html which has class 'webui-popover'.
  • optimese the calulate position algorithm.
  • update the demo page adapt for mobile device.

1.1.5

22 Jun 13:45
Compare
Choose a tag to compare

1 add backdrop option.
2 add dismissible option.
3 reformat source code by jsbeautify
4 optimize code
5 fix bugs

1.1.4

13 May 15:29
Compare
Choose a tag to compare

Add new trigger option : manual which enabled control the popover by manual!

1.1.2

19 Jan 08:03
Compare
Choose a tag to compare

Add Animation effects

Fixed some bugs

1.1.0

02 Dec 12:51
Compare
Choose a tag to compare
update version to 1.1.0

1.0.9

29 Nov 04:57
Compare
Choose a tag to compare

Add contrains option ,When the placement option is set to auto, contrains can controle the direction of the placement
Fix some bugs!

1.0.8

05 Nov 14:38
Compare
Choose a tag to compare

Enable click on the page elsewhere to hide all popover!

1.0.7

22 Oct 15:34
Compare
Choose a tag to compare

fiexed position bugs when options.type === 'async'

add escape key event handler to close the popover

change loading animation to gif img, the default location is url:(../img/loading.gif) ,the url is relative to css file , if your want to relocate this gif image,just override css like

.webui-popover i.icon-refresh :{background:url(your gif image path) no-repeat;}