Releases: elmarti/react-joystick-component
Releases · elmarti/react-joystick-component
6.2.1
6.2.0
v6.2.0 (Mon, April 24, 2023)
## ✨ New Features
- [`6ca2b60`](https://github.com/elmarti/react-joystick-component/commit/6ca2b60) ⚗️ add ability to override position. - ⚗️ add ability to override position.
This current implementation allows the user to override the position. The state can be stored in a parent component and override the internal state of the joystick. Closes #40, Closes #58
(Issues: #40
#58
)
6.1.1
6.1.0
v6.1.0 (Sat, March 25, 2023)
## ✨ New Features
- [`eb0191a`](https://github.com/elmarti/react-joystick-component/commit/eb0191a) add ability to lock movement to x & y axes - add ability to lock movement to x & y axes
## 🐛 Bug Fixes
- [`f0ff7d3`](https://github.com/elmarti/react-joystick-component/commit/f0ff7d3) fix broken build - fix broken build
6.0.0
v6.0.0 (Thu, November 24, 2022)
## 🐛 Bug Fixes
- [`790817a`](https://github.com/elmarti/react-joystick-component/commit/790817a) fix sticky end position - fix sticky end position
- [`d6a952b`](https://github.com/elmarti/react-joystick-component/commit/d6a952b) remove distance ratio - remove distance ratio
## 💥 Breaking Changes
- [`9865683`](https://github.com/elmarti/react-joystick-component/commit/9865683) 🐛 fix ratio not working for standard joystick - 🐛 fix ratio not working for standard joystick
5.0.0
v5.0.0 (Sat, November 19, 2022)
## 💥 Breaking Changes
- [`7012fb4`](https://github.com/elmarti/react-joystick-component/commit/7012fb4) 🐛 trigger breaking release - 🐛 trigger breaking release
PR didn't include gitmoji - This is definitely how the joystick should work, however the previous version didn't work this way for varying sizes
4.1.0
v4.1.0 (Mon, October 31, 2022)
## ✨ New Features
- [`92b4020`](https://github.com/elmarti/react-joystick-component/commit/92b4020) add stick size override - add stick size override
## 🐛 Bug Fixes
- [`442d7ff`](https://github.com/elmarti/react-joystick-component/commit/442d7ff) 👷♂️ publish raw files in package, fixes: #46, #39 - 👷♂️ publish raw files in package, fixes: #46, #39
4.0.1
4.0.0
v4.0.0 (Sat, January 22, 2022)
## 🐛 Bug Fixes
- [`4ba9106`](https://github.com/elmarti/react-joystick-component/commit/4ba9106) fix tsfailure - fix tsfailure
- [`8b068aa`](https://github.com/elmarti/react-joystick-component/commit/8b068aa) fix tsfailure - fix tsfailure
- [`f1fc49d`](https://github.com/elmarti/react-joystick-component/commit/f1fc49d) fix tsfailure - fix tsfailure
- [`1810cd4`](https://github.com/elmarti/react-joystick-component/commit/1810cd4) fix tsfailure - fix tsfailure
## 💥 Breaking Changes
- [`129fd6d`](https://github.com/elmarti/react-joystick-component/commit/129fd6d) use pointer events - use pointer events
Using pointer events standardises a lot of the code and allows dragging to continue outside of the viewport. closes #26 closes #35
(Issues: #26
#35
)