v0.9.3
0.9.3 (February 28, 2017)
π New Feature
-
create-react-app
If you are using Yarn, and you have created at least one app previously, Create React App now works offline.
π Bug Fix
react-scripts
create-react-app
- #1675 Delete project folder on failed installation on Windows. (@johann-sonntagbauer)
- #1662 Validate project name before creating a project. (@johann-sonntagbauer)
- #1669 Make sure React dependencies arenβt pinned in new projects. (@johann-sonntagbauer)
π Enhancement
react-scripts
- #1677 Add
X-FORWARDED
headers for proxy requests. (@johann-sonntagbauer)
- #1677 Add
π Documentation
react-scripts
- #1657 Tweak the Visual Studio Code debugging guide. (@ryansully)
π Internal
Committers: 5
- Dan Abramov (gaearon)
- Joe Haddad (Timer)
- Johann Hubert Sonntagbauer (johann-sonntagbauer)
- Ryan Sullivan (ryansully)
- Simon Vocella (voxsim)
Migrating from 0.9.2 to 0.9.3
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact [email protected]
You may also optionally update the global command-line utility for offline Yarn cache support:
npm install -g [email protected]