Skip to content

Releases: RodrigoDornelles/npm-gamepadzilla

1.1.0: vibrant update!

15 Feb 19:25
d4a92c9
Compare
Choose a tag to compare
  • added class gpz-dpad for digital pads
  • added attribute data-gpz-size to class gpz-dpad
  • added attribute data-gpz-offset to class gpz-dpad
  • added attribute data-gpz-color to class gpz-joy and gpz-dpad
  • added attribute data-gpz-color-action to class gpz-joy and gpz-dpad
  • added attribute data-gpz-vibrate to all classes
  • docs: improved website demo page
  • docs: fixed metadata in the package.json
  • docs: added showroom in the README.md

1.0.5: hotfix: wrong axis gpz-joy (#16)

12 Nov 15:30
02aa2bb
Compare
Choose a tag to compare
1.0.5.2

hotfix: missing update version package.json

1.0.4: important fixes release!

12 Nov 15:15
a8b865c
Compare
Choose a tag to compare
docs: small design improve in data attributes table (#15)

1.0.3: tests: start unit test suite (#13)

11 Nov 18:41
ed68f1e
Compare
Choose a tag to compare
* chore: improve event handler gamepads

* docs: update package.json

* test: event_gamepad.ts handlers.ts math.ts util.ts #12

* tests: add core.ts

* tests: add draw.ts

* tests: add emu.ts

* tests: add getKeyCodes util.ts

* chore: organize events

* chore: add button map for ps2 and switch

* feat: basic support to buttons in real gamepad

* tests: add toggleEvent from event_gamepad.ts

* chore: fixed script start in package.json

1.0.2: fix: improve accuracy of gpz-joy and gpz-btn (#10)

09 Nov 16:06
c6d9319
Compare
Choose a tag to compare
* fix: implement state for gpz-btn #9
* fix: bug with canvas resized #7 for gpz-btn
* fix: total functionaly in gpz-joy  #7 #9

1.0.1

07 Nov 14:59
b247f28
Compare
Choose a tag to compare
  • improve metada npm
  • improve documentation npm
  • removed unnecessary files from the registry

first version

06 Nov 00:42
5a10e53
Compare
Choose a tag to compare
feat: fist version project (#1)

* chore: project skeleton

* chore: add tests

* feat: animate draw

* chore: rename mouses to fingers

* feat: start support mobile

* fix: mouse interfering with touch events

* feat: support multi touch

* feat: support gamepad axis

* feat: emulate keyboard

* chore: prepare to publish in npm