Releases: sandywalker/webui-popover
Releases · sandywalker/webui-popover
1.2.3
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.
1.2.0
- 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
1 add backdrop option.
2 add dismissible option.
3 reformat source code by jsbeautify
4 optimize code
5 fix bugs
1.1.4
Add new trigger option : manual which enabled control the popover by manual!
1.1.2
Add Animation effects
Fixed some bugs
1.1.0
update version to 1.1.0
1.0.9
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
Enable click on the page elsewhere to hide all popover!
1.0.7
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;}