Skip to content

Releases: RobertWHurst/KeyboardJS

KeyboardJS v2.6.2

05 Jun 03:35
Compare
Choose a tag to compare

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

11 Oct 03:45
Compare
Choose a tag to compare

Fixes issues caused by empty combos.

KeyboardJS v2.3.1

30 May 08:46
Compare
Choose a tag to compare

Update the dist

KeyboardJS v2.3.0

30 Jul 03:25
Compare
Choose a tag to compare
  • Fix combo sorting
  • Add dist to npm package

KeyboardJS v2.2.0

30 May 08:46
Compare
Choose a tag to compare

Added withContext() method.

KeyboardJS v2.1.1

21 Jul 04:29
Compare
Choose a tag to compare
  • Added bindings without combos
  • Added e.pressedKeys
keyboardJS.bind(function(e) {
  e.pressedKeys
});

KeyboardJS 2.0.2

06 Jul 17:47
Compare
Choose a tag to compare

Fixes kill key codes

KeyboardJS 2.0.1

06 Jul 16:33
Compare
Choose a tag to compare

Fix issue where a missing window argument would cause an exception.

KeyboardJS 2.0.0

05 Jul 03:15
Compare
Choose a tag to compare

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

29 Jun 16:12
Compare
Choose a tag to compare
v0.4.3

0.4.3