Skip to content

Commit 5db124d

Browse files
committed
Fix for issue # 165
1 parent f2069aa commit 5db124d

File tree

7 files changed

+1007
-29
lines changed

7 files changed

+1007
-29
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ As explained, the events are each triggered by native touch events, or alternati
2323

2424
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:
2525

26+
+ **Version 2.0.3** (2020-04-23)
27+
+ Fix for bug [#165](https://github.com/benmajor/jQuery-Touch-Events/issues/165)
2628
+ **Version 2.0.2** (2020-04-21)
2729
+ Fix for binding events to `document` and `window`.
2830
+ Update NPM repo so that latest releases are detected.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-touch-events",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"main": "src/jquery.mobile-events.js",
55
"ignore": [
66
"bower.json"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@benmajor/jquery-touch-events",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Polyfill to remove click delays and unify pointer device events.",
55
"main": "src/jquery.mobile-events.js",
66
"scripts": {

src/2.0.3/jquery.mobile-events.js

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

src/2.0.3/jquery.mobile-events.min.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)