npm create-react-app 4.0.1
v4.0.1

latest releases: 5.0.1, 5.1.0-next.14, 5.0.0...
3 years ago

v4.0.1 is a maintenance release that includes minor bug fixes and documentation updates.

πŸ› Bug Fix

  • react-scripts
  • react-dev-utils
    • #9884 fix: page doesn't get refreshed when FAST_REFRESH=false (@n3tr)

πŸ’… Enhancement

πŸ“ Documentation

  • #10052 docs: add React Testing Library as a library requiring jsdom (@anyulled)

🏠 Internal

Committers: 9

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

Don't miss a new create-react-app release

NewReleases is sending notifications on new releases.