tippyjs

Tooltip, popover, dropdown, and menu library

MIT License

Downloads
8.9M
Stars
11.6K
Committers
36

Bot releases are hidden (Show)

tippyjs - v6.3.7 Latest Release

Published by atomiks almost 3 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)
tippyjs - v6.3.5

Published by atomiks almost 3 years ago

Fixes

  • (createSingleton): triggerTarget prop and touch input issue (#999)
tippyjs - v6.3.4

Published by atomiks almost 3 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
tippyjs - v6.3.3

Published by atomiks almost 3 years ago

Fixes

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

Published by atomiks about 3 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
tippyjs - v6.3.1

Published by atomiks over 3 years ago

Fixes

  • (createSingleton): fix issue with move / popper transitions in certain cases
tippyjs - v6.3.0

Published by atomiks over 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
tippyjs - v6.2.7

Published by atomiks about 4 years ago

Fixes

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

Published by atomiks about 4 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
tippyjs - v6.2.5

Published by atomiks over 4 years ago

Fixes

  • (followCursor): Fix setting getReferenceClientRect to null onHidden even if followCursor was not set (to a truthy value)
tippyjs - v6.2.4

Published by atomiks over 4 years ago

Fixes

  • fix(followCursor): global mouse listener
  • fix(followCursor): touch behavior
  • fix: resolve undefined props to the default value
  • fix: remove body interactive mouseleave listener
tippyjs - v6.2.2

Published by atomiks over 4 years ago

Fixes

tippyjs - v6.2.1

Published by atomiks over 4 years ago

Fixes

  • set text-align: initial for svg-arrow
  • improve touch click outside
  • popperOptions modifier push order
  • (types): allow DocumentFragment from Content function
  • (inlinePositioning): use cursor rect for disjoined rects
tippyjs - v6.2.0

Published by atomiks over 4 years ago

Features

  • createSingleton can have overrides prop and tippyInstances updated
  • hideWithInteractivity method
  • Allow contextElement property on getReferenceClientRect

Fixes

  • Correct "click focus" trigger behavior
  • onClickOutside lifecycle is called in plugins
  • allowHTML updates if content does not update via .setProps()
  • Types fixes
tippyjs - v6.1.1

Published by atomiks over 4 years ago

Fixes

  • handle document fragments
  • only emit console messages once per unique
  • add contextElement property to virtual element
  • (delegate): handle touch prop
  • (types): use unknown as generic for Props.plugins
tippyjs - v6.1.0

Published by atomiks over 4 years ago

Features

  • onClickOutside prop
  • dist/border.css stylesheet
tippyjs - v6.0.2

Published by atomiks over 4 years ago

Fixes

  • Fix nested tippy position updates when the nested ones are re-rendered first (e.g. in React)
  • Ensure instance is hidden before unmounting if calling .unmount() without a .hide() call before it
  • Handle zIndex on popper node internally
  • Set transition duration to 0 before mount
  • (animateFill): check if value is truthy for render fn error
  • (hideAll): add isDestroyed guard
tippyjs - v6.0.1

Published by atomiks over 4 years ago

Fixes

  • Circular call loop if calling .destroy() in onHidden() (#724)
  • createSingleton() when using function content (#723)
  • Mispositioned arrow by 1px (@popperjs/core upgrade)
  • Mispositioned arrow if tippy is inside a text-align: center container
  • Set animation: false for headless UMD build
  • Only set popper.style.visibility if the default render function is specified
tippyjs - v6.0.0

Published by atomiks over 4 years ago

tippyjs - v5.2.1

Published by atomiks over 4 years ago

Fixes

  • hide tippy on focusout from child element (#694)
  • improve hiding upon scroll with interactivity
  • followCursor: scroll listeners for vertical/horizontal