|
| 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)) |
| 27 | + * [#2350](https://github.com/facebookincubator/create-react-app/pull/2350) Fix broken links. ([@gaearon](https://github.com/gaearon)) |
| 28 | + |
| 29 | +#### Committers: 6 |
| 30 | +- Dan Abramov ([gaearon](https://github.com/gaearon)) |
| 31 | +- David Ascher ([davidascher](https://github.com/davidascher)) |
| 32 | +- Emanuele Ingrosso ([ingro](https://github.com/ingro)) |
| 33 | +- Jin Zheng ([fezhengjin](https://github.com/fezhengjin)) |
| 34 | +- Mirza Joldic ([purplecones](https://github.com/purplecones)) |
| 35 | +- Zac Kwan ([Zaccc123](https://github.com/Zaccc123)) |
| 36 | + |
| 37 | +### Migrating from 1.0.6 to 1.0.7 |
| 38 | + |
| 39 | +Inside any created project that has not been ejected, run: |
| 40 | + |
| 41 | +``` |
| 42 | +npm install --save-dev --save-exact [email protected] |
| 43 | +``` |
| 44 | + |
| 45 | +or |
| 46 | + |
| 47 | +``` |
| 48 | +yarn add --dev --exact [email protected] |
| 49 | +``` |
| 50 | + |
1 | 51 | ## 1.0.6 (May 24, 2017)
|
2 | 52 |
|
3 | 53 | #### :bug: Bug Fix
|
|
0 commit comments