Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.3.0 (September 1, 2016)
Build Dependency (
react-scripts
)src
directory. (@fson in #504)<link href>
inindex.html
will now be correctly resolved, so deletingfavicon.ico
is not an error anymore. (@andreypopp in #428)<div ref={node => this.node = node}>
. (@mrscobbler in #529)react-constant-elements
Babel transform because of its bugs. (@gaearon in #534)Global CLI (
create-react-app
).idea
folder, which is necessary for future WebStorm integration. (@denofevil in #522)Migrating from 0.2.3 to 0.3.0
You may optionally update the global command (it’s not required):
Inside any created project that has not been ejected, run:
Since 0.3.0 added a test runner, we recommend that you add it to the
scripts
section of yourpackage.json
like this:Then read the testing guide to learn more about using it!