Skip to content

Commit 15e1ec2

Browse files
authored
Add 0.9.3 changelog (#1683)
1 parent bf948bf commit 15e1ec2

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## 0.9.3 (February 28, 2017)
2+
3+
#### :rocket: New Feature
4+
* `create-react-app`
5+
* [#1423](https://github.com/facebookincubator/create-react-app/pull/1423) **Fall back to Yarn offline cache when creating a new project.** ([@voxsim](https://github.com/voxsim))
6+
7+
If you are using Yarn, and you have created at least one app previously, Create React App now works offline.
8+
9+
<img src="http://i.imgur.com/1FLa9Tg.gif" width="500" alt="Yarn offline installation demo">
10+
11+
#### :bug: Bug Fix
12+
13+
* `react-scripts`
14+
15+
* [#1665](https://github.com/facebookincubator/create-react-app/pull/1665) Temporarily disable ESLint caching because of a bug. ([@gaearon](https://github.com/gaearon))
16+
17+
* `create-react-app`
18+
* [#1675](https://github.com/facebookincubator/create-react-app/pull/1675) Delete project folder on failed installation on Windows. ([@johann-sonntagbauer](https://github.com/johann-sonntagbauer))
19+
* [#1662](https://github.com/facebookincubator/create-react-app/pull/1662) Validate project name before creating a project. ([@johann-sonntagbauer](https://github.com/johann-sonntagbauer))
20+
* [#1669](https://github.com/facebookincubator/create-react-app/pull/1669) Make sure React dependencies aren’t pinned in new projects. ([@johann-sonntagbauer](https://github.com/johann-sonntagbauer))
21+
22+
#### :nail_care: Enhancement
23+
* `react-scripts`
24+
25+
* [#1677](https://github.com/facebookincubator/create-react-app/pull/1677) Add `X-FORWARDED` headers for proxy requests. ([@johann-sonntagbauer](https://github.com/johann-sonntagbauer))
26+
27+
#### :memo: Documentation
28+
* `react-scripts`
29+
30+
* [#1657](https://github.com/facebookincubator/create-react-app/pull/1657) Tweak the Visual Studio Code debugging guide. ([@ryansully](https://github.com/ryansully))
31+
32+
#### :house: Internal
33+
* End-to-end Tests
34+
35+
* [#1648](https://github.com/facebookincubator/create-react-app/pull/1648) Add Windows CI tests for better stability. ([@Timer](https://github.com/Timer))
36+
37+
#### Committers: 5
38+
- Dan Abramov ([gaearon](https://github.com/gaearon))
39+
- Joe Haddad ([Timer](https://github.com/Timer))
40+
- Johann Hubert Sonntagbauer ([johann-sonntagbauer](https://github.com/johann-sonntagbauer))
41+
- Ryan Sullivan ([ryansully](https://github.com/ryansully))
42+
- Simon Vocella ([voxsim](https://github.com/voxsim))
43+
144
## 0.9.2 (February 26, 2017)
245

346
#### :nail_care: Enhancement

0 commit comments

Comments
 (0)