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 react-scripts@0.9.3
You may also optionally update the global command-line utility for offline Yarn cache support:
npm install -g create-react-app@1.2.1