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
* master:
Add WebStorm >2017 launchEditor Support (facebook#2414)
docs: update `jest-enzyme` section (facebook#2392)
Fix detection of parent directory in ModuleScopePlugin (facebook#2405)
Added cache clear to e2e scripts (facebook#2400)
Fix kill command in e2e-kitchensink.sh cleanup (facebook#2397)
Revert "Catch "No tests found" during CI" (facebook#2390)
Fix wrong path expansion in end-to-end test (facebook#2388)
Suggest just "yarn build" (facebook#2385)
Catch "No tests found" during CI (facebook#2387)
Publish
Add changelog for 1.0.7 (facebook#2384)
Update webpack to 2.6.1 (facebook#2383)
Consistently set environment variables (facebook#2382)
Disable comparisons feature in uglify compression in production (facebook#2379)
Removed the overriding of reduce_vars to false since webpack v2.6.0 included the fixed for Uglify bug (facebook#2351)
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