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

Commit

Permalink
Add notes for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Firtina Ozbalikci committed Apr 8, 2017
1 parent 6bb62ee commit d1e3f05
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 24 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
CHANGELOG
===========

## 3.0.3 ([see diff](https://github.com/toxicFork/react-three-renderer/compare/v3.0.2...v3.0.3))
## 3.1.0 ([see diff](https://github.com/toxicFork/react-three-renderer/compare/v3.0.2...v3.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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Would you like to know more? [See the wiki](https://github.com/toxicFork/react-t

> This is still an experimental and work in progress project, use at your own risk!
> Currently supported react version: `15.4.1` ( things break fast when you fly this close to the sun )
> Currently supported react version: `15.5.3` ( things break fast when you fly this close to the sun )
[![Join the chat at https://gitter.im/toxicFork/react-three-renderer](https://badges.gitter.im/toxicFork/react-three-renderer.svg)](https://gitter.im/toxicFork/react-three-renderer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/toxicFork/react-three-renderer.svg)](https://travis-ci.org/toxicFork/react-three-renderer)

Expand All @@ -19,7 +19,7 @@ Installation
============

```
npm install --save react@15.4.1 react-dom@15.4.1 three@0.82.1
npm install --save react@15.5.3 react-dom@15.5.3 three@0.84.0
npm install --save react-three-renderer
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"fbjs": "0.8.12"
},
"peerDependencies": {
"react": "~15.4.0",
"react-dom": "~15.4.0",
"three": "~0.82.1"
"react": "~15.5.3",
"react-dom": "~15.5.3",
"three": "~0.84.0"
},
"devDependencies": {
"babel-cli": "6.24.1",
Expand Down
7 changes: 2 additions & 5 deletions wiki/extrudeGeometry.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ once sent to GPU.
### curveSegments
``` number ```: Default is 12 (not used in three.js at the moment)

### material
``` number ```: Index of the material in a material list
### settings
``` any ```

### UVGenerator
```
Expand All @@ -71,9 +71,6 @@ shape of
```
A UV generator, defaults to ExtrudeGeometry's WorldUVGenerator
### settings
``` any ```

### steps
``` number ```

Expand Down
13 changes: 0 additions & 13 deletions wiki/shapeGeometry.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,6 @@ once sent to GPU.
### curveSegments
``` number ```: Default is 12 (not used in three.js at the moment)

### material
``` number ```: Index of the material in a material list

### UVGenerator
```
shape of
{
generateTopUV: function,
generateSideWallUV: function
}
```
A UV generator, defaults to ExtrudeGeometry's WorldUVGenerator
### resourceId
``` string ```: The resource id of this object, only used if it is placed into [[resources]].

Expand Down

0 comments on commit d1e3f05

Please sign in to comment.