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.8.4 (December 11, 2016)
🐛 Bug Fix
react-scripts
#1233 Disable subresource integrity temporarily. (@Timer)
We added Subresource Integrity checks to the build output in 0.8.2 but it turns out that they may fail in browsers using special compression proxies, such as Chrome on Android, when served over HTTP. We disabled the checks until we can find a safe way to add them.
react-dev-utils
#1226 Fix weird lint output. (@n3tr)
Fixes a strange lint message formatting in some edge cases.
#1215 Fix - openChrome won't open default browser (using Canary). (@n3tr)
Fixes an regression that caused stable Google Chrome to be opened even if you are using Canary as the default browser.
create-react-app
Fixes noisy output on Windows when Yarn is not installed.
💅 Enhancement
react-scripts
#1237 Clear scrollback in test mode. (@gaearon)
Ensures test watcher clears the console before running.
#1229 Disable jest watch mode when --coverage flag is present [Disable watch in npm test -- --coverage #1207]. (@BenoitAverty)
Since coverage doesn't work well with watch mode, we don’t run the watcher on
npm test -- --coverage
anymore.#1212 Proxy rewrites Origin header to match the target server URL. (@koles)
Makes sure more API endpoints can work with the
proxy
setting.#1222 Disable gh-page setup instruction if scripts.deploy has been added. (@n3tr)
Suppresses the instructions printed at the end of
npm run build
ifnpm run deploy
already exists.create-react-app
#1236 Tweak console messages. (@gaearon)
Makes error messages more friendly.
#1195 Use "commander" for cli argv handling. (@EnoahNetzach)
Adds
create-react-app --help
with a list of options.react-dev-utils
#1211 Use a better clear console sequence. (@gaearon)
Ensures the development server clears the terminal when files are changed.
📝 Documentation
react-dev-utils
react-scripts
🏠 Internal
react-scripts
Committers: 10
Migrating from 0.8.3 to 0.8.4
Inside any created project that has not been ejected, run:
You may also optionally update the global command-line utility: