Releases: atomiks/tippyjs
Releases · atomiks/tippyjs
v6.3.7
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
Fixes
- (createSingleton):
triggerTarget
prop and touch input issue (#999)
v6.3.4
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
Fixes
- ensure singleton cleans up previous instances when updated (#993)
- (inlinePositioning): infinite loop (#994)
- undefined props stripped in setProps
v6.3.2
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
Fixes
- (createSingleton): fix issue with move / popper transitions in certain cases
v6.3.0
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
Fixes
- use parentNode's ownerDocument
- (delegate): handle disabled state
- (createSingleton): do not override getReferenceClientRect
- (createSingleton): intercept setProps calls of individual instances
v6.2.6
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
Fixes
- (followCursor): Fix setting
getReferenceClientRect
to null
onHidden
even if followCursor
was not set (to a truthy value)