Skip to content

Releases: ten1seven/what-input

v2.1.0

15 May 14:56
Compare
Choose a tag to compare

Updates behavior so input switching does not occur when form elements are being interacted with.

v2.0.1

29 Feb 22:44
Compare
Choose a tag to compare

Adds additional ignored modifier keys to cover Windows.

v2.0.0

29 Feb 00:26
Compare
Choose a tag to compare

Breaking API change! Removes AMD module wrapper.

v1.2.5

24 Feb 00:43
Compare
Choose a tag to compare

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.4

22 Feb 22:03
Compare
Choose a tag to compare

Adds keyup support specifically to help (unfortunately not perfectly) maintain keyboard detection for when screen readers send pseudo mouse events to the browser.

More info at: https://www.paciellogroup.com/blog/2014/04/javascript-touchpointer-events-research-notes-screenreaders-faked-mouse-events-touchscreens/

v1.2.3

19 Feb 21:42
Compare
Choose a tag to compare

Hotfix for whatInput.set()

v1.2.2: Merge pull request #26 from ten1seven/DOMContentLoaded

19 Feb 21:38
Compare
Choose a tag to compare

v1.2.1

18 Feb 02:41
Compare
Choose a tag to compare

Small update to fix tap delay.

v1.2.0

17 Feb 20:11
Compare
Choose a tag to compare
  • 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

14 Dec 15:49
Compare
Choose a tag to compare

Changes ontouchstart detection.