Releases: firtoz/react-three-renderer
Releases · firtoz/react-three-renderer
v3.2.4
24 Feb 09:45
Compare
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@3.2.4
Components
Fixed index property to default to null for <bufferedGeometry/> (PR #208 )
Project
v3.2.3
10 Nov 20:45
Compare
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@3.2.3
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
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@3.2.1
Core
Use raf for requestAnimationFrame shimming #163 #164
Components
Fix GeometryDescriptorBase faceVertexUvs property #180
Core
Update dependencies:
react@~15.6.1
three@~0.86.0
Use prop-types package
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
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@3.2.0
Core
Update dependencies:
react@~15.6.1
three@~0.86.0
Use prop-types package
v3.1.1
29 Jul 14:01
Compare
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@3.1.1
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
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@3.1.0
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
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@3.0.2
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
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@3.0.0
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
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@2.3.3
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
Sorry, something went wrong.
No results found
npm install --save react-three-renderer@2.3.2
Docs
Components
Added <gridHelper/> ( #60 )
<React3/>:
Added canvasRef property for easier access to the canvas
<ambientLight/>:
Add intensity prop ( #110 )
Testing