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

Releases: atomiks/tippyjs

v2.5.2

16 Apr 09:00
Compare
Choose a tag to compare
  • fix #224: hotfix for regression due to #221
  • fix #221: disabled elements should not show tooltip in FF to align with other browsers
  • fix #218: destroying tooltip on click should not throw errors
  • fix #216: sticky option positioning issue on FF due to new Popper.js positioning fix

v2.5.0

03 Apr 15:17
Compare
Choose a tag to compare
  • Upgrade Popper.js dependency: 1.14.1 => 1.14.2which 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

22 Mar 23:28
Compare
Choose a tag to compare

fix: remove unnecessary files from npm package (#210)

v2.3.0

09 Mar 13:15
b755ed5
Compare
Choose a tag to compare
  • Add allowTitleHTML option (#197)
  • Add tippy.disableAnimations() to modify defaults to apply no animations to tooltips (mainly for automated testing)
  • Tooltip arrow now follows the cursor when it hits the boundaries (#188)
  • Improved round arrow SVG shape
  • Slightly improved backdrop fill animation

v2.2.3

19 Feb 09:03
Compare
Choose a tag to compare
  • fix #185: set .tippy-popper line-height to 1.4 to prevent descender letters like "g" and "y" from being cut off depending on the font/browser/OS. Will not affect themes with custom line-heights because of lower specificity.

v2.2.2

15 Feb 08:03
Compare
Choose a tag to compare

v2.2.1

13 Feb 12:23
Compare
Choose a tag to compare
v2.2.1

v2.2.0

11 Feb 09:48
Compare
Choose a tag to compare
  • Add livePlacement option to prevent flipping on scroll.
  • Fix #177, #179

v2.1.1

31 Jan 09:39
Compare
Choose a tag to compare
  • fix #170 - prevent scroll jumps when focusing interactive tooltips

v2.1.0

29 Jan 11:06
Compare
Choose a tag to compare

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