Skip to content

v2.0.0

Compare
Choose a tag to compare
@dhershman1 dhershman1 released this 24 Jul 14:49
· 161 commits to master since this release
12058f4

BREAKING CHANGES

  • Now using the addEventListener method attached to the given el to properly set the event rather than overriding the native callback (#8)
    • This means your events should now be keyup instead of onkeyup

Improvements

  • Some slight code clean up
  • Dev Dependency audits and updates