|
| 1 | +## 1.0.13 (September 2, 2017) |
| 2 | + |
| 3 | +#### :bug: Bug Fix |
| 4 | + |
| 5 | +* `react-error-overlay` |
| 6 | + |
| 7 | + * [#3051](https://github.com/facebookincubator/create-react-app/pull/3051) Fix case-sensitivity issue with upgrading the package version. ([@tharakawj](https://github.com/tharakawj)) |
| 8 | + |
| 9 | +* `react-dev-utils` |
| 10 | + |
| 11 | + * [#3049](https://github.com/facebookincubator/create-react-app/pull/3049) Print filesize difference for chunks. ([@esturcke](https://github.com/esturcke)) |
| 12 | + |
| 13 | +* `react-scripts` |
| 14 | + |
| 15 | + * [#3046](https://github.com/facebookincubator/create-react-app/pull/3046) Fix crash in development mode on IE11. ([@tharakawj](https://github.com/tharakawj)) |
| 16 | + |
| 17 | +#### :nail_care: Enhancement |
| 18 | + |
| 19 | +* `react-scripts` |
| 20 | + |
| 21 | + * [#3033](https://github.com/facebookincubator/create-react-app/pull/3033) Add an empty mock for `child_process` to let some libraries compile. ([@McFlurriez](https://github.com/McFlurriez)) |
| 22 | + |
| 23 | +#### :house: Internal |
| 24 | + |
| 25 | +* `react-dev-utils`, `react-error-overlay` |
| 26 | + |
| 27 | + * [#3028](https://github.com/facebookincubator/create-react-app/pull/3028) Make error overlay filename configurable. ([@jaredpalmer](https://github.com/jaredpalmer)) |
| 28 | + |
| 29 | +#### Committers: 4 |
| 30 | + |
| 31 | +- Anthony ([McFlurriez](https://github.com/McFlurriez)) |
| 32 | +- Erik J. Sturcke ([esturcke](https://github.com/esturcke)) |
| 33 | +- Jared Palmer ([jaredpalmer](https://github.com/jaredpalmer)) |
| 34 | +- Tharaka Wijebandara ([tharakawj](https://github.com/tharakawj)) |
| 35 | + |
| 36 | +### Migrating from 1.0.12 to 1.0.13 |
| 37 | + |
| 38 | +Inside any created project that has not been ejected, run: |
| 39 | + |
| 40 | +``` |
| 41 | +npm install --save --save-exact react-scripts@1.0.13 |
| 42 | +``` |
| 43 | + |
| 44 | +or |
| 45 | + |
| 46 | +``` |
| 47 | +yarn add --exact react-scripts@1.0.13 |
| 48 | +``` |
| 49 | + |
1 | 50 | ## 1.0.12 (August 28, 2017)
|
2 | 51 |
|
3 | 52 | #### :bug: Bug Fix
|
|
62 | 111 | yarn add --exact react-scripts@1.0.12
|
63 | 112 | ```
|
64 | 113 |
|
| 114 | +**Note:** there’s a [known issue](https://github.com/facebookincubator/create-react-app/issues/3041) that might cause the project to not compile after upgrading. In this case, migrate straight to `1.0.13` which doesn’t have this issue. |
| 115 | + |
65 | 116 | ## 1.0.11 (August 9, 2017)
|
66 | 117 |
|
67 | 118 | #### :bug: Bug Fix
|
|
0 commit comments