Created by: gaearon
1.1.0 (January 15, 2018)
🚀 New Feature
-
react-scripts
-
react-error-overlay
-
create-react-app
-
#3408 Add
--info
flag to help gather bug reports. (@tabrindle) -
#3409 Add
--use-npm
flag to bypass Yarn even on systems that have it. (@tabrindle) -
#3725 Extend
--scripts-version
to include.tar.gz
format. (@SaschaDens) -
#3629 Allowing
"file:<path>"
--scripts-version
values. (@GreenGremlin)
-
#3408 Add
🐛 Bug Fix
-
babel-preset-react-app
,react-scripts
-
react-dev-utils
- #3784 Detach browser process from the shell on Linux. (@gaearon)
-
#3726 Use proxy for all request methods other than
GET
. (@doshisid) -
#3440 Print full directory name from
lsof
. (@rmccue) - #2071 Fix broken console clearing on Windows. (@danielverejan)
-
#3686 Fix starting a project in directory with
++
in the name. (@Norris1z)
-
create-react-app
-
#3320 Fix offline installation to respect proxy from
.npmrc
. (@mdogadailo)
-
#3320 Fix offline installation to respect proxy from
-
react-scripts
💅 Enhancement
-
react-scripts
-
create-react-app
- #3740 Allow more non-conflicting files in initial project directory. (@GreenGremlin)
-
react-dev-utils
- #3104 Add link to deployment docs after build. (@viankakrisna)
-
#3652 Add
code-insiders
to the editor list. (@shrynx) - #3700 Add editor support for Sublime Dev & VSCode Insiders. (@yyx990803)
- #3545 Autodetect MacVim editor. (@gnapse)
-
react-dev-utils
,react-error-overlay
- #3465 Open editor to exact column from build error overlay. (@tharakawj)
-
react-dev-utils
,react-scripts
-
eslint-config-react-app
📝 Documentation
-
User Guide
- #3659 Add info about service-worker and HTTP caching headers into Firebase section. (@bobrosoft)
- #3515 Add Powershell commands to README.md. (@Gua-naiko-che)
- #3656 Better documentation for setupTests.js when ejecting. (@dannycalleri)
- #1791 Add link for automatic deployment to azure. (@ulrikstrid)
- #3717 Update README.md. (@maecapozzi)
- #3710 Link to an explanation for forking react-scripts. (@gaearon)
- #3709 Document adding a router. (@gaearon)
- #3670 Fix typo in the User Guide. (@qbahers)
- #3645 Update README.md. (@elie222)
- #3533 Use safer/more aesthetic syntax for setting environment variables on Windows. (@cdanielsen)
- #3605 Updated Debugging Tests for VSCode. (@amadeogallardo)
- #3601 Fixed typo in webpack.config.dev.js. (@nmenglund)
- #3576 Updates comment to reflect codebase. (@rahulcs)
- #3510 Update User Guide with deploying to GitHub User pages. (@aaronlna)
- #3503 Update Prettier editor integration link. (@gaving)
- #3453 Fix dead links. (@vannio)
- #2992 Docs: How to Debug Unit Tests. (@MattMorgis)
-
Other
- #3729 Update README.md to note Neutrino's support of react components. (@eliperelman)
- #2841 Documentation to help windows contributors. (@Dubes)
- #3489 Add link to nvm-windows. (@davidgilbertson)
-
eslint-config-react-app
🏠 Internal
-
Other
- #3769 Enable Yarn check files. (@Timer)
- #3756 Clean up changes to npm and yarn registry in E2E tests. (@viankakrisna)
- #3744 Use private registry in E2E tests. (@Timer)
- #3738 Always use Yarn on CI. (@gaearon)
-
#2309 Port
cra.sh
development task to javascript. (@ianschmitz) - #3411 Simplify waiting for app start in E2E tests. (@xjlim)
- #3755 Switch to Yarn Workspaces. (@gaearon)
- #3757 Try updating Flow. (@gaearon)
-
#3414 Export
dismissRuntimeErrors
function. (@skidding) -
#3036 Cleaning up
printHostingInstructions
a bit. (@GreenGremlin) -
#3514 Fix
FileSizeReporter
for multi build Webpack setups. (@iiska) -
#3362 Refactor extra watch options regex to
react-dev-utils
. (@xjlim)
Committers: 47
- Aaron Lamb (aaronlna)
- Ade Viankakrisna Fadlil (viankakrisna)
- Amadeo Gallardo (amadeogallardo)
- Andy Kenward (andykenward)
- Christian Danielsen (cdanielsen)
- Clayton Ray (iamclaytonray)
- Dan Abramov (gaearon)
- Daniel Verejan (danielverejan)
- Danny Calleri (dannycalleri)
- David Boyne (boyney123)
- David Gilbertson (davidgilbertson)
- Eli Perelman (eliperelman)
- Elie (elie222)
- Ernesto García (gnapse)
- Evan You (yyx990803)
- Gavin Gilmour (gaving)
- Ian Schmitz (ianschmitz)
- Ian Sutherland (iansu)
- JANG SUN HYUK (wkdtjsgur100)
- Jeffrey Posnick (jeffposnick)
- Joe Haddad (Timer)
- Joe Lim (xjlim)
- Jonathan (GreenGremlin)
- Juhamatti Niemelä (iiska)
- Mae Capozzi (maecapozzi)
- Maksym Dogadailo (mdogadailo)
- Mario Nebl (marionebl)
- Matt Morgis (MattMorgis)
- Misha Khokhlov (hazolsky)
- Moos (moos)
- Nils Magnus Englund (nmenglund)
- Norris Oduro (Norris1z)
- Ovidiu Cherecheș (skidding)
- Quentin Bahers (qbahers)
- Rafael E. Poveda (raerpo)
- Rahul Chanila (rahulcs)
- Ryan McCue (rmccue)
- Sascha Dens (SaschaDens)
- Siddharth Doshi (doshisid)
- Tao Gómez Gil (Gua-naiko-che)
- Tharaka Wijebandara (tharakawj)
- Trevor Brindle (tabrindle)
- Ulrik Strid (ulrikstrid)
- Vladimir Tolstikov (bobrosoft)
- Dubes
- vannio
- shrynx (shrynx)
Migrating from 1.0.17 to 1.1.0
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.1.0
or
yarn add --exact react-scripts@1.1.0