Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Releases: firtoz/react-three-renderer

v3.2.4

24 Feb 09:45
Compare
Choose a tag to compare

npm install --save react-three-renderer@3.2.4

Changelog (see diff)

Components

  • Fixed index property to default to null for <bufferedGeometry/> (PR #208)

Project

v3.2.3

10 Nov 20:45
Compare
Choose a tag to compare

npm install --save react-three-renderer@3.2.3

Changelog (see diff)

Components

  • Add uv property to BufferGeometryDescriptor (PR #194)
  • Added defaults for arrowHelper origin and dir properties

Documentation

  • Fix installation instructions in readme to match peer dependencies (PR #203)

v3.2.1

30 Jul 09:27
Compare
Choose a tag to compare

npm install --save react-three-renderer@3.2.1

Changelog (see diff)

Core

  • Use raf for requestAnimationFrame shimming #163 #164

Components

  • Fix GeometryDescriptorBase faceVertexUvs property #180

3.2.0 (see diff)

Core

  • Update dependencies:
    • react@~15.6.1
    • three@~0.86.0
  • Use prop-types package

3.1.1 (see diff)

Documentation

  • Fix (hopefully) all three.js documentation links (#177)
  • Fix PropTypes deprecation warning (#174)

Components

  • Fix minFilter property of texture (#166)
  • Add edgesGeometry (#159)

v3.2.0

30 Jul 08:51
Compare
Choose a tag to compare

npm install --save react-three-renderer@3.2.0

Changelog (see diff)

Core

  • Update dependencies:
    • react@~15.6.1
    • three@~0.86.0
  • Use prop-types package

v3.1.1

29 Jul 14:01
Compare
Choose a tag to compare

npm install --save react-three-renderer@3.1.1

Changelog (see diff)

Documentation

  • Fix (hopefully) all three.js documentation links (#177)
  • Fix PropTypes deprecation warning (#174)

Components

  • Fix minFilter property of texture (#166)
  • Add edgesGeometry (#159)

v3.1.0

08 Apr 18:06
Compare
Choose a tag to compare

npm install --save react-three-renderer@3.1.0

Changelog(see diff)

This is a strange release that was slightly frustrating to implement.

Core

  • Fix compatibility for three@~0.84.0!
  • Fix compatibility for react@~15.5.3!
  • Fix building and testing on Windows (sorry!)
    • Use more gulp and less bash
  • Test that yarn works too (yep)

Components

  • Fix type of scene.fog property (#144)

v3.0.2

04 Jan 20:26
Compare
Choose a tag to compare

npm install --save react-three-renderer@3.0.2

Changelog( see diff )

Components

  • Added map, depthTest, depthWrite, blending, depthFunc, vertexColors properties to materials (#138, #132)
  • Added slot property to textures (#134)
  • Added matrix property to scene objects (#122)
  • Added customRenderer property to React3 (#55)

v3.0.0

04 Dec 20:57
Compare
Choose a tag to compare

npm install --save react-three-renderer@3.0.0

Changelog( see diff )

Core

  • Fix compatibility for three@~0.82.1! ( #126 Fixes #106 #124 )
  • Fix compatibility for react@15.4.0! ( Fixes #118 )

Components

  • Added <hemisphereLight> ( #126 #129 )
  • Added <meshStandardMaterial> ( #126 )
  • ExtrudeGeometry:
    • Change type validation for frames

v2.3.3

06 Nov 14:32
Compare
Choose a tag to compare

npm install --save react-three-renderer@2.3.3

Changelog( see diff )

Components

  • Added <shapeGeometry> ( #114 )
  • Fixed a bug which would cause a crash when you changed some properties on components
    whose children used ref functions
  • Added <bufferGeometry> ( #105 #119 )

Core

  • Fixed bug which would not allow you to get a canvas reference through the canvasRef property in some conditions ( #115 )

v2.3.2

27 Sep 20:53
Compare
Choose a tag to compare

npm install --save react-three-renderer@2.3.2

Changelog( see diff )

Docs

  • Added LICENSE ( MIT )

Components

  • Added <gridHelper/> ( #60 )
  • <React3/>:
    • Added canvasRef property for easier access to the canvas
  • <ambientLight/>:
    • Add intensity prop ( #110 )

Testing

  • Added production testing