Skip to content

Releases: danivalls/react-tilt-3d

0.5.2 - Fix gyro permissions issue for iOS devices

02 Jun 16:34
2850576
Compare
Choose a tag to compare

Package published to npmjs: https://www.npmjs.com/package/react-tilt-3d/v/0.5.2
Install with npm: npm i react-tilt-3d@0.5.2
Install with yarn: yarn add react-tilt-3d@0.5.2

0.5.1 - Fix gyro detection for some devices

02 Jun 14:18
52db4dd
Compare
Choose a tag to compare

Package published to npmjs: https://www.npmjs.com/package/react-tilt-3d/v/0.5.1
Install with npm: npm i react-tilt-3d@0.5.1
Install with yarn: yarn add react-tilt-3d@0.5.1

0.5.0 - Added gyro support

02 Jun 14:06
6caac2d
Compare
Choose a tag to compare

Package published to npmjs: https://www.npmjs.com/package/react-tilt-3d/v/0.5.0
Install with npm: npm i react-tilt-3d@0.5.0
Install with yarn: yarn add react-tilt-3d@0.5.0

0.4.0 - Add prop to control transition-timing-function

24 May 16:43
e9e0923
Compare
Choose a tag to compare

Package published to npmjs: https://www.npmjs.com/package/react-tilt-3d/v/0.4.0
Install with npm: npm i react-tilt-3d@0.4.0
Install with yarn: yarn add react-tilt-3d@0.4.0

Changelog

  • Added prop to control the transition-timing-function. This prop can have any default css transition in addition of a custom one called "bounce".

0.3.1 - Reworked function to calculate tilt

22 May 15:37
bf6979c
Compare
Choose a tag to compare

Package published to npmjs: https://www.npmjs.com/package/react-tilt-3d/v/0.3.1
Install with npm: npm i react-tilt-3d@0.3.1
Install with yarn: yarn add react-tilt-3d@0.3.1

0.3.0 - Added tilt events

21 May 19:08
70ae352
Compare
Choose a tag to compare

Package published to npmjs: https://www.npmjs.com/package/react-tilt-3d/v/0.3.0
Install with npm: npm i react-tilt-3d@0.3.0
Install with yarn: yarn add react-tilt-3d@0.3.0

Changelog:

  • Added onTiltStart callback. It will be called when any tilt axis gets a value different than 0.
  • Added onTiltEnd callback. It will be called when the tilt is 0 for both axis.
  • Added onTiltChange callback. It will be called any time the tilt changes.

0.2.16 - Improve hovering detection

17 May 16:24
da8db36
Compare
Choose a tag to compare

Package published to npmjs: https://www.npmjs.com/package/react-tilt-3d/v/0.2.16
Install with npm: npm i react-tilt-3d@0.2.16
Install with yarn: yarn add react-tilt-3d@0.2.16

0.2.15

15 May 14:34
e25caaf
Compare
Choose a tag to compare
Merge pull request #2 from danivalls/add-js-docs

Added jsdocs in component

0.2.14

15 May 14:25
0266d6e
Compare
Choose a tag to compare
Merge pull request #1 from danivalls/add-tests

Add tests

0.2.13

09 May 21:16
Compare
Choose a tag to compare