Skip to content

Releases: ten1seven/what-input

v5.2.12

25 May 16:00
Compare
Choose a tag to compare

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

20 Apr 22:41
Compare
Choose a tag to compare
  • Adds useCapture so events can be detected before preventDefault cancels them on local listeners (h/t jojo080889).

v5.2.10

01 Jun 14:21
Compare
Choose a tag to compare
  • Update to TypeScript definition

v5.2.9

14 May 19:09
Compare
Choose a tag to compare

v5.2.8

14 May 12:48
Compare
Choose a tag to compare

v5.2.7

04 Mar 00:15
Compare
Choose a tag to compare
  • Fixed: Moves sourcemap to sit next to JavaScript package.

v5.2.6

02 Oct 22:30
Compare
Choose a tag to compare
  • Fixed: adds DOMContentLoaded event before looking for data-whatpersist attribute on body.

v5.2.5

02 Oct 13:32
Compare
Choose a tag to compare
  • Fixed: Hotfix for shaky support of dataset in IE10.

v5.2.4

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

05 Jun 21:11
Compare
Choose a tag to compare
  • activeElement is null bug in IE is fixed (thanks @EasterPeanut).
  • Mousewheel event detection works correctly again.