Skip to content

Commit

Permalink
chore: publish v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 25, 2024
1 parent 0a76fff commit 94e7b6a
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 20 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# History

## 2024-01-25, version 3.0.0

- Breaking: Dropped support for IE 11
- Fix: Use `event.target` in cases where the target has been removed
from the DOM (#17). Thanks @sgparrish.


## 2020-10-14, version 2.0.1

- Fix broken urls to hammerjs in examples.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2020 Jos de Jong
Copyright (c) 2014-2024 Jos de Jong

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
254 changes: 237 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "propagating-hammerjs",
"version": "2.0.1",
"version": "3.0.0",
"description": "Extend hammer.js with event propagation",
"main": "propagating.js",
"module": "./src/propagating.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/josdejong/propagating-hammerjs",
"devDependencies": {
"rollup": "^2.29.0",
"rollup": "^4.9.6",
"@egjs/hammerjs": "^2.0.17"
},
"peerDependencies": {
Expand Down

0 comments on commit 94e7b6a

Please sign in to comment.