CHANGELOG
===========

## Current Master ([see diff](https://github.com/toxicFork/react-three-renderer/compare/v3.2.4...master))

## 3.2.4 ([see diff](https://github.com/toxicFork/react-three-renderer/compare/v3.2.3...v3.2.4))

### Components
- Fixed `index` property to default to `null` for `<bufferedGeometry/>` (PR #208)

### Project
- The list of contributors can be found in https://github.com/toxicFork/react-three-renderer/graphs/contributors

## 3.2.3 ([see diff](https://github.com/toxicFork/react-three-renderer/compare/v3.2.1...v3.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)

## 3.2.1 ([see diff](https://github.com/toxicFork/react-three-renderer/compare/v3.2.0...v3.2.1))

### Core
- Use `raf` for `requestAnimationFrame` shimming #163 #164

### Components
- Fix GeometryDescriptorBase faceVertexUvs property #180

## 3.2.0 ([see diff](https://github.com/toxicFork/react-three-renderer/compare/v3.1.1...v3.2.0))

### Core
- Update dependencies:
  - `react@~15.6.1`
  - `three@~0.86.0`
- Use `prop-types` package

## 3.1.1 ([see diff](https://github.com/toxicFork/react-three-renderer/compare/v3.1.0...v3.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)
