1.0.2
One important bug-fix and one improvement.
Bug Fix
Popover content (or title) blocks that are active and updating (e.g. a clock ticking) were not updating because of the way the blocks were attached to the tooltip. This now works as it should. See the examples on the demonstration site; Popover With Dynamic Content and Popover With Dynamic Title. Enjoy.
Improvement
You can now supply the delayShow
and delayHide
properties directly to the {{twbs-popover}}
component declaration. This allows you fine-grain control over the standard delay
property. Previously, this was not possible without extending the twbs-popover.js
component. Again, see the delay examples on the demonstration site