Skip to content

Releases: emulate-key/emulate-key-in-browser

1.0.0 Release Candidate 1

28 Aug 19:25
2661e9b
Compare
Choose a tag to compare
  • emulates typing of tab, backspace, delete, arrow keys and characters
  • more than 90% coverage through angular demo
  • stops emulation on event.preventDefault
  • demo deployed during build of master available at https://emulate-key-in-browser.net-root.de/

Pre-Release 0.0.1-alpha.2

30 Jun 19:31
Compare
Choose a tag to compare
Pre-release
  • no changes to 0.0.1-alpha (except tests) but that's the version successfully published on npmjs

Pre-Release v0.0.1

29 Jun 17:24
Compare
Choose a tag to compare
Pre-Release v0.0.1 Pre-release
Pre-release
  • initial features
    • emulateKey.tab
    • emulateKey.shiftTab
    • emulateKey.backspace
    • emaulteKey.delete
    • emulateKey.arrow
    • emulateKey.shiftArrow
    • emulateKey.writeText
  • example and tests in plain html + js

todo:

  • complement tests
  • complement example in typescript + require.js
  • complement example in angular + matareial