Releases: ten1seven/what-input
Releases · ten1seven/what-input
v5.2.2
Updates conditional logic to maintain activeElement check, ref #38
v5.2.1
- 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
- Fix for iOS reporting mouse because of event execution order, ref #88
v5.1.4
- Fixed: Increase buffering time by 20ms to fix iOS reporting mousedown
- Fixed: Adds
touchend
to input map
v5.1.3
Added sourcemap for the minified version.
v5.1.1
Browsers with cookies turned off would throw an error with session storage. Fix via yuheiy.
v5.1.0
- 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
Minor version bump to correct README publishing on NPM
v5.0.6
Fixed: unRegisterOnChange
failed to unregister items at index 0.
v5.0.5
Fail gracefully in non-DOM environments #75