Tippyjs Versions Save

Tooltip, popover, dropdown, and menu library

v6.2.4

3 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

v6.2.2

4 years ago

Fixes

v6.2.1

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

v6.2.0

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

v6.1.1

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

v6.1.0

4 years ago

Features

  • onClickOutside prop
  • dist/border.css stylesheet

v6.0.2

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

v6.0.1

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

v5.2.1

4 years ago

Fixes

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