All Versions
10
Latest Version
Avg Release Cycle
50 days
Latest Release
2265 days ago

Changelog History

  • v3.2.4 Changes

    February 24, 2018

    npm install --save [email protected]

    ๐Ÿ”„ Changelog (see diff)

    Components

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

    Project

  • v3.2.3 Changes

    November 10, 2017

    npm install --save [email protected]

    ๐Ÿ”„ 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.2

    November 10, 2017
  • v3.2.1 Changes

    July 30, 2017

    npm install --save [email protected]

    ๐Ÿ”„ 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 Changes

    July 30, 2017

    npm install --save [email protected]

    ๐Ÿ”„ Changelog (see diff)

    Core

    • โšก๏ธ Update dependencies:
      • react@~15.6.1
      • three@~0.86.0
    • ๐Ÿ“ฆ Use prop-types package
  • v3.1.1 Changes

    July 29, 2017

    npm install --save [email protected]

    ๐Ÿ”„ 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 Changes

    April 08, 2017

    npm install --save [email protected]

    ๐Ÿ”„ 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 Changes

    January 04, 2017

    npm install --save [email protected]

    ๐Ÿ”„ 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.1

    January 03, 2017
  • v3.0.0 Changes

    December 04, 2016

    npm install --save [email protected]

    ๐Ÿ”„ Changelog( see diff )

    Core

    Components

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