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

v3.2.1

Compare
Choose a tag to compare
@toxicFork toxicFork released this 30 Jul 09:27
· 29 commits to master since this release

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)