Releases: ten1seven/what-input
Releases · ten1seven/what-input
v5.2.12
What's Changed
- Change initial value of shouldPersist to false to avoid setting storage before DOMContentLoaded by @FanFataL in #127
New Contributors
Full Changelog: v5.2.11...v5.2.12
v5.2.11
- Adds
useCapture
so events can be detected before preventDefault
cancels them on local listeners (h/t jojo080889).
v5.2.10
- Update to TypeScript definition
v5.2.7
- Fixed: Moves sourcemap to sit next to JavaScript package.
v5.2.6
- Fixed: adds
DOMContentLoaded
event before looking for data-whatpersist
attribute on body.
v5.2.5
- Fixed: Hotfix for shaky support of
dataset
in IE10.
v5.2.4
- Added: Ability to add
data-whatpersist="false"
attribute to the <html>
or <body>
tag to disable usage of session storage to persist input/intent across pages.
- Updated: Build tools and added linting.
v5.2.3
activeElement
is null bug in IE is fixed (thanks @EasterPeanut).
- Mousewheel event detection works correctly again.