Skip to content

Commit

Permalink
Add version bump and changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ten1seven committed Apr 20, 2022
1 parent c03818e commit b4dd2f8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ _What Input_ works in all modern browsers.

## Changelog

### v5.2.11

- **Fixed:** Adds `useCapture` so events can be detected before `preventDefault` cancels them on local listeners (h/t [jojo080889](https://github.com/jojo080889)).

### v5.2.8 - 5.2.10

- **Added:** TypeScript definitions via @greypants
Expand Down
4 changes: 2 additions & 2 deletions dist/what-input.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* what-input - A global utility for tracking the current input method (mouse, keyboard or touch).
* @version v5.2.10
* @version v5.2.11
* @link https://github.com/ten1seven/what-input
* @license MIT
*/
Expand Down Expand Up @@ -514,4 +514,4 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ })
/******/ ])
});
;
;
2 changes: 1 addition & 1 deletion dist/what-input.min.js

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

Loading

0 comments on commit b4dd2f8

Please sign in to comment.