The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-04-12 | 3.0 kB | |
| v5.0.1 source code.tar.gz | 2022-04-12 | 2.3 MB | |
| v5.0.1 source code.zip | 2022-04-12 | 2.6 MB | |
| Totals: 3 Items | 4.9 MB | 7 | |
5.0.1 (2022-04-12)
Create React App 5.0.1 is a maintenance release that improves compatibility with React 18. We've also updated our templates to use createRoot and relaxed our check for older versions of Create React App.
Migrating from 5.0.0 to 5.0.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@5.0.1
or
yarn add --exact react-scripts@5.0.1
:bug: Bug Fix
react-scripts- #12245 fix: webpack noise printed only if error or warning (@Andrew47)
create-react-app- #11915 Warn when not using the latest version of create-react-app but do not exit (@iansu)
react-dev-utils- #11640 Ensure posix compliant joins for urls in middleware (@psiservices-justin-sullard)
:nail_care: Enhancement
cra-template-typescript,cra-template,react-scripts- #12220 Update templates to use React 18
createRoot(@kyletsang) cra-template-typescript,cra-template- #12223 chore: upgrade rtl version to support react 18 (@MatanBobi)
eslint-config-react-app- #11622 updated deprecated rules (@wisammechano)
:memo: Documentation
- #11594 Fix a typo in deployment.md (@fishmandev)
- #11805 docs: Changelog 5.0.0 (@jafin)
- #11757 prevent both npm and yarn commands from being copied (@mubarakn)
:house: Internal
Committers: 11
- Andrew Burnie (@Andrew47)
- Clément Vannicatte (@shortcuts)
- Dmitriy Fishman (@fishmandev)
- Dmitry Vinnik (@dmitryvinn)
- Ian Sutherland (@iansu)
- Jason Finch (@jafin)
- Kyle Tsang (@kyletsang)
- Matan Borenkraout (@MatanBobi)
- Wisam Naji (@wisammechano)
- @mubarakn
- @psiservices-justin-sullard