Releases: elmarti/react-joystick-component
Releases · elmarti/react-joystick-component
3.3.0
v3.3.0 (Fri, January 14, 2022)
## ✨ New Features
- [`045d1af`](https://github.com/elmarti/react-joystick-component/commit/045d1af) Support multiple touches, fixes #34 - Support multiple touches, fixes #34
previously we listened for a singleton window event for mouseup/touchend. For touchend we now store the touch.identifier to allow us to identify the touchmove and touchend events, so that we can treat them diffrently per component instance
(Issues: #34
)
3.2.0
v3.2.0 (Mon, January 10, 2022)
## ✨ New Features
- [`9aafa1c`](https://github.com/elmarti/react-joystick-component/commit/9aafa1c) add distance percentile to IJoystickUpdateEvent - add distance percentile to IJoystickUpdateEvent
- [`fed26bc`](https://github.com/elmarti/react-joystick-component/commit/fed26bc) add minDistance, closes #7 - add minDistance, closes #7
(Issues: #7
)
3.1.0
3.0.3
3.0.2
v3.0.2 (Sat, January 08, 2022)
## 🐛 Bug Fixes
- [`a3caee4`](https://github.com/elmarti/react-joystick-component/commit/a3caee4) improve startMove logic - improve startMove logic
it was still possible to click the joystick whilst following the cursor, this fixes that, but also removes a nest from the startMove method
3.0.1
3.0.0
v3.0.0 (Sat, January 08, 2022)
## ✨ New Features
- [`30cc0ba`](https://github.com/elmarti/react-joystick-component/commit/30cc0ba) Add cursor following - Add cursor following
## 💥 Breaking Changes
- [`4858a0a`](https://github.com/elmarti/react-joystick-component/commit/4858a0a) Standardise param naming - Standardise param naming
2.3.0
v2.3.0 (Sat, January 08, 2022)
## ✨ New Features
- [`7a15cac`](https://github.com/elmarti/react-joystick-component/commit/7a15cac) Add sticky joystick - Add sticky joystick
The joystick will now stay in place if sticky is set to true
- [`a8d4482`](https://github.com/elmarti/react-joystick-component/commit/a8d4482) Allow images for joystick and base - Allow images for joystick and base