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.2 #369

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2021

Bumps vue2-touch-events from 1.0.0 to 3.2.2.

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
  • 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
  • 6a46af2 Merge remote-tracking branch 'origin/master'
  • 357a5c2 Merge pull request #89 from rayfoss/patch-1
  • 447cdbb Update README.md
  • abbd34a Add a namespace option to avoid conflicts
  • 4e763d7 Add cancelable before preventDefault
  • 71449a9 Resolve touch through issue with a global timestamp
  • Additional commits viewable in compare view

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 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 force-pushed the dependabot/npm_and_yarn/vue2-touch-events-3.2.2 branch from 2d4488e to 2661887 Compare December 12, 2022 08:13
Bumps [vue2-touch-events](https://github.com/jerrybendy/vue-touch-events) from 1.0.0 to 3.2.2.
- [Release notes](https://github.com/jerrybendy/vue-touch-events/releases)
- [Commits](jerrybendy/vue-touch-events@v1.0.0...v3.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue2-touch-events-3.2.2 branch from 2661887 to 80df592 Compare December 12, 2022 08:19
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Superseded by #441.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue2-touch-events-3.2.2 branch March 25, 2024 04:34
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.

0 participants