Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tippy.js from 4.2.1 to 4.3.5 #769

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2024

Bumps tippy.js from 4.2.1 to 4.3.5.

Release notes

Sourced from tippy.js's releases.

v4.3.5

Fixes

  • Optimize sticky option by preventing repaints on every animation frame
  • Place injected style node before the first style or link tag instead of first child
  • Reduce CSS size slightly
  • Fix leak with document click listener not being removed if tippy was hidden before it was shown when using delay
  • Fix #532: Add referenceNode property for followCursor (NOTE: awaiting [email protected] release)

v4.3.3

Fixes

  • Fix followCursor having incorrect offset when using a variation placement (-start or -end) (#513)

v4.3.2

Fixes

  • Mounting behavior (IE11 scrollbar flicker) (#509)
  • followCursor fixes (respects boundary & fix regression where initial was not placed correctly on touch devices on first show)
  • Ensure destroy()'s unmounting of the tippy can never be impeded
  • Fix the longstanding interactive scrolling issue
  • Fix path selector having pointer-events: auto (#504)

v4.3.1

Fixes

  • Improve support for nested tippys by using per-instance hideOnClick handler (#485)
  • Add data-tippy-stylesheet to style tag (#483)

v4.3.0

Features

  • Added triggerTarget option to apply the trigger listeners to a different node from the positioning reference
  • Added onTrigger option to allow calls to .set() to change the reference position and instance props based on the event before the tooltip is shown without interrupting the lifecycle (unlike wait)
  • Added ability to pass a ReferenceElement to HideAllOptions.exclude for references with multiple tippys

Fixes

  • Make tippy.group() and updateDuration updateable
  • Fix when popperOptions.onCreate and popperOptions.onUpdate are called so they match the actual invocations by Popper.js
  • Fix followCursor not respecting popperOptions.modifiers.preventOverflow.padding
  • Fix multiple tippys from only displaying one if using touch and hideOnClick: true
  • Fix the tooltip moving with the cursor if over the popper element when using followCursor: '{horizontal, vertical}' and interactive: true
  • [TypeScript] Fix instance.reference type to account for VirtualReference
Commits
  • 623e841 4.3.5
  • 20f9c29 Fix: place style tag before first style,link tag
  • 19b8383 Fix: optimize CSS
  • bfad454 Fix: remove unnecessary opacity: 1 property
  • f5f381c Fix: add explicit android 4.4 support
  • 12b580e Fix #532: Add referenceNode property for followCursor
  • ae68eca Fix: upgrade deps
  • 4d095ce Fix: document click listener not being removed
  • 43da954 backport position: sticky perf improvement to master #543 (#547)
  • 9283ef9 Improve anchor link example
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
tippy.js [> 4.3.5]

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Sep 4, 2024
@rtibbles rtibbles self-assigned this Nov 8, 2024
@rtibbles
Copy link
Member

rtibbles commented Nov 8, 2024

@dependabot rebase

Bumps [tippy.js](https://github.com/atomiks/tippyjs) from 4.2.1 to 4.3.5.
- [Release notes](https://github.com/atomiks/tippyjs/releases)
- [Commits](atomiks/tippyjs@v4.2.1...v4.3.5)

---
updated-dependencies:
- dependency-name: tippy.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tippy.js-4.3.5 branch from 818016d to c980bd0 Compare November 8, 2024 17:39
Copy link
Member

@rtibbles rtibbles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No concerns from changelog, and local manual testing shows no issues.

@rtibbles rtibbles merged commit 77557df into develop Nov 8, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tippy.js-4.3.5 branch November 8, 2024 18:13
learning-equality-bot bot pushed a commit that referenced this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant