3.0.1 (2019-05-08)
v3.0.1 is a maintenance release that adjusts some ESLint rules for TypeScript along with other minor bug fixes and documentation updates.
💥 Breaking Change
🐛 Bug Fix
-
react-error-overlay
,react-scripts
-
#7007 Unpin
babel-jest
(@ianschmitz) -
#7002 Temporary fix for
babel-jest
preflight error (@ianschmitz)
-
#7007 Unpin
-
eslint-config-react-app
-
#6987 Disable
no-dupe-class-members
rule for TypeScript (@ianschmitz) -
#6862 Fix
no-useless-constructor
rule in TypeScript (@ianschmitz)
-
#6987 Disable
-
eslint-config-react-app
,react-scripts
-
#6937 Disable
default-case
lint rule for TypeScript (@ianschmitz)
-
#6937 Disable
-
react-dev-utils
💅 Enhancement
-
react-dev-utils
,react-scripts
-
babel-preset-react-app
-
react-scripts
📝 Documentation
- Other
- #6979 Add note to restart the dev server after changing .env file (@MostafaNawara)
- #6945 Add clarifying note to TypeScript docs warning about global install of CRA (@methodbox)
- #6898 Update GraphQL docs (@nagman)
- #6810 Call to action button now reacts to being hovered (@joerez)
- #6881 Fix typo in deployment docs (@david-cho-lerat-HL2)
-
react-app-polyfill
- #6879 Update README.md (@david-cho-lerat-HL2)
🏠 Internal
Committers: 12
- Chris Shaffer (@methodbox)
- Cory Reed (@swashcap)
- Dallon Feldner (@dallonf)
- David Cho-Lerat (@david-cho-lerat-HL2)
- Ian Schmitz (@ianschmitz)
- Joe Rezendes (@joerez)
- Maël Nison (@arcanis)
- Mostafa Nawara (@MostafaNawara)
- Petr Huřťák (@Hurtak)
- Tore Hammervoll (@skoging)
- @nagman
- @vg-stan
Migrating from 3.0.0 to 3.0.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.0.1
or
yarn add --exact react-scripts@3.0.1