Skip to content

v4.0.1

Compare
Choose a tag to compare
@iansu iansu released this 23 Nov 05:42
de8b2b3

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