Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e9085b9

Browse filesBrowse files
authored
Add 0.8.3 changelog (facebook#1205)
1 parent 270fe06 commit e9085b9
Copy full SHA for e9085b9

File tree

1 file changed

+41
-0
lines changed
Filter options

1 file changed

+41
-0
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+41Lines changed: 41 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.