v2.1.1
版本发布时间: 2018-11-01 11:31:16
facebook/create-react-app最新发布版本:v5.0.1(2022-04-13 01:35:30)
2.1.1 (October 31, 2018)
Happy Halloween 🎃 👻! This spooky release brings a treat: decorator support in TypeScript files!
:bug: Bug Fix
-
babel-preset-react-app
-
react-scripts
- #5621 fix 'Duplicate string index signature' in ProcessEnv. (@xiaoxiangmoe)
:nail_care: Enhancement
:memo: 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)
:house: 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