Skip to content

Releases: atomiks/tippyjs

v6.2.4

03 Jul 03:31
Compare
Choose a tag to compare

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

27 Apr 13:15
Compare
Choose a tag to compare

Fixes

  • (inlinePositioning): increased 1px buffer to 2px (#763 (comment)) and fallback to standard technique instead of boundingRect

v6.2.1

27 Apr 03:59
Compare
Choose a tag to compare

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

17 Apr 09:10
Compare
Choose a tag to compare

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

03 Apr 21:45
Compare
Choose a tag to compare

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

16 Mar 12:40
Compare
Choose a tag to compare

Features

  • onClickOutside prop
  • dist/border.css stylesheet

v6.0.2

11 Mar 01:50
Compare
Choose a tag to compare

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

05 Mar 21:34
Compare
Choose a tag to compare

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

v6.0.0

01 Mar 10:16
Compare
Choose a tag to compare

v5.2.1

12 Feb 14:56
Compare
Choose a tag to compare

Fixes

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