|
| 1 | +## 1.1.4 (April 3, 2018) |
| 2 | + |
| 3 | +#### :bug: Bug Fix |
| 4 | + |
| 5 | +* `react-dev-utils` |
| 6 | + |
| 7 | + * [#4250](https://github.com/facebook/create-react-app/pull/4250) Upgrade `detect-port-alt` to fix [#4189](https://github.com/facebook/create-react-app/issues/4189). ([@Timer](https://github.com/Timer)) |
| 8 | + |
| 9 | +#### Committers: 1 |
| 10 | +- Joe Haddad ([Timer](https://github.com/Timer)) |
| 11 | + |
| 12 | +### Migrating from 1.1.3 to 1.1.4 |
| 13 | + |
| 14 | +Inside any created project that has not been ejected, run: |
| 15 | + |
| 16 | +``` |
| 17 | +npm install --save --save-exact [email protected] |
| 18 | +``` |
| 19 | + |
| 20 | +or |
| 21 | + |
| 22 | +``` |
| 23 | +yarn add --exact [email protected] |
| 24 | +``` |
| 25 | + |
| 26 | +## 1.1.3 (April 3, 2018) |
| 27 | + |
| 28 | +#### :bug: Bug Fix |
| 29 | + |
| 30 | +* `react-scripts` |
| 31 | + |
| 32 | + * [#4247](https://github.com/facebook/create-react-app/pull/4247) Fix `environment.dispose is not a function` error caused by a Jest bug. ([@gaearon](https://github.com/gaearon)) |
| 33 | + |
| 34 | +#### Committers: 1 |
| 35 | +- Dan Abramov ([gaearon](https://github.com/gaearon)) |
| 36 | + |
| 37 | +### Migrating from 1.1.2 to 1.1.3 |
| 38 | + |
| 39 | +Inside any created project that has not been ejected, run: |
| 40 | + |
| 41 | +``` |
| 42 | +npm install --save --save-exact [email protected] |
| 43 | +``` |
| 44 | + |
| 45 | +or |
| 46 | + |
| 47 | +``` |
| 48 | +yarn add --exact [email protected] |
| 49 | +``` |
| 50 | + |
| 51 | +## 1.1.2 (April 3, 2018) |
| 52 | + |
| 53 | +#### :bug: Bug Fix |
| 54 | + |
| 55 | +* `react-scripts` |
| 56 | + |
| 57 | + * [#4085](https://github.com/facebook/create-react-app/pull/4085) Resolve `.js` before `.mjs` files to unbreak dependencies with native ESM support. ([@leebyron](https://github.com/leebyron)) |
| 58 | + |
| 59 | +#### :memo: Documentation |
| 60 | + |
| 61 | +* `react-scripts` |
| 62 | + |
| 63 | + * [#4197](https://github.com/facebook/create-react-app/pull/4197) Add troubleshooting for Github Pages. ([@xnt](https://github.com/xnt)) |
| 64 | + |
| 65 | +#### Committers: 2 |
| 66 | +- Lee Byron ([leebyron](https://github.com/leebyron)) |
| 67 | +- Vicente Plata ([xnt](https://github.com/xnt)) |
| 68 | + |
| 69 | +### Migrating from 1.1.1 to 1.1.2 |
| 70 | + |
| 71 | +Inside any created project that has not been ejected, run: |
| 72 | + |
| 73 | +``` |
| 74 | +npm install --save --save-exact [email protected] |
| 75 | +``` |
| 76 | + |
| 77 | +or |
| 78 | + |
| 79 | +``` |
| 80 | +yarn add --exact [email protected] |
| 81 | +``` |
| 82 | + |
1 | 83 | ## 1.1.1 (February 2, 2018) |
2 | 84 |
|
3 | 85 | #### :bug: Bug Fix |
|
49 | 131 | * `react-error-overlay` |
50 | 132 |
|
51 | 133 | * [#3474](https://github.com/facebookincubator/create-react-app/pull/3474) Allow the error overlay to be unregistered. ([@Timer](https://github.com/Timer)) |
52 | | - |
| 134 | + |
53 | 135 | * `create-react-app` |
54 | 136 |
|
55 | 137 | * [#3408](https://github.com/facebookincubator/create-react-app/pull/3408) Add `--info` flag to help gather bug reports. ([@tabrindle](https://github.com/tabrindle)) |
|
75 | 157 | * `create-react-app` |
76 | 158 |
|
77 | 159 | * [#3320](https://github.com/facebookincubator/create-react-app/pull/3320) Fix offline installation to respect proxy from `.npmrc`. ([@mdogadailo](https://github.com/mdogadailo)) |
78 | | - |
| 160 | + |
79 | 161 | * `react-scripts` |
80 | 162 |
|
81 | 163 | * [#3537](https://github.com/facebookincubator/create-react-app/pull/3537) Add `mjs` and `jsx` filename extensions to `file-loader` exclude pattern. ([@iansu](https://github.com/iansu)) |
|
0 commit comments