|
| 1 | +## 2.0.4 (October 3, 2018) |
| 2 | + |
| 3 | +#### :bug: Bug Fix |
| 4 | + |
| 5 | +- `react-scripts` |
| 6 | + - [#5281](https://github.com/facebook/create-react-app/pull/5281) Fix code minifying ([@Timer](https://github.com/Timer)) |
| 7 | + - [#5246](https://github.com/facebook/create-react-app/pull/5246) Fix `GENERATE_SOURCEMAP` env not working for css sourcemap ([@crux153](https://github.com/crux153)) |
| 8 | +- `babel-preset-react-app` |
| 9 | + - [#5278](https://github.com/facebook/create-react-app/pull/5278) Disable Symbol typeof transform ([@gaearon](https://github.com/gaearon)) |
| 10 | + |
| 11 | +#### :nail_care: Enhancement |
| 12 | + |
| 13 | +- `create-react-app` |
| 14 | + - [#5270](https://github.com/facebook/create-react-app/pull/5270) Caches the Yarn resolution for faster installs ([@arcanis](https://github.com/arcanis)) |
| 15 | + - [#5269](https://github.com/facebook/create-react-app/pull/5269) Adds a version check when using --use-pnp ([@arcanis](https://github.com/arcanis)) |
| 16 | +- `react-scripts` |
| 17 | + - [#5258](https://github.com/facebook/create-react-app/pull/5258) Add `.mjs` support back to webpack ([@Timer](https://github.com/Timer)) |
| 18 | + |
| 19 | +#### :memo: Documentation |
| 20 | + |
| 21 | +- Other |
| 22 | + - [#5228](https://github.com/facebook/create-react-app/pull/5228) removed create-react-app-parcel link ([@lockround](https://github.com/lockround)) |
| 23 | + - [#5254](https://github.com/facebook/create-react-app/pull/5254) Update README links for CSS modules and SASS ([@yuyokk](https://github.com/yuyokk)) |
| 24 | + - [#5249](https://github.com/facebook/create-react-app/pull/5249) Set the color palette to something a bit more React-y ([@selbekk](https://github.com/selbekk)) |
| 25 | + - [#5244](https://github.com/facebook/create-react-app/pull/5244) Update favicon and OpenGraph images ([@selbekk](https://github.com/selbekk)) |
| 26 | + - [#5242](https://github.com/facebook/create-react-app/pull/5242) 5238 Removing sample pages ([@selbekk](https://github.com/selbekk)) |
| 27 | + - [#5243](https://github.com/facebook/create-react-app/pull/5243) Set the project name and owner correctly ([@selbekk](https://github.com/selbekk)) |
| 28 | + - [#5239](https://github.com/facebook/create-react-app/pull/5239) 5238 removing blog from Docusaurus ([@selbekk](https://github.com/selbekk)) |
| 29 | + - [#5227](https://github.com/facebook/create-react-app/pull/5227) Initial setup of Docusaurus ([@amyrlam](https://github.com/amyrlam)) |
| 30 | +- `react-scripts` |
| 31 | + - [#5252](https://github.com/facebook/create-react-app/pull/5252) Revert change to http-proxy-middleware docs ([@iansu](https://github.com/iansu)) |
| 32 | + - [#5226](https://github.com/facebook/create-react-app/pull/5226) Fix usage of http-proxy-middleware ([@banyan](https://github.com/banyan)) |
| 33 | + - [#5233](https://github.com/facebook/create-react-app/pull/5233) DOCS: Add Relay example ([@zachasme](https://github.com/zachasme)) |
| 34 | + |
| 35 | +#### :house: Internal |
| 36 | + |
| 37 | +- [#5263](https://github.com/facebook/create-react-app/pull/5263) Add browser test for graphql ([@Timer](https://github.com/Timer)) |
| 38 | + |
| 39 | +#### Committers: 11 |
| 40 | + |
| 41 | +- Amy Lam ([@amyrlam](https://github.com/amyrlam)) |
| 42 | +- Crux ([@crux153](https://github.com/crux153)) |
| 43 | +- Dan Abramov ([@gaearon](https://github.com/gaearon)) |
| 44 | +- Ian Sutherland ([@iansu](https://github.com/iansu)) |
| 45 | +- Iurii Kucherov ([@yuyokk](https://github.com/yuyokk)) |
| 46 | +- Joe Haddad ([@Timer](https://github.com/Timer)) |
| 47 | +- Kohei Hasegawa ([@banyan](https://github.com/banyan)) |
| 48 | +- Kristofer Selbekk ([@selbekk](https://github.com/selbekk)) |
| 49 | +- Maël Nison ([@arcanis](https://github.com/arcanis)) |
| 50 | +- Shubham Tiwari ([@lockround](https://github.com/lockround)) |
| 51 | +- Zacharias Knudsen ([@zachasme](https://github.com/zachasme)) |
| 52 | + |
1 | 53 | ## 2.0.3 (October 1, 2018)
|
2 | 54 |
|
3 | 55 | Create React App 2.0 brings a year’s worth of improvements in a single dependency update.
|
@@ -112,7 +164,6 @@ Here's a table how to change it from "before" and "after", depending on what you
|
112 | 164 | | `react-scripts test --env=jsdom` | `react-scripts test` |
|
113 | 165 | | `react-scripts test` | `react-scripts test --env=node` |
|
114 | 166 |
|
115 |
| - |
116 | 167 | ### Object `proxy` configuration is superseded by `src/setupProxy.js`
|
117 | 168 |
|
118 | 169 | To check if action is required, look for the `proxy` key in `package.json` and follow this table:
|
|
0 commit comments