facebookarchive / react-360

Create amazing 360 and VR content using React
https://facebook.github.io/react-360
Other
8.73k stars 1.23k forks source link

Change log doesn't have current react-vr-cli #379

Open jgwinner opened 6 years ago

jgwinner commented 6 years ago

Minor issue, but I stumbled on it and figured I'd report.

Description

https://facebook.github.io/react-vr/docs/release-change-log.html

shows version 0.2.1, but from the CLI it says it's at:

F:\ReactVR\WalkInAMaze>react-vr --help React VR Command Line Interface Version 0.3.6

Usage: react-vr init [project name] Create a new React VR application with the specified name

andrewimm commented 6 years ago

Sorry, that page was only supposed to exist until we open sourced this repo. Now, all updates live on the releases page. I'll remove it to avoid any confusion.

jgwinner commented 6 years ago

Oh - you mean https://github.com/facebook/react-vr/releases? Maybe the docs page could link to the releases URL.

I don't see the CLI referenced at all on the releases tab. It is neat to see the differences, and most importantly, what's changed (so you know what's new and/or what breaks on a new release, obviously).

Glad I can help lint this stuff, it's a trudge to go through docs when you know what they are supposed to say :)

== John ==