Bump tippy.js from 4.3.5 to 6.3.7 in /webapp
Created by: dependabot[bot]
Bumps tippy.js from 4.3.5 to 6.3.7.
Release notes
Sourced from tippy.js's releases.
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 withmouseenter
triggerv6.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
... (truncated)
Commits
-
0c886b4
release: v6.3.7 -
2c2a46e
release: v6.3.6 -
30f8048
fix(createSingleton): nullish check -
dc1aed0
fix(delegate): warnings in console with esm (#1006) -
cac8a12
fix: check state only from hide (#1004) -
bf303b3
fix: change mounted state after true mount (#1003) -
34a8cf2
fix: toggle repeated clicks with inner target element (#1002) -
475b308
release: v6.3.5 -
9f269fb
fix(createSingleton): touch and triggerTarget (#999) -
da04753
release: v6.3.4 - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)