atomiks/tippyjs
 Watch   
 Star   
 Fork   
2021-11-10 14:52:28
tippyjs

v6.3.7

Fixes

  • fix: toggle repeated clicks with inner target element (#1002)
  • fix: change mounted state after true mount (#1003)
  • fix: check state only from hide (#1004)
  • fix(delegate): warnings in console with esm (#1006)
2021-11-05 18:34:02
tippyjs

v6.3.5

Fixes

  • (createSingleton): triggerTarget prop and touch input issue (#999)
2021-11-04 16:01:31
tippyjs

v6.3.4

Fixes

  • (delegate): touch input with click trigger & hideOnClick
  • [Firefox] clicking into a <select> inside an interactive tippy will not cause it to hide with mouseenter trigger
2021-10-29 19:31:41
tippyjs

v6.3.3

Fixes

  • ensure singleton cleans up previous instances when updated (#993)
  • (inlinePositioning): infinite loop (#994)
  • undefined props stripped in setProps
2021-10-01 17:52:33
tippyjs

v6.3.2

Fixes

  • wrong target (#914)
  • interactive option for shadow dom (#913)
  • contains algorithm for shadow dom (#915)
  • hovering a hiding content leads to incorrect position (#883)
  • reset white-space to its initial value (#969)
  • defaultProps issues
  • remove userAgent usage
2021-02-26 14:10:56
tippyjs

v6.3.1

Fixes

  • (createSingleton): fix issue with move / popper transitions in certain cases
2021-02-23 09:09:50
tippyjs

v6.3.0

Features

  • Add methods to singletons to control them programmatically
  • Upgrade Popper dependency base to 2.8.3 from 2.4.4

Fixes

  • Passive event listener warning
  • Call popperInstance before mount
  • followCursor issue with getOwnerDocument
2020-10-11 06:34:30
tippyjs

v6.2.7

Fixes

  • use parentNode's ownerDocument
  • (delegate): handle disabled state
  • (createSingleton): do not override getReferenceClientRect
  • (createSingleton): intercept setProps calls of individual instances
2020-07-29 13:23:28
tippyjs

v6.2.6

Fixes

  • use getCurrentTarget() in interactivity hide listener
  • move var assignment into hide() method
  • (followCursor): wrong position if mouse was not moved initially
  • (delegate): missing comparison check
2020-07-09 19:34:17
tippyjs

v6.2.5

Fixes

  • (followCursor): Fix setting getReferenceClientRect to null onHidden even if followCursor was not set (to a truthy value)