Releases: ten1seven/what-input
Releases · ten1seven/what-input
v2.1.0
Updates behavior so input switching does not occur when form elements are being interacted with.
v2.0.1
Adds additional ignored modifier keys to cover Windows.
v2.0.0
Breaking API change! Removes AMD module wrapper.
v1.2.5
Ignores shift, control and alt modifier keys because they're used for both mouse and keyboard actions. This prevents 'false' keyboard detection when a mouse user is performing, for example, a ctrl+click.
v1.2.3
Hotfix for whatInput.set()
v1.2.2: Merge pull request #26 from ten1seven/DOMContentLoaded
v1.2.1
Small update to fix tap delay.
v1.2.0
- Adds better pointer event detection.
- Adds mouse wheel event detection as a method for detecting mouse use.
- Switches from
mouseenter
to mousemove
for more instant mouse detection.
- Other small improvements.
v1.1.4
Changes ontouchstart
detection.