What Input Versions Save

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).

v5.2.2

4 years ago

Updates conditional logic to maintain activeElement check, ref #38

v5.2.1

5 years ago
  • Fixed: iOS was occasionally reporting mouse because of event execution order.
  • Added: touchend to input map
  • Added: Allows buttons inside forms to be treated like other form inputs.
  • Added: touch intent indicator in demo page (it worked all along, you just couldn't see it).

v5.2.0

5 years ago
  • Fix for iOS reporting mouse because of event execution order, ref #88

v5.1.4

5 years ago
  • Fixed: Increase buffering time by 20ms to fix iOS reporting mousedown
  • Fixed: Adds touchend to input map

v5.1.3

5 years ago

Added sourcemap for the minified version.

v5.1.1

5 years ago

Browsers with cookies turned off would throw an error with session storage. Fix via yuheiy.

v5.1.0

6 years ago
  • Added: Session variable stores last used input and intent so subsiquent page loads don't have to wait for interactions to set the correct input and intent state.
  • Removed: IE8 support.

v5.0.7

6 years ago

Minor version bump to correct README publishing on NPM

v5.0.6

6 years ago

Fixed: unRegisterOnChange failed to unregister items at index 0.

v5.0.5

6 years ago

Fail gracefully in non-DOM environments #75