|
3 | 3 | v4.0.1 is a maintenance release that includes minor bug fixes and documentation updates.
|
4 | 4 |
|
5 | 5 | #### :bug: Bug Fix
|
6 |
| -* `react-scripts` |
7 |
| - * [#9921](https://github.com/facebook/create-react-app/pull/9921) Fix noFallthroughCasesInSwitch/jsx object is not extensible ([@ryota-murakami](https://github.com/ryota-murakami)) |
8 |
| - * [#9869](https://github.com/facebook/create-react-app/pull/9869) Fix react-jsx error ([@benneq](https://github.com/benneq)) |
9 |
| - * [#9885](https://github.com/facebook/create-react-app/pull/9885) fix: `React is not defined` compilation error after ejected ([@n3tr](https://github.com/n3tr)) |
10 |
| - * [#9911](https://github.com/facebook/create-react-app/pull/9911) fix: slow recompile time ([@FezVrasta](https://github.com/FezVrasta)) |
11 |
| -* `react-dev-utils` |
12 |
| - * [#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)) |
| 6 | + |
| 7 | +- `react-scripts` |
| 8 | + - [#9921](https://github.com/facebook/create-react-app/pull/9921) Fix noFallthroughCasesInSwitch/jsx object is not extensible ([@ryota-murakami](https://github.com/ryota-murakami)) |
| 9 | + - [#9869](https://github.com/facebook/create-react-app/pull/9869) Fix react-jsx error ([@benneq](https://github.com/benneq)) |
| 10 | + - [#9885](https://github.com/facebook/create-react-app/pull/9885) fix: `React is not defined` compilation error after ejected ([@n3tr](https://github.com/n3tr)) |
| 11 | + - [#9911](https://github.com/facebook/create-react-app/pull/9911) fix: slow recompile time ([@FezVrasta](https://github.com/FezVrasta)) |
| 12 | +- `react-dev-utils` |
| 13 | + - [#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)) |
13 | 14 |
|
14 | 15 | #### :nail_care: Enhancement
|
15 |
| -* `react-scripts` |
16 |
| - * [#10048](https://github.com/facebook/create-react-app/pull/10048) Increase Workbox's maximumFileSizeToCacheInBytes ([@jeffposnick](https://github.com/jeffposnick)) |
| 16 | + |
| 17 | +- `react-scripts` |
| 18 | + - [#10048](https://github.com/facebook/create-react-app/pull/10048) Increase Workbox's maximumFileSizeToCacheInBytes ([@jeffposnick](https://github.com/jeffposnick)) |
17 | 19 |
|
18 | 20 | #### :memo: Documentation
|
19 |
| -* [#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)) |
| 21 | + |
| 22 | +- [#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)) |
20 | 23 |
|
21 | 24 | #### :house: Internal
|
22 |
| -* `create-react-app`, `react-dev-utils`, `react-scripts` |
23 |
| - * [#10083](https://github.com/facebook/create-react-app/pull/10083) replace inquirer with prompts ([@EvanBacon](https://github.com/EvanBacon)) |
24 |
| -* `cra-template-typescript`, `cra-template`, `react-scripts` |
25 |
| - * [#9516](https://github.com/facebook/create-react-app/pull/9516) [ImgBot] Optimize images ([@MichaelDeBoey](https://github.com/MichaelDeBoey)) |
26 |
| -* Other |
27 |
| - * [#9860](https://github.com/facebook/create-react-app/pull/9860) chore: Update .prettierrc ([@MichaelDeBoey](https://github.com/MichaelDeBoey)) |
| 25 | + |
| 26 | +- `create-react-app`, `react-dev-utils`, `react-scripts` |
| 27 | + - [#10083](https://github.com/facebook/create-react-app/pull/10083) replace inquirer with prompts ([@EvanBacon](https://github.com/EvanBacon)) |
| 28 | +- `cra-template-typescript`, `cra-template`, `react-scripts` |
| 29 | + - [#9516](https://github.com/facebook/create-react-app/pull/9516) [ImgBot] Optimize images ([@MichaelDeBoey](https://github.com/MichaelDeBoey)) |
| 30 | +- Other |
| 31 | + - [#9860](https://github.com/facebook/create-react-app/pull/9860) chore: Update .prettierrc ([@MichaelDeBoey](https://github.com/MichaelDeBoey)) |
28 | 32 |
|
29 | 33 | #### Committers: 9
|
| 34 | + |
30 | 35 | - Anyul Rivas ([@anyulled](https://github.com/anyulled))
|
31 | 36 | - Ben M ([@benneq](https://github.com/benneq))
|
32 | 37 | - Evan Bacon ([@EvanBacon](https://github.com/EvanBacon))
|
|
0 commit comments