You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41
Original file line number
Diff line number
Diff 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))
0 commit comments