Skip to content

Commit

Permalink
Fix for issue # 165
Browse files Browse the repository at this point in the history
  • Loading branch information
benmajor committed Apr 23, 2020
1 parent f2069aa commit 5db124d
Show file tree
Hide file tree
Showing 7 changed files with 1,007 additions and 29 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ As explained, the events are each triggered by native touch events, or alternati

After almost 2 years in public beta, I am pleased to announce that the library is now officially launched as **version 1.0.0**. I'll be updating the version history over time with digests of fixes, features and improvements:

+ **Version 2.0.3** (2020-04-23)
+ Fix for bug [#165](https://github.com/benmajor/jQuery-Touch-Events/issues/165)
+ **Version 2.0.2** (2020-04-21)
+ Fix for binding events to `document` and `window`.
+ Update NPM repo so that latest releases are detected.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-touch-events",
"version": "2.0.2",
"version": "2.0.3",
"main": "src/jquery.mobile-events.js",
"ignore": [
"bower.json"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benmajor/jquery-touch-events",
"version": "2.0.2",
"version": "2.0.3",
"description": "Polyfill to remove click delays and unify pointer device events.",
"main": "src/jquery.mobile-events.js",
"scripts": {
Expand Down
940 changes: 940 additions & 0 deletions src/2.0.3/jquery.mobile-events.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions src/2.0.3/jquery.mobile-events.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5db124d

Please sign in to comment.