Skip to content

Releases: ten1seven/what-input

v5.0.4

16 Jan 14:33
Compare
Choose a tag to compare

Hotfix #47

v5.0.3

03 Oct 21:48
Compare
Choose a tag to compare

Fixed: Event buffer for touch was not working correctly.

v5.0.2

25 Sep 15:15
Compare
Choose a tag to compare

An additional check for classList to fix error in IE11.

v5.0.1

05 Sep 13:38
Compare
Choose a tag to compare

New version! Check out all the changes in the README.

v4.3.1

12 Jul 15:32
Compare
Choose a tag to compare
  • Updated: added passive to touchstart event.

v4.3.0

03 Jul 19:38
Compare
Choose a tag to compare
  • Updated: custom events can now be registered and unregistered.

v4.2.0

13 Jun 21:35
Compare
Choose a tag to compare
  • 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

12 Jun 20:10
Compare
Choose a tag to compare
  • Added: passive event listener for wheel event.
  • Added: ability to fire custom functions when 'intent' or 'input' changes.

v4.1.3

05 May 12:31
Compare
Choose a tag to compare

Hotfix to remove stray console log.

v4.1.2

05 May 01:17
Compare
Choose a tag to compare

Bugfix for mouse modifier keys.