-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: elmarti/react-joystick-component
base: 3.2.0
head repository: elmarti/react-joystick-component
compare: master
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b5c2e8 - Browse repository at this point
Copy the full SHA 8b5c2e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f89fa5c - Browse repository at this point
Copy the full SHA f89fa5cView commit details
Commits on Jan 14, 2022
-
✨ 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
Configuration menu - View commit details
-
Copy full SHA for 045d1af - Browse repository at this point
Copy the full SHA 045d1afView commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5dc68c1 - Browse repository at this point
Copy the full SHA 5dc68c1View commit details
Commits on Jan 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 129fd6d - Browse repository at this point
Copy the full SHA 129fd6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba9106 - Browse repository at this point
Copy the full SHA 4ba9106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b068aa - Browse repository at this point
Copy the full SHA 8b068aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1fc49d - Browse repository at this point
Copy the full SHA f1fc49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1810cd4 - Browse repository at this point
Copy the full SHA 1810cd4View commit details
Commits on Apr 6, 2022
-
change joystick position x and y to have a range of [-1, 1] instead o…
…f based on the rendered size of the joystick
Configuration menu - View commit details
-
Copy full SHA for 95a1a03 - Browse repository at this point
Copy the full SHA 95a1a03View commit details
Commits on Apr 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b0bb582 - Browse repository at this point
Copy the full SHA b0bb582View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8f320b2 - Browse repository at this point
Copy the full SHA 8f320b2View commit details -
Merge pull request #43 from mkosir/master
Allow React version >17 to be as peer dependency
Configuration menu - View commit details
-
Copy full SHA for 09c21ca - Browse repository at this point
Copy the full SHA 09c21caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c37905b - Browse repository at this point
Copy the full SHA c37905bView commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 92b4020 - Browse repository at this point
Copy the full SHA 92b4020View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1cf914 - Browse repository at this point
Copy the full SHA b1cf914View commit details -
Configuration menu - View commit details
-
Copy full SHA for a664bf7 - Browse repository at this point
Copy the full SHA a664bf7View commit details -
Merge pull request #47 from elmarti/add-stick-size-override
✨ add stick size override, fixes #38
Configuration menu - View commit details
-
Copy full SHA for 948906c - Browse repository at this point
Copy the full SHA 948906cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 442d7ff - Browse repository at this point
Copy the full SHA 442d7ffView commit details -
Merge pull request #48 from elmarti/publish-src-in-package
🐛 👷 publish raw files in package
Configuration menu - View commit details
-
Copy full SHA for 5e86ec7 - Browse repository at this point
Copy the full SHA 5e86ec7View commit details
Commits on Nov 19, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 7012fb4 - Browse repository at this point
Copy the full SHA 7012fb4View commit details -
Merge pull request #42 from lukedukeus/patch-1
change joystick position x and y to have a range of [-1, 1] instead of based on the rendered size of the joystick
Configuration menu - View commit details
-
Copy full SHA for 4819d64 - Browse repository at this point
Copy the full SHA 4819d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66398ad - Browse repository at this point
Copy the full SHA 66398adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f6cbb - Browse repository at this point
Copy the full SHA 68f6cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e08dbc2 - Browse repository at this point
Copy the full SHA e08dbc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8d3df - Browse repository at this point
Copy the full SHA db8d3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 781b030 - Browse repository at this point
Copy the full SHA 781b030View commit details -
💩 No idea why github actions is running the second step in a nested d…
…irectory If anyone knows plz tell. See example here: https://github.com/elmarti/react-joystick-component/actions/runs/3505396544/jobs/5871692929
Configuration menu - View commit details
-
Copy full SHA for 8c5fa1d - Browse repository at this point
Copy the full SHA 8c5fa1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7918717 - Browse repository at this point
Copy the full SHA 7918717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d63525 - Browse repository at this point
Copy the full SHA 9d63525View commit details -
Configuration menu - View commit details
-
Copy full SHA for e164cdf - Browse repository at this point
Copy the full SHA e164cdfView commit details
Commits on Nov 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 90270eb - Browse repository at this point
Copy the full SHA 90270ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f69fc - Browse repository at this point
Copy the full SHA a3f69fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9865683 - Browse repository at this point
Copy the full SHA 9865683View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a0409 - Browse repository at this point
Copy the full SHA 12a0409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 790817a - Browse repository at this point
Copy the full SHA 790817aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a952b - Browse repository at this point
Copy the full SHA d6a952bView commit details
Commits on Mar 4, 2023
-
⬆️ Bump minimist from 1.2.5 to 1.2.8
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 56dcb6e - Browse repository at this point
Copy the full SHA 56dcb6eView commit details -
Merge pull request #51 from elmarti/dependabot/npm_and_yarn/minimist-…
…1.2.8 ⬆️ Bump minimist from 1.2.5 to 1.2.8
Configuration menu - View commit details
-
Copy full SHA for 100b4a7 - Browse repository at this point
Copy the full SHA 100b4a7View commit details -
⬆️ Bump loader-utils from 1.4.0 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a1a9935 - Browse repository at this point
Copy the full SHA a1a9935View commit details -
⬆️ Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 423478d - Browse repository at this point
Copy the full SHA 423478dView commit details -
Merge pull request #52 from elmarti/dependabot/npm_and_yarn/loader-ut…
…ils-1.4.2 ⬆️ Bump loader-utils from 1.4.0 to 1.4.2
Configuration menu - View commit details
-
Copy full SHA for 1abc7b4 - Browse repository at this point
Copy the full SHA 1abc7b4View commit details -
Merge pull request #53 from elmarti/dependabot/npm_and_yarn/decode-ur…
…i-component-0.2.2 ⬆️ Bump decode-uri-component from 0.2.0 to 0.2.2
Configuration menu - View commit details
-
Copy full SHA for f4fabf1 - Browse repository at this point
Copy the full SHA f4fabf1View commit details -
⬆️ Bump terser from 4.8.0 to 4.8.1
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a933b8c - Browse repository at this point
Copy the full SHA a933b8cView commit details -
Merge pull request #54 from elmarti/dependabot/npm_and_yarn/terser-4.8.1
⬆️ Bump terser from 4.8.0 to 4.8.1
Configuration menu - View commit details
-
Copy full SHA for 03d8e9f - Browse repository at this point
Copy the full SHA 03d8e9fView commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70905b6 - Browse repository at this point
Copy the full SHA 70905b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0191a - Browse repository at this point
Copy the full SHA eb0191aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0a254 - Browse repository at this point
Copy the full SHA 2e0a254View commit details -
Merge pull request #56 from elmarti/#55-limit-movement-on-x-y-axis
closes #55 limit movement on x y axis
Configuration menu - View commit details
-
Copy full SHA for ed3d9f9 - Browse repository at this point
Copy the full SHA ed3d9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 750076d - Browse repository at this point
Copy the full SHA 750076dView commit details
There are no files selected for viewing