Skip to content

Releases: elmarti/react-joystick-component

2.1.0

07 Jan 09:01
Compare
Choose a tag to compare

v2.1.0 (Fri, January 07, 2022)

## ✨ New Features
  - [`9016023`](https://github.com/elmarti/react-joystick-component/commit/9016023)  ensure control plane is circular -  ensure control plane is circular

2.0.0

07 Jan 08:50
60b6c3e
Compare
Choose a tag to compare

v2.0.0 (Fri, January 07, 2022)

## ✨ New Features
  - [`a5464f1`](https://github.com/elmarti/react-joystick-component/commit/a5464f1)  add semantic release gitmoji -  add semantic release gitmoji

This will automate releases and is pretty as all hell

## 💥 Breaking Changes
  - [`ce492c5`](https://github.com/elmarti/react-joystick-component/commit/ce492c5)  upgrade deps, move react/dom to peerDependencies -  upgrade deps, move react/dom to peerDependencies

Long time coming, had to reimplement the storybook library, seems to be working as before

Fix y direction value

10 Nov 14:29
26ee334
Compare
Choose a tag to compare

Previously, Y was returned as a positive value when pointing the joystick into the negative area, due to using the absolute number. We now use the additive inverse value.

Issue: #16
PR: #18

Add "disabled" prop

10 Sep 13:04
1e9d29e
Compare
Choose a tag to compare

It is now possible to prevent usage of the joystick using the disabled prop. This doesn't add any styles to the joystick, but adds 2 classes - joystick-disabled and joystick-base-disabled.

Add keywords to package.json

07 Aug 09:35
Compare
Choose a tag to compare

No additional functionality or code changes, simply updated the package meta data to make it easier to find.

Add touch support

06 Aug 14:26
Compare
Choose a tag to compare

Component is now usable on both touch and hybrid devices.

Lock stick down

02 Aug 09:06
Compare
Choose a tag to compare

In order to prevent the stick getting lost and to allow smoother usage, 2 things have happened

  • the dragmove event handlers are bound to the document, rather than the stick, this makes for smooth usage and the ability to control it after the cursor has left the joystick base
  • the joystick x,y coordinates are limited to half the size of the joystick, meaning it is bound within it

First release

01 Aug 20:47
Compare
Choose a tag to compare

The first usable release of react-joystick-component.