Skip to content

Commit 02ba7ea

Browse files
gaearonrandycoulman
authored andcommitted
Add 0.8.3 changelog (facebook#1205)
1 parent 74850e5 commit 02ba7ea

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

Diff for: CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## 0.8.3 (December 8, 2016)
2+
3+
#### :bug: Bug Fix
4+
* `create-react-app`
5+
* [#1204](https://github.com/facebookincubator/create-react-app/pull/1204) Catch synchronous errors from spawning yarn. ([@gaearon](https://github.com/gaearon))
6+
7+
Fixes a crash when running `create-react-app` in some cases.
8+
9+
* `react-scripts`
10+
* [#1203](https://github.com/facebookincubator/create-react-app/pull/1203) Update webpack-subresource-integrity to fix Windows builds. ([@gaearon](https://github.com/gaearon))
11+
12+
Fixes a crash when running `npm run build` on Windows.
13+
14+
* [#1201](https://github.com/facebookincubator/create-react-app/pull/1201) Instruct Jest to load native components from RNW instead of RN. ([@remon-georgy](https://github.com/remon-georgy))
15+
16+
Fixes tests for users of React Native Web.
17+
18+
#### :memo: Documentation
19+
* `react-scripts`
20+
21+
* [#806](https://github.com/facebookincubator/create-react-app/pull/806) Add syntax highlighting configuration guide. ([@mareksuscak](https://github.com/mareksuscak))
22+
23+
#### Committers: 3
24+
- Dan Abramov ([gaearon](https://github.com/gaearon))
25+
- Marek Suscak ([mareksuscak](https://github.com/mareksuscak))
26+
- Remon Georgy ([remon-georgy](https://github.com/remon-georgy))
27+
28+
### Migrating from 0.8.2 to 0.8.3
29+
30+
Inside any created project that has not been ejected, run:
31+
32+
```
33+
npm install --save-dev --save-exact react-scripts@0.8.3
34+
```
35+
36+
You can optionally update the global CLI too:
37+
38+
```
39+
npm install -g create-react-app@1.0.1
40+
```
41+
142
## 0.8.2 (December 7, 2016)
243

344
#### :rocket: New Feature

0 commit comments

Comments
 (0)