github facebook/create-react-app v4.0.1

latest releases: v5.0.1, react-scripts@5.0.1, react-error-overlay@6.0.11...
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.