|
| 1 | +## 4.0.3 (2021-02-22) |
| 2 | + |
| 3 | +v4.0.3 is a maintenance release that includes minor bug fixes and dependency updates. |
| 4 | + |
| 5 | +#### :bug: Bug Fix |
| 6 | + |
| 7 | +- `react-scripts` |
| 8 | + - [#10590](https://github.com/facebook/create-react-app/pull/10590) Upgrade eslint-webpack-plugin to fix opt-out flag ([@mrmckeb](https://github.com/mrmckeb)) |
| 9 | + |
| 10 | +#### :house: Internal |
| 11 | + |
| 12 | +- `react-dev-utils` |
| 13 | + - [#10412](https://github.com/facebook/create-react-app/pull/10412) update immer to 8.0.1 to address vulnerability ([@wclem4](https://github.com/wclem4)) |
| 14 | +- `create-react-app` |
| 15 | + - [#10384](https://github.com/facebook/create-react-app/pull/10384) tests: update test case to match the description ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 16 | + |
| 17 | +#### Committers: 4 |
| 18 | + |
| 19 | +- Brody McKee ([@mrmckeb](https://github.com/mrmckeb)) |
| 20 | +- Dion Woolley ([@Awarua-](https://github.com/Awarua-)) |
| 21 | +- James George ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 22 | +- Walker Clem ([@wclem4](https://github.com/wclem4)) |
| 23 | + |
| 24 | +# Migrating from 4.0.2 to 4.0.3 |
| 25 | + |
| 26 | +Inside any created project that has not been ejected, run: |
| 27 | + |
| 28 | +```bash |
| 29 | +npm install --save --save-exact react-scripts@4.0.3 |
| 30 | +``` |
| 31 | + |
| 32 | +or |
| 33 | + |
| 34 | +``` |
| 35 | +yarn add --exact react-scripts@4.0.3 |
| 36 | +``` |
| 37 | + |
| 38 | +## 4.0.2 (2021-02-03) |
| 39 | + |
| 40 | +v4.0.2 is a maintenance release that includes minor bug fixes and documentation updates. |
| 41 | + |
| 42 | +#### :rocket: New Feature |
| 43 | + |
| 44 | +- `react-scripts` |
| 45 | + - [#8986](https://github.com/facebook/create-react-app/pull/8986) Add support for new BUILD_PATH advanced configuration variable ([@ajhyndman](https://github.com/ajhyndman)) |
| 46 | + |
| 47 | +#### :bug: Bug Fix |
| 48 | + |
| 49 | +- `react-scripts` |
| 50 | + - [#10170](https://github.com/facebook/create-react-app/pull/10170) Add opt-out for eslint-webpack-plugin ([@mrmckeb](https://github.com/mrmckeb)) |
| 51 | + - [#9872](https://github.com/facebook/create-react-app/pull/9872) fix(react-scripts): add missing peer dependency react and update react-refresh-webpack-plugin ([@merceyz](https://github.com/merceyz)) |
| 52 | + - [#9964](https://github.com/facebook/create-react-app/pull/9964) Add TypeScript 4.x as peerDependency to react-scripts ([@sheepsteak](https://github.com/sheepsteak)) |
| 53 | + |
| 54 | +#### :nail_care: Enhancement |
| 55 | + |
| 56 | +- `react-scripts` |
| 57 | + - [#9977](https://github.com/facebook/create-react-app/pull/9977) Move ESLint cache file into node_modules ([@ehsankhfr](https://github.com/ehsankhfr)) |
| 58 | + - [#9569](https://github.com/facebook/create-react-app/pull/9569) Improve vendor chunk names in development ([@jrr](https://github.com/jrr)) |
| 59 | + |
| 60 | +#### :memo: Documentation |
| 61 | + |
| 62 | +- [#9473](https://github.com/facebook/create-react-app/pull/9473) docs: add missing override options for Jest config ([@tobiasbueschel](https://github.com/tobiasbueschel)) |
| 63 | +- [#10314](https://github.com/facebook/create-react-app/pull/10314) Update using-the-public-folder.md ([@Avivhdr](https://github.com/Avivhdr)) |
| 64 | +- [#10214](https://github.com/facebook/create-react-app/pull/10214) Remove references to Node 8 ([@ianschmitz](https://github.com/ianschmitz)) |
| 65 | + |
| 66 | +#### :house: Internal |
| 67 | + |
| 68 | +- `react-scripts` |
| 69 | + - [#10027](https://github.com/facebook/create-react-app/pull/10027) appTsConfig immutability handling by immer ([@josezone](https://github.com/josezone)) |
| 70 | +- `create-react-app` |
| 71 | + - [#10217](https://github.com/facebook/create-react-app/pull/10217) Fix CI tests ([@ianschmitz](https://github.com/ianschmitz)) |
| 72 | +- `react-dev-utils`, `react-error-overlay`, `react-scripts` |
| 73 | + - [#10091](https://github.com/facebook/create-react-app/pull/10091) Recovered some integration tests ([@maxsbelt](https://github.com/maxsbelt)) |
| 74 | + |
| 75 | +#### :hammer: Underlying Tools |
| 76 | + |
| 77 | +- `react-scripts` |
| 78 | + - [#10216](https://github.com/facebook/create-react-app/pull/10216) Revert "Update postcss packages" ([@ianschmitz](https://github.com/ianschmitz)) |
| 79 | + - [#9988](https://github.com/facebook/create-react-app/pull/9988) Upgrade sass-loader ([@ehsankhfr](https://github.com/ehsankhfr)) |
| 80 | + - [#10003](https://github.com/facebook/create-react-app/pull/10003) Update postcss packages ([@raix](https://github.com/raix)) |
| 81 | + - [#10213](https://github.com/facebook/create-react-app/pull/10213) Upgrade @svgr/webpack to fix build error ([@jabranr](https://github.com/jabranr)) |
| 82 | +- `react-dev-utils` |
| 83 | + - [#10198](https://github.com/facebook/create-react-app/pull/10198) remove chalk from formatWebpackMessages ([@jasonwilliams](https://github.com/jasonwilliams)) |
| 84 | +- `cra-template-typescript` |
| 85 | + - [#10141](https://github.com/facebook/create-react-app/pull/10141) chore: bump typescript version ([@trainto](https://github.com/trainto)) |
| 86 | +- `cra-template-typescript`, `cra-template` |
| 87 | + - [#10143](https://github.com/facebook/create-react-app/pull/10143) chore: bump web-vital dependency version ([@sahilpurav](https://github.com/sahilpurav)) |
| 88 | + |
| 89 | +#### Committers: 15 |
| 90 | + |
| 91 | +- Andrew Hyndman ([@ajhyndman](https://github.com/ajhyndman)) |
| 92 | +- Aviv Hadar ([@Avivhdr](https://github.com/Avivhdr)) |
| 93 | +- Brody McKee ([@mrmckeb](https://github.com/mrmckeb)) |
| 94 | +- Chris Shepherd ([@sheepsteak](https://github.com/sheepsteak)) |
| 95 | +- EhsanKhaki ([@ehsankhfr](https://github.com/ehsankhfr)) |
| 96 | +- Hakjoon Sim ([@trainto](https://github.com/trainto)) |
| 97 | +- Ian Schmitz ([@ianschmitz](https://github.com/ianschmitz)) |
| 98 | +- Jabran Rafique⚡️ ([@jabranr](https://github.com/jabranr)) |
| 99 | +- Jason Williams ([@jasonwilliams](https://github.com/jasonwilliams)) |
| 100 | +- John Ruble ([@jrr](https://github.com/jrr)) |
| 101 | +- Kristoffer K. ([@merceyz](https://github.com/merceyz)) |
| 102 | +- Morten N.O. Nørgaard Henriksen ([@raix](https://github.com/raix)) |
| 103 | +- Sahil Purav ([@sahilpurav](https://github.com/sahilpurav)) |
| 104 | +- Sergey Makarov ([@maxsbelt](https://github.com/maxsbelt)) |
| 105 | +- Tobias Büschel ([@tobiasbueschel](https://github.com/tobiasbueschel)) |
| 106 | +- mad-jose ([@josezone](https://github.com/josezone)) |
| 107 | + |
| 108 | +# Migrating from 4.0.1 to 4.0.2 |
| 109 | + |
| 110 | +Inside any created project that has not been ejected, run: |
| 111 | + |
| 112 | +```bash |
| 113 | +npm install --save --save-exact react-scripts@4.0.2 |
| 114 | +``` |
| 115 | + |
| 116 | +or |
| 117 | + |
| 118 | +``` |
| 119 | +yarn add --exact react-scripts@4.0.2 |
| 120 | +``` |
| 121 | + |
| 122 | +## 4.0.1 (2020-11-23) |
| 123 | + |
| 124 | +v4.0.1 is a maintenance release that includes minor bug fixes and documentation updates. |
| 125 | + |
| 126 | +#### :bug: Bug Fix |
| 127 | + |
| 128 | +- `react-scripts` |
| 129 | + - [#9921](https://github.com/facebook/create-react-app/pull/9921) Fix noFallthroughCasesInSwitch/jsx object is not extensible ([@ryota-murakami](https://github.com/ryota-murakami)) |
| 130 | + - [#9869](https://github.com/facebook/create-react-app/pull/9869) Fix react-jsx error ([@benneq](https://github.com/benneq)) |
| 131 | + - [#9885](https://github.com/facebook/create-react-app/pull/9885) fix: `React is not defined` compilation error after ejected ([@n3tr](https://github.com/n3tr)) |
| 132 | + - [#9911](https://github.com/facebook/create-react-app/pull/9911) fix: slow recompile time ([@FezVrasta](https://github.com/FezVrasta)) |
| 133 | +- `react-dev-utils` |
| 134 | + - [#9884](https://github.com/facebook/create-react-app/pull/9884) fix: page doesn't get refreshed when FAST_REFRESH=false ([@n3tr](https://github.com/n3tr)) |
| 135 | + |
| 136 | +#### :nail_care: Enhancement |
| 137 | + |
| 138 | +- `react-scripts` |
| 139 | + - [#10048](https://github.com/facebook/create-react-app/pull/10048) Increase Workbox's maximumFileSizeToCacheInBytes ([@jeffposnick](https://github.com/jeffposnick)) |
| 140 | + |
| 141 | +#### :memo: Documentation |
| 142 | + |
| 143 | +- [#10052](https://github.com/facebook/create-react-app/pull/10052) docs: add React Testing Library as a library requiring jsdom ([@anyulled](https://github.com/anyulled)) |
| 144 | + |
| 145 | +#### :house: Internal |
| 146 | + |
| 147 | +- `create-react-app`, `react-dev-utils`, `react-scripts` |
| 148 | + - [#10083](https://github.com/facebook/create-react-app/pull/10083) replace inquirer with prompts ([@EvanBacon](https://github.com/EvanBacon)) |
| 149 | +- `cra-template-typescript`, `cra-template`, `react-scripts` |
| 150 | + - [#9516](https://github.com/facebook/create-react-app/pull/9516) [ImgBot] Optimize images ([@MichaelDeBoey](https://github.com/MichaelDeBoey)) |
| 151 | +- Other |
| 152 | + - [#9860](https://github.com/facebook/create-react-app/pull/9860) chore: Update .prettierrc ([@MichaelDeBoey](https://github.com/MichaelDeBoey)) |
| 153 | + |
| 154 | +#### Committers: 9 |
| 155 | + |
| 156 | +- Anyul Rivas ([@anyulled](https://github.com/anyulled)) |
| 157 | +- Ben M ([@benneq](https://github.com/benneq)) |
| 158 | +- Evan Bacon ([@EvanBacon](https://github.com/EvanBacon)) |
| 159 | +- Federico Zivolo ([@FezVrasta](https://github.com/FezVrasta)) |
| 160 | +- Jeffrey Posnick ([@jeffposnick](https://github.com/jeffposnick)) |
| 161 | +- Jirat Ki. ([@n3tr](https://github.com/n3tr)) |
| 162 | +- Michaël De Boey ([@MichaelDeBoey](https://github.com/MichaelDeBoey)) |
| 163 | +- Ryota Murakami ([@ryota-murakami](https://github.com/ryota-murakami)) |
| 164 | +- sho90 ([@sho-t](https://github.com/sho-t)) |
| 165 | + |
| 166 | +# Migrating from 4.0.0 to 4.0.1 |
| 167 | + |
| 168 | +Inside any created project that has not been ejected, run: |
| 169 | + |
| 170 | +```bash |
| 171 | +npm install --save --save-exact react-scripts@4.0.1 |
| 172 | +``` |
| 173 | + |
| 174 | +or |
| 175 | + |
| 176 | +``` |
| 177 | +yarn add --exact react-scripts@4.0.1 |
| 178 | +``` |
| 179 | + |
1 | 180 | ## 4.0.0 (2020-10-23)
|
2 | 181 |
|
3 | 182 | Create React App 4.0 is a major release with several new features, including support for Fast Refresh!
|
|
0 commit comments