|
| 1 | +## 1.0.2 (May 20, 2017) |
| 2 | + |
| 3 | +#### :bug: Bug Fix |
| 4 | + |
| 5 | +* `react-dev-utils`, `react-scripts` |
| 6 | + |
| 7 | + * [#2276](https://github.com/facebookincubator/create-react-app/pull/2276) Serve a no-op service worker in development to ensure it doesn't cache the production build even if it was served on the same port. ([@jeffposnick](https://github.com/jeffposnick)) |
| 8 | + |
| 9 | +* `react-dev-utils`, `react-error-overlay` |
| 10 | + |
| 11 | + * [#2290](https://github.com/facebookincubator/create-react-app/pull/2290) Wrap console calls into a check for IE9. ([@gaearon](https://github.com/gaearon)) |
| 12 | + |
| 13 | +* `react-dev-utils` |
| 14 | + |
| 15 | + * [#2282](https://github.com/facebookincubator/create-react-app/pull/2282) Add Windows Subsystem for Linux support to the error overlay. ([@noinkling](https://github.com/noinkling)) |
| 16 | + * [#2269](https://github.com/facebookincubator/create-react-app/pull/2269) Fix a missing package dependency. ([@GreenGremlin](https://github.com/GreenGremlin)) |
| 17 | + |
| 18 | +#### :nail_care: Enhancement |
| 19 | + |
| 20 | +* `react-scripts` |
| 21 | + |
| 22 | + * [#2221](https://github.com/facebookincubator/create-react-app/pull/2221) Ejecting should ensure you have clean `git status`. ([@milocosmopolitan](https://github.com/milocosmopolitan)) |
| 23 | + * [#2288](https://github.com/facebookincubator/create-react-app/pull/2288) Only enable host check if you use proxy, and add a way to opt out of it. ([@gaearon](https://github.com/gaearon)) |
| 24 | + |
| 25 | +#### :house: Internal |
| 26 | + |
| 27 | +* `react-dev-utils`, `react-scripts` |
| 28 | + |
| 29 | + * [#2283](https://github.com/facebookincubator/create-react-app/pull/2283) Remove unnecessary dependencies(#751). ([@pmadar](https://github.com/pmadar)) |
| 30 | + |
| 31 | +#### Committers: 6 |
| 32 | +- Dan Abramov ([gaearon](https://github.com/gaearon)) |
| 33 | +- Jeffrey Posnick ([jeffposnick](https://github.com/jeffposnick)) |
| 34 | +- Jonathan ([GreenGremlin](https://github.com/GreenGremlin)) |
| 35 | +- Malcolm ([noinkling](https://github.com/noinkling)) |
| 36 | +- Milo Kang ([milocosmopolitan](https://github.com/milocosmopolitan)) |
| 37 | +- [pmadar](https://github.com/pmadar) |
| 38 | + |
| 39 | +### Migrating from 1.0.1 to 1.0.2 |
| 40 | + |
| 41 | +Inside any created project that has not been ejected, run: |
| 42 | + |
| 43 | +``` |
| 44 | +npm install --save-dev --save-exact [email protected] |
| 45 | +``` |
| 46 | + |
| 47 | +or |
| 48 | + |
| 49 | +``` |
| 50 | +yarn add --dev --exact [email protected] |
| 51 | +``` |
| 52 | + |
| 53 | +If you previously had issues with an `Invalid Host Header` error, [follow these new instructions](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#invalid-host-header-errors-after-configuring-proxy) to fix it. |
| 54 | + |
1 | 55 | ## 1.0.1 (May 19, 2017)
|
2 | 56 |
|
3 | 57 | #### :bug: Bug Fix
|
|
0 commit comments