Tippyjs Versions Save

Tooltip, popover, dropdown, and menu library

v6.3.7

2 years ago

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)

v6.3.5

2 years ago

Fixes

  • (createSingleton): triggerTarget prop and touch input issue (#999)

v6.3.4

2 years ago

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

v6.3.3

2 years ago

Fixes

  • ensure singleton cleans up previous instances when updated (#993)
  • (inlinePositioning): infinite loop (#994)
  • undefined props stripped in setProps

v6.3.2

2 years ago

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

v6.3.1

3 years ago

Fixes

  • (createSingleton): fix issue with move / popper transitions in certain cases

v6.3.0

3 years ago

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

v6.2.7

3 years ago

Fixes

  • use parentNode's ownerDocument
  • (delegate): handle disabled state
  • (createSingleton): do not override getReferenceClientRect
  • (createSingleton): intercept setProps calls of individual instances

v6.2.6

3 years ago

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

v6.2.5

3 years ago

Fixes

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