Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

v2.6.0

Compare
Choose a tag to compare
@atomiks atomiks released this 06 Sep 23:24
· 906 commits to master since this release
  • #289: Add tippy.useCapture() method to change the global click listener to use capture before bubbling. Call it before any calls to tippy()
  • Fixes rare issue where onTransitionEnd does not fire with onHidden by removing an internal hack, and using delay: [0, 20] as the default instead of delay: 0