Skip to content

Releases: ten1seven/what-input

v5.2.2

29 May 23:11
Compare
Choose a tag to compare
v5.2.2 Pre-release
Pre-release

Updates conditional logic to maintain activeElement check, ref #38

v5.2.1

27 Mar 22:30
Compare
Choose a tag to compare
  • 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

18 Mar 22:28
Compare
Choose a tag to compare
v5.2.0 Pre-release
Pre-release
  • Fix for iOS reporting mouse because of event execution order, ref #88

v5.1.4

04 Mar 18:09
1ae5b4c
Compare
Choose a tag to compare
  • Fixed: Increase buffering time by 20ms to fix iOS reporting mousedown
  • Fixed: Adds touchend to input map

v5.1.3

09 Nov 21:12
Compare
Choose a tag to compare

Added sourcemap for the minified version.

v5.1.1

19 Jul 20:40
Compare
Choose a tag to compare

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

v5.1.0

15 May 18:30
Compare
Choose a tag to compare
  • 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

02 May 14:51
Compare
Choose a tag to compare

Minor version bump to correct README publishing on NPM

v5.0.6

02 May 14:33
Compare
Choose a tag to compare

Fixed: unRegisterOnChange failed to unregister items at index 0.

v5.0.5

07 Feb 17:40
Compare
Choose a tag to compare

Fail gracefully in non-DOM environments #75