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 vue2-touch-events from 1.0.0 to 3.2.3 #441

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps vue2-touch-events from 1.0.0 to 3.2.3.

Release notes

Sourced from vue2-touch-events's releases.

v3.2.1

  • Add new namespace parameter to solve conflict with vuetify.js
  • Update README

v3.1.0

  • Resolve touch through issue with a global timestamp

Add a globalLastTouchTime variable to track all touch behaviors and record latest touch time. If a click event follow a touch event, and the time difference less than 350ms, this click event will be ignored. This would resolve touch through issue, but you must make sure your click events are binding with v-touch.

v3.0.1

  • Fix swipeTolerance has no effects for the Y axis #65

v3.0.0

Break change:

  • tap event always follow a touchhold event in old versions, and this makes too much trouble. This version changes this behavior. #80

v2.3.0

  • Add disablePassive modifier #74

v2.2.0

  • Add v-touch-options directive

Now you can use v-touch-options="{}" to set different configurations for different components. All global configurations are supported.

v2.1.0

  • Add touchhold event #35

Add disableClick option back

I realized that using event timestamp to solve click pass-through issue is not a good idea, because when click pass-through issue happens, the touch event and the mouse event often be triggered on different elements.

v2.0.0

This is a brake change for old version. We removed disableClick parameter and using event timestamp to prevent click event when touch is available.

  • Combine touch and mouse events in one method
  • Typescript supports
  • Fix a bug of end event. Now the end event can be triggered when touch or mouse events end correctly

v1.1.2

  • Add move and moving events

v1.1.0

  • Add support for .stop and .prevent modifiers #22
Commits
  • a21c356 Change version to 3.2.3 and publish
  • 8d6d163 Merge pull request #101 from jerrybendy/100-issue-with-the-swipe-detection-logic
  • 0f1b96c Change the way to determine the direction of swipe #100
  • 8ddf2b1 Add an example for namespace
  • 22864ac Merge pull request #93 from robinrodricks/patch-1
  • 9a3eb2e Add link to vue 3 library
  • 0f24d03 Change version to v3.2.2
  • 9d18e79 Merge pull request #92 from silyont/master
  • ea4af9c Ensure element exist in dom when triggerEvent
  • ee97fbf update readme
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [vue2-touch-events](https://github.com/jerrybendy/vue-touch-events) from 1.0.0 to 3.2.3.
- [Release notes](https://github.com/jerrybendy/vue-touch-events/releases)
- [Commits](jerrybendy/vue-touch-events@v1.0.0...v3.2.3)

---
updated-dependencies:
- dependency-name: vue2-touch-events
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants