Releases: emulate-key/emulate-key-in-browser
Releases · emulate-key/emulate-key-in-browser
1.0.0 Release Candidate 1
- 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
- no changes to 0.0.1-alpha (except tests) but that's the version successfully published on npmjs
Pre-Release v0.0.1
- 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