This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
v2.6.0
- #289: Add
tippy.useCapture()
method to change the global click listener to use capture before bubbling. Call it before any calls totippy()
- Fixes rare issue where
onTransitionEnd
does not fire withonHidden
by removing an internal hack, and usingdelay: [0, 20]
as the default instead ofdelay: 0