Commit graph

117 commits

Author SHA1 Message Date
Sheryl Hohman 6315937c6e
typo in README.md (#102) 2022-02-20 20:10:54 +02:00
Șandor Sergiu 61559a399a
Update README.md 2022-01-10 10:03:38 +02:00
Șandor Sergiu 2ee96e937f
Update README.md 2022-01-10 09:59:12 +02:00
Șandor Sergiu f6b73dac54
Revert "Add setting to use px instead of degrees for tilt (#94)" (#97)
This reverts commit 43ca5c53cf.
2021-11-03 09:14:50 +02:00
Eric Castillo 43ca5c53cf
Add setting to use px instead of degrees for tilt (#94) 2021-11-03 09:06:31 +02:00
micku7zu cb1f298d83 Update to 1.7.2 2021-09-04 10:26:25 +03:00
dependabot[bot] 66f7af8fa1
Bump path-parse from 1.0.5 to 1.0.7 (#92)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-04 10:25:45 +03:00
micku7zu ebcf46cec4 Update to 1.7.2 2021-09-04 10:25:03 +03:00
Foxi 20f9edad9e
Fixing glare being too small when the container's vertical dimension is greater than its horizontal. (#91) 2021-09-04 09:57:02 +03:00
micku7zu 4a644269a1 Fix first interaction skew big distortion and update to 1.7.1 2021-07-28 10:26:28 +03:00
Mateusz Garbaciak d9b26fa40a
update readme on NPM installation (#85) 2021-05-17 14:59:03 +03:00
HimajPatil 129f3e31f1
Added HTML Language Tag (#80)
After adding this tag , users who have enabled browser extension for translation can view the HTML component in that language. It does not make a big difference but it is even recommended by Emmet is Visual Studio Code.
2021-04-19 10:43:38 +03:00
dependabot[bot] df653098f4
Bump y18n from 3.2.1 to 3.2.2 (#79)
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-19 10:42:51 +03:00
HimajPatil e6be1a9dae
Enhanced Documentation (#77)
The changes I made can make the documentation a little more better.
2021-03-29 16:17:16 +03:00
andreas 83e691f58a
Fix documented max option default value (#63) 2020-05-01 02:29:04 +03:00
Șandor Sergiu e0e07613e2
Update README.md 2019-05-06 09:37:34 +03:00
Șandor Sergiu 8a3633a541
Update README.md 2019-04-13 11:02:04 +03:00
Sandor Sergiu d034afe971 Update to version 1.7.0 Refactored some code after many pull requests. 2019-04-13 10:55:36 +03:00
Sandor Sergiu 2595c33eee Update to version 1.6.3. Refactored some code and fixed degrees calculation. 2019-04-13 10:19:56 +03:00
Sander Moolin 5532251af8 Added startX and startY properties (#48)
* Added startX and startY properties

* Added a couple lines of documentation
2019-04-13 10:13:19 +03:00
Șandor Sergiu 581bfc6add
Update contributors 2019-04-13 00:16:22 +03:00
Sandor Sergiu 30a8ec0b87 Version 1.6.2: Add gyroscope samples 2019-04-12 23:57:54 +03:00
Șandor Sergiu 91bc380ef7
Add Internet Explorer Custom Event polyfill details 2019-04-12 23:28:57 +03:00
Sandor Sergiu d3107f0d6f Add test/index.html file for easier debug on the master branch. 2019-04-12 23:14:22 +03:00
rrroyal 7dddcf950b Whole document mouse movement support (#51)
* Whole document mouse movement support

Also updated CONTRIBUTORS.md

* Fixed a typo
2019-04-12 21:48:58 +03:00
Matthew Merryfull 2120d8b87f added updated type definitions for v1.6.1 and entry into package.json (#47)
* added updated type definitions for v1.6.1 and entry into package.json

* updated readme for type usage
2019-04-12 21:47:52 +03:00
Șandor Sergiu fd0cc73b14
Update README.md 2019-04-08 21:34:07 +03:00
Sandor Sergiu b0cc942f99 Fix gyroscope false and update to 1.6.1 2018-12-28 11:10:13 +02:00
Sandor Sergiu c5fab87641 Add contributors on README and gyroscope documentation 2018-12-23 00:33:15 +02:00
Sandor Sergiu 3cf9615b1c Fix first onDeviceOrientation call from desktop 2018-12-23 00:18:17 +02:00
Sandor Sergiu a4fb9a99cc Add 1.6.0 compiled versions 2018-12-23 00:10:27 +02:00
Sandor Sergiu 06f729f625 Fix Glare pointer-events bug 2018-12-23 00:09:06 +02:00
Sandor Sergiu a1b88e4e8c Rename 'onWindowResizeBind' typo 2018-12-23 00:08:43 +02:00
Matteo Rigon d3ad055e1c Device orientation support (#39)
* update gyroscope default settings

* add check to enable/disable deviceorientation event

* add compiled versions

* restore compiled libraries

* update extendSettings doc comment

* add support for deviceorientation event

* Update version to 1.6.0 and add contributors
2018-12-23 00:06:59 +02:00
Sandor Sergiu 8be9c70c82 Fix npm audit errors 2018-12-14 13:47:09 +02:00
Șandor Sergiu f57ca7bcf4
Update README.md 2018-12-14 10:41:15 +02:00
Șandor Sergiu 26c648d8d9
Update README.md 2018-10-17 20:03:57 +03:00
Sandor Sergiu cb39058aea Update version to 1.5.0 2018-10-17 20:01:03 +03:00
Șandor Sergiu 66daa37cf5
Merge pull request #37 from Dok11/master
Added option for setting mouse event listener
2018-10-17 19:50:06 +03:00
Sandor Sergiu b714ab19c1 Update version to 1.4.2 2018-10-17 19:44:00 +03:00
Dok11 6d36af3b2e Update JSDoc 2018-10-15 14:35:07 +03:00
Dok11 10bdbfa6da Update readme.md 2018-10-15 14:32:30 +03:00
Dok11 f7771c8dfe Fix reset method by check element exists 2018-10-13 17:31:32 +03:00
Dok11 506a1dc154 Adding more flexibility for mouse move events +fix order 2 2018-10-12 19:07:44 +03:00
Dok11 b5af945019 Adding more flexibility for mouse move events +fix order 2018-10-12 19:02:44 +03:00
Dok11 b2dc09e48f Adding more flexibility for mouse move events +build 2018-10-12 18:52:10 +03:00
Dok11 bfdba078b1 Adding more flexibility for mouse move events 2018-10-12 17:51:31 +03:00
Dok11 00130b9c92 Fix dead code in arguments 2018-10-12 17:05:08 +03:00
Dok11 da46cb5ac7 Fix dead code in arguments 2018-10-12 17:04:55 +03:00
Șandor Sergiu b3c1dbadfe
Fix typo 'addEventListeners' 2017-12-17 16:56:03 +02:00