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

v2.1.0

Compare
Choose a tag to compare
@atomiks atomiks released this 29 Jan 11:06
· 1039 commits to master since this release

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 require translate when using scale to be positioned accurately due to modified transform-origin

Fixes

  • Fix strange issue: #168