This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Releases: atomiks/tippyjs
Releases · atomiks/tippyjs
v2.5.2
v2.5.0
- Upgrade Popper.js dependency:
1.14.1
=>1.14.2
which has some nice fixes for positioning and bundle size 😄 - Add new static method:
tippy.one()
for creating one single tooltip, it will return the tooltip instance directly - css: remove
pointer-events
on round arrow SVG if not interactive
v2.4.1
v2.3.0
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.1
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