Releases: atomiks/tippyjs
Releases · atomiks/tippyjs
v6.3.7
10 Nov 06:55
Compare
Sorry, something went wrong.
No results found
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
05 Nov 10:38
Compare
Sorry, something went wrong.
No results found
Fixes
(createSingleton): triggerTarget prop and touch input issue (#999 )
v6.3.4
04 Nov 08:05
Compare
Sorry, something went wrong.
No results found
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
29 Oct 11:34
Compare
Sorry, something went wrong.
No results found
Fixes
ensure singleton cleans up previous instances when updated (#993 )
(inlinePositioning): infinite loop (#994 )
undefined props stripped in setProps
v6.3.2
01 Oct 10:00
Compare
Sorry, something went wrong.
No results found
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
26 Feb 06:15
Compare
Sorry, something went wrong.
No results found
Fixes
(createSingleton): fix issue with move / popper transitions in certain cases
v6.3.0
23 Feb 01:14
Compare
Sorry, something went wrong.
No results found
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
10 Oct 22:36
Compare
Sorry, something went wrong.
No results found
Fixes
use parentNode's ownerDocument
(delegate): handle disabled state
(createSingleton): do not override getReferenceClientRect
(createSingleton): intercept setProps calls of individual instances
v6.2.6
29 Jul 05:25
Compare
Sorry, something went wrong.
No results found
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
09 Jul 11:35
Compare
Sorry, something went wrong.
No results found
Fixes
(followCursor): Fix setting getReferenceClientRect to null onHidden even if followCursor was not set (to a truthy value)