Skip to content

Commit 90a0898

Browse files
committed
Prepare 4.0.1 release
1 parent 8bf050a commit 90a0898

File tree

2 files changed

+1154
-1307
lines changed

2 files changed

+1154
-1307
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
## 4.0.1 (2020-11-23)
2+
3+
v4.0.1 is a maintenance release that includes minor bug fixes and documentation updates.
4+
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))
13+
14+
#### :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))
17+
18+
#### :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))
20+
21+
#### :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))
28+
29+
#### Committers: 9
30+
- Anyul Rivas ([@anyulled](https://github.com/anyulled))
31+
- Ben M ([@benneq](https://github.com/benneq))
32+
- Evan Bacon ([@EvanBacon](https://github.com/EvanBacon))
33+
- Federico Zivolo ([@FezVrasta](https://github.com/FezVrasta))
34+
- Jeffrey Posnick ([@jeffposnick](https://github.com/jeffposnick))
35+
- Jirat Ki. ([@n3tr](https://github.com/n3tr))
36+
- Michaël De Boey ([@MichaelDeBoey](https://github.com/MichaelDeBoey))
37+
- Ryota Murakami ([@ryota-murakami](https://github.com/ryota-murakami))
38+
- sho90 ([@sho-t](https://github.com/sho-t))
39+
40+
# Migrating from 4.0.0 to 4.0.1
41+
42+
Inside any created project that has not been ejected, run:
43+
44+
```bash
45+
npm install --save --save-exact [email protected]
46+
```
47+
48+
or
49+
50+
```
51+
yarn add --exact [email protected]
52+
```
53+
154
## 4.0.0 (2020-10-23)
255

356
Create React App 4.0 is a major release with several new features, including support for Fast Refresh!

0 commit comments

Comments
 (0)