- fixed some bugs
- add new global method 'updateContentAsync' for async mode.
- add new global method 'setDefaultOptions'
- fixed some bugs.
- add global method 'updateContent'
- add new option: 'selector' for delegate, now the plugin can deal with dynamic created content.
- fix the arrow hidden bug in firefox
- fix the position bug when container's position is 'relative'
- add options to 'WebuiPopovers.show' method
- add 'WebuiPopovers.create','WebuiPopovers.isCreated' methods
- fix the position bug with svg.
- fix the hidden bug in show method when trigger is set to 'manual'.
- fix the position in container bug
- fix and optimize the scroll placement bug
- add rtl direction support
- fix arrow hide bug when placement is set to auto or auto-buttom
- fix the LESS variable collision
- fix the scroll placement bug
- fix the hidden bug on mobile device when trigger is set to 'hover'
- add the loging.gif to the CDN
- add async request method option:async.type,default value is 'GET'.
- optimize the close button, make it more customizable.
- fix the bug which cause the popover hide by click when multi popovers in same page.
- optimize event handling for performance
- optimize code and clean debug info
- 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.
- 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.