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

Latest commit

 

History

History
47 lines (32 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 1.5 KB

CHANGELOG

Current Master (see diff)

3.2.4 (see diff)

Components

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

Project

3.2.3 (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)

3.2.1 (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)