Created by: gaearon
1.0.8 (June 28, 2017)
🐛 Bug Fix
-
react-scripts
- #2550 Fix Node 8 compatibility. (@josephfrazier)
- #2610 Fix sourcemap directory organization on Windows. (@plusCubed)
- #2596 Fix an issue with minifying emojis. (@viankakrisna)
-
#2501 Fix incorrect check if
CI
variable is set to true. (@varnav) -
#2432 In new projects, don't register service worker for projects using
PUBLIC_URL
for CDN. (@jeffposnick) -
#2470 In new projects, prioritize
index.css
overApp.css
. (@bryankang)
-
react-dev-utils
-
#2405 Fix detection of parent directory in
ModuleScopePlugin
. (@diligiant) - #2562 Fix eject command output. (@paweljedrzejczyk)
-
#2405 Fix detection of parent directory in
💅 Enhancement
-
react-scripts
- #2648 Warn about large bundle sizes. (@gaearon)
-
#2511 Support
.web.js
extension for React Native Web. (@mini-eggs) - #2645 Hide confusing "Skipping static resource" message. (@gaearon)
- #2389 Silence unnecessary warning from Babel. (@gaearon)
-
#2429 Update
sw-precache-webpack-plugin
to lastest version. (@goldhand) -
#2600 Add empty mock for
dgram
Node module. (@micopiira) - #2458 Add names to module factories in development. (@Zaccc123)
-
#2551 In new projects, unregister service worker and force reload if
service-worker.js
is not found. (@ro-savage)
-
babel-preset-react-app
,react-dev-utils
,react-scripts
-
create-react-app
,react-scripts
-
react-dev-utils
- #2637 Auto-detect Brackets editor from error overlay. (@petetnt)
- #2552 Auto-detect running editor on Windows for error overlay. (@levrik)
- #2622 Support opening PhpStorm for error overlay. (@miraage)
- #2414 Support opening WebStorm 2017+ from error overlay. (@wirmar)
- #2518 Warn when trying to run on port below 1024 without admin permissions under Linux/macOS. (@levrik)
-
#2385 Suggest just
yarn build
in output. (@gaearon)
-
create-react-app
- #1945 Fix grammar in CLI output. (@ColinEberhardt)
📝 Documentation
-
User Guide
- #2662 Local testing docker links. (@EnoahNetzach)
- #2660 Minor code style edits to user guide. (@gaearon)
- #2656 Don't ask to install webpack for using Styleguidist. (@gaearon)
-
#1641 Add instructions to use
source-map-explorer
. (@gr33nfury) - #2044 Add React Styleguidist. (@sapegin)
- #2006 Added instruction on how to install Prettier. (@MrHus)
- #1813 Fix grammar. (@iheng)
- #2060 Add more info about OOM build failiure [docs]. (@GAumala)
- #2305 Update docs with WebSocket proxy information. (@jamesblight)
-
#2445 Document
REACT_EDITOR
environment variable. (@wirmar) - #2362 Add yarn example under "Installing a Dependency". (@BrianDGLS)
- #2423 Add docs for setting up CircleCI for CRA. (@knowbody)
- #2427 Added link to tutorial on code splitting. (@jayair)
- #2447 Fix wrong comment on Proxy guide. (@hellowin)
- #2538 Fix broken link to a tutorial. (@romanyanke)
- #2522 Flow init to run as command not flag. (@khanglu)
- #2521 Fix broken link to Storybook docs. (@shilman)
- #2500 Fix minor typo. (@AlexxNica)
- #2331 Re-add storybook && update the documentation and links. (@ndelangen)
- #2454 Update Travis CI Node versions in User Guide. (@ryansully)
- #2420 Fix typo. (@ruskakimov)
-
#2392 Update
jest-enzyme
section. (@luftywiranda13)
-
README
🏠 Internal
-
Other
- #2465 Update Prettier to v1. (@ianschmitz)
- #2489 chore(templates): Move GitHub templates to hidden .github folder. (@glennreyes)
- #2400 Added cache clear to e2e scripts. (@ro-savage)
- #2397 Fix command in e2e-kitchensink.sh cleanup. (@ro-savage)
- #2388 Fix wrong path expansion in end-to-end test. (@gaearon)
- #2387 Catch "No tests found" during CI. (@EnoahNetzach)
-
react-scripts
- #2408 E2E testing enhancements. (@EnoahNetzach)
- #2430 Remove an unnecessary webpack option. (@andykenward)
-
react-dev-utils
Committers: 46
- Ade Viankakrisna Fadlil (viankakrisna)
- Alexandre Nicastro (AlexxNica)
- Andi N. Dirgantara (hellowin)
- Andy Kenward (andykenward)
- Artem Sapegin (sapegin)
- Ashton (ashtonsix)
- Brian Douglas (BrianDGLS)
- Colin Eberhardt (ColinEberhardt)
- Colin Galindo (gr33nfury)
- Dan Abramov (gaearon)
- Daniel Ciao (plusCubed)
- Erik Engi (kireerik)
- Evan Jones (mini-eggs)
- Fabrizio Castellarin (EnoahNetzach)
- Frédéric Miserey (diligiant)
- Gabriel Aumala (GAumala)
- Glenn Reyes (glennreyes)
- Heng Li (iheng)
- Ian Schmitz (ianschmitz)
- James Blight (jamesblight)
- Jay V (jayair)
- Jeffrey Posnick (jeffposnick)
- Joe Haddad (Timer)
- Joseph Frazier (josephfrazier)
- Khang Lu (khanglu)
- Levin Rickert (levrik)
- Lufty Wiranda (luftywiranda13)
- Maarten Hus (MrHus)
- Marius Wirtherle (wirmar)
- Mateusz Zatorski (knowbody)
- Michael Shilman (shilman)
- Mico Piira (micopiira)
- Mikhail Osher (miraage)
- Norbert de Langen (ndelangen)
- Paweł Jędrzejczyk (paweljedrzejczyk)
- Pete Nykänen (petetnt)
- Ro Savage (ro-savage)
- Roman (romanyanke)
- Rustem Kakimov (ruskakimov)
- Ryan Sullivan (ryansully)
- Stanislas Ormières (laruiss)
- Will Farley (goldhand)
- Zac Kwan (Zaccc123)
- bryankang
- varnav
- shaun wallace (shaunwallace)
Migrating from 1.0.7 to 1.0.8
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.8
or
yarn add --dev --exact react-scripts@1.0.8
You may optionally then move react-scripts
from devDependencies
to dependencies
since that’s how we’ll structure newly created projects. It is not necessary though.
If you left the service worker integration enabled and didn’t change how it works, you can replace src/registerServiceWorker.js
with this updated version.
If you haven't changed the default CSS organization, you may want to apply this fix that makes index.css
take precedence over App.css
in your project.