v2.1.1
2.1.1 (October 31, 2018)
Happy Halloween π π»! This spooky release brings a treat: decorator support in TypeScript files!
π 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 [email protected]
or
yarn add --exact [email protected]