This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
v2.1.0
Features
- Added ability to use event delegation (see docs)
- Callbacks now have the Tippy instance passed as an argument to them
- The popper element has the Tippy instance attached to it directly via
_tippy
- Added compiled themes to
dist/
⚠️ Potential CSS break:arrowTransform
now doesn't requiretranslate
when usingscale
to be positioned accurately due to modifiedtransform-origin
Fixes
- Fix strange issue: #168