3.1.2 (2019-09-19)
v3.1.2 is a maintenance release that includes minor bug fixes and documentation updates.
🐛 Bug Fix
-
react-scripts
- #7679 Change runtime chunk name separator from tilde to dash (@javadoug)
- #7538 Explicitly checking that EXTEND_ESLINT is true (@BrockWills)
-
babel-preset-react-app
,react-error-overlay
,react-scripts
- #7662 Fix build (@ianschmitz)
💅 Enhancement
-
react-scripts
📝 Documentation
- #7616 Update deployment.md with another AWS example (@AndrewBestbier)
- #7663 Remove --single-quote from prettier examples (@brlewis)
- #7659 Update running-tests.md (@weyert)
- #7459 Update troubleshooting.md (@prevostc)
- #7650 Adopt Contributor Covenant (@iansu)
- #7620 cleanup-after-each is no longer necessary! (@iHmD)
- #7613 Fix seams between changelog majors (@emilpalsson)
- #7368 Correcting proxy sample (@szabolcs-szilagyi)
- #7536 add a migration step to remove static from robots.txt (@lookfirst)
- #7521 Show logo for mobile views in create-react-app.dev (@GrooChu)
🏠 Internal
-
react-scripts
- #7526 The variable dotenvFiles is never reassigned - use const instead (@Primajin)
- #7585 remove trailing spaces (@xiaoxiangmoe)
🔨 Underlying Tools
-
babel-plugin-named-asset-import
,confusing-browser-globals
,react-app-polyfill
,react-dev-utils
,react-error-overlay
,react-scripts
- #7681 Bump dependencies (@ianschmitz)
-
react-scripts
- #7531 Upgrade dotenv-expand to fix issues (@DominicTobias)
-
eslint-config-react-app
,react-scripts
- #7540 Bump version of @typescript-eslint/* (@pierreneter)
Committers: 20
- Andrew (@AndrewBestbier)
- Brock Wills (@BrockWills)
- Clément Prévost (@prevostc)
- Dominic Tobias (@DominicTobias)
- Doug Ross (@javadoug)
- Emil Pålsson (@emilpalsson)
- Federico Zivolo (@FezVrasta)
- Ian Schmitz (@ianschmitz)
- Ian Sutherland (@iansu)
- Jannis Hell (@Primajin)
- Jerome Leclanche (@jleclanche)
- Jon Stevens (@lookfirst)
- Sabesh Rajendran (@GrooChu)
- Tomáš Szabo (@deftomat)
- Weyert de Boer (@weyert)
- ZHAO Jinxiang (@xiaoxiangmoe)
- @brlewis
- @iHmD
- @pierreneter
- szabi (@szabolcs-szilagyi)
Migrating from 3.1.1 to 3.1.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.1.2
or
yarn add --exact react-scripts@3.1.2