Releases: ten1seven/what-input
Releases · ten1seven/what-input
v5.0.3
Fixed: Event buffer for touch was not working correctly.
v5.0.2
An additional check for classList to fix error in IE11.
v5.0.1
New version! Check out all the changes in the README.
v4.3.1
- Updated: added passive to
touchstart
event.
v4.3.0
- Updated: custom events can now be registered and unregistered.
v4.2.0
- Updated: Typing in form inputs does not change input type, but tabbing between inputs does initiate a switch from
mouse
to keyboard
.
v4.1.6
- Added: passive event listener for
wheel
event.
- Added: ability to fire custom functions when 'intent' or 'input' changes.
v4.1.3
Hotfix to remove stray console log.
v4.1.2
Bugfix for mouse modifier keys.