v4.0.1
版本发布时间: 2020-11-23 13:42:58
facebook/create-react-app最新发布版本:v5.0.1(2022-04-13 01:35:30)
v4.0.1 is a maintenance release that includes minor bug fixes and documentation updates.
:bug: Bug Fix
-
react-scripts
- #9921 Fix noFallthroughCasesInSwitch/jsx object is not extensible (@ryota-murakami)
- #9869 Fix react-jsx error (@benneq)
-
#9885 fix:
React is not defined
compilation error after ejected (@n3tr) - #9911 fix: slow recompile time (@FezVrasta)
-
react-dev-utils
:nail_care: Enhancement
-
react-scripts
- #10048 Increase Workbox's maximumFileSizeToCacheInBytes (@jeffposnick)
:memo: Documentation
:house: Internal
-
create-react-app
,react-dev-utils
,react-scripts
- #10083 replace inquirer with prompts (@EvanBacon)
-
cra-template-typescript
,cra-template
,react-scripts
- #9516 [ImgBot] Optimize images (@MichaelDeBoey)
- Other
- #9860 chore: Update .prettierrc (@MichaelDeBoey)
Committers: 9
- Anyul Rivas (@anyulled)
- Ben M (@benneq)
- Evan Bacon (@EvanBacon)
- Federico Zivolo (@FezVrasta)
- Jeffrey Posnick (@jeffposnick)
- Jirat Ki. (@n3tr)
- Michaël De Boey (@MichaelDeBoey)
- Ryota Murakami (@ryota-murakami)
- sho90 (@sho-t)
Migrating from 4.0.0 to 4.0.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@4.0.1
or
yarn add --exact react-scripts@4.0.1