2.1.1 (October 31, 2018)
Happy Halloween
🐛 Bug Fix
-
babel-preset-react-app
-
react-scripts
- #5621 fix 'Duplicate string index signature' in ProcessEnv. (@xiaoxiangmoe)
💅 Enhancement
📝 Documentation
- #5658 Update making-a-progressive-web-app.md. (@jakeboone02)
- #5635 Update minimum node version to 8.10 in README. (@iansu)
- #5629 Add link to cra-ts migration guide. (@Vinnl)
🏠 Internal
-
react-error-overlay
-
#4709 Expose
reportRuntimeError
. (@hipstersmoothie)
-
#4709 Expose
-
babel-plugin-named-asset-import
-
react-scripts
Committers: 8
- Andrew Lisowski (hipstersmoothie)
- Eduardo Duran (eddedd88)
- Ian Sutherland (iansu)
- Jake Boone (jakeboone02)
- Joe Haddad (Timer)
- Nima Shahri (NShahri)
- Vincent (Vinnl)
- ZHAO Jinxiang (xiaoxiangmoe)
Migrating from 2.1.0 to 2.1.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.1
or
yarn add --exact react-scripts@2.1.1