-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog for 0.2.0 #190
Merged
Merged
Changelog for 0.2.0 #190
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ghost
added
the
CLA Signed
label
Jul 25, 2016
This was referenced Jul 27, 2016
Closed
Closed
This shouldn't be in the global cli section. This change will be picked up with the new release even if you don't update the global cli |
Ah you're right, can you fix this please? I keep forgetting about the split :P |
Hopefully from now on we're never going to change the global cli, ever ;) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.2.0
Build Dependency (
react-scripts
)homepage
field topackage.json
(@dhruska in #94)0.0.0.0
and works with VirtualBox (@JWo1F in #128)3000
port is taken, we offer to use another port (@chocnut in #101, 2edf21)import
CSS files from npm modules (@glennreyes in #105, @breaddevil in #178)fetch
andPromise
polyfills are now always included (@gaearon in #235).gitignore
(@npverni in #79, @chibicode in #112).babelrc
in parent directory no longer causes an error (@alexzherdev in #236).json
extension are now discovered (@gaearon in a11d6a)Global CLI (
create-react-app
)--version
flag correctly (@mxstbr in #152)Migrating from 0.1.0 to 0.2.0
You may optionally update the global command (it’s not required):
Inside any created project that has not been ejected, run:
You may need to fix a few lint warnings about missing
<img alt>
tag, but everything else should work out of the box. If you intend to deploy your site to GitHub Pages, you may now addhomepage
field topackage.json
. If you had issues with integrating editor linter plugins, follow these new instructions.