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
+50
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,53 @@
1
+
## 1.0.7 (May 27, 2017)
2
+
3
+
#### :bug: Bug Fix
4
+
5
+
*`react-scripts`
6
+
7
+
*[#2382](https://github.com/facebookincubator/create-react-app/pull/2382) Consistently set environment variables. ([@gaearon](https://github.com/gaearon))
8
+
*[#2379](https://github.com/facebookincubator/create-react-app/pull/2379) Temporarily disable `comparisons` feature in uglify compression. ([@davidascher](https://github.com/davidascher))
9
+
10
+
#### :nail_care: Enhancement
11
+
12
+
*`react-scripts`
13
+
14
+
*[#2383](https://github.com/facebookincubator/create-react-app/pull/2383) Update webpack to 2.6.1. ([@gaearon](https://github.com/gaearon))
15
+
*[#2349](https://github.com/facebookincubator/create-react-app/pull/2349) Update webpack to v2.6.0. ([@ingro](https://github.com/ingro))
16
+
*[#2351](https://github.com/facebookincubator/create-react-app/pull/2351) Removed the overriding of `reduce_vars` since webpack v2.6.0 included fix of Uglify. ([@Zaccc123](https://github.com/Zaccc123))
17
+
18
+
*`react-dev-utils`, `react-scripts`
19
+
20
+
*[#2361](https://github.com/facebookincubator/create-react-app/pull/2361) Print file sizes with correct build folder path. ([@fezhengjin](https://github.com/fezhengjin))
21
+
22
+
#### :memo: Documentation
23
+
24
+
*`react-scripts`
25
+
26
+
*[#2372](https://github.com/facebookincubator/create-react-app/pull/2372) Update README.md for `now` deployments. ([@purplecones](https://github.com/purplecones))
Copy file name to clipboardExpand all lines: packages/react-scripts/template/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1171,10 +1171,10 @@ Additionally, you might find [jest-enzyme](https://github.com/blainekasten/enzym
1171
1171
expect(wrapper).toContainReact(welcome)
1172
1172
```
1173
1173
1174
-
To setup jest-enzyme with Create React App, follow the instructions for [initializing your test environment](#initializing-test-environment) to import `jest-enzyme`.**Note that currently only version 2.x is compatible with Create React App.**
1174
+
To setup jest-enzyme with Create React App, follow the instructions for [initializing your test environment](#initializing-test-environment) to import `jest-enzyme`.
0 commit comments