Releases: RobertWHurst/KeyboardJS
Releases · RobertWHurst/KeyboardJS
KeyboardJS v2.6.2
No breaking changes, but a big update to the build system, which is now using rollup. The source code is also now ES6 based. This also fixed a few nasty bugs that were reported.
KeyboardJS v2.3.3
Fixes issues caused by empty combos.
KeyboardJS v2.3.1
Update the dist
KeyboardJS v2.3.0
- Fix combo sorting
- Add dist to npm package
KeyboardJS v2.2.0
Added withContext()
method.
KeyboardJS v2.1.1
- Added bindings without combos
- Added e.pressedKeys
keyboardJS.bind(function(e) {
e.pressedKeys
});
KeyboardJS 2.0.2
Fixes kill key codes
KeyboardJS 2.0.1
Fix issue where a missing window argument would cause an exception.
KeyboardJS 2.0.0
A complete rewrite; KeyboardJS v2.0.0 brings a bunch of new features and an overall improved architecture, unit tested architecture.
KeyboardJS 0.4.3
v0.4.3 0.4.3