|
| 1 | +## 2.1.1 (October 31, 2018) |
| 2 | + |
| 3 | +Happy Halloween 🎃 👻! This spooky release brings a treat: decorator support in TypeScript files! |
| 4 | + |
| 5 | +#### :bug: Bug Fix |
| 6 | + |
| 7 | +- `babel-preset-react-app` |
| 8 | + - [#5659](https://github.com/facebook/create-react-app/pull/5659) Add support for decorators. ([@Timer](https://github.com/Timer)) |
| 9 | +- `react-scripts` |
| 10 | + - [#5621](https://github.com/facebook/create-react-app/pull/5621) fix 'Duplicate string index signature' in ProcessEnv. ([@xiaoxiangmoe](https://github.com/xiaoxiangmoe)) |
| 11 | + |
| 12 | +#### :nail_care: Enhancement |
| 13 | + |
| 14 | +- `babel-preset-react-app` |
| 15 | + - [#5659](https://github.com/facebook/create-react-app/pull/5659) Add support for decorators. ([@Timer](https://github.com/Timer)) |
| 16 | + |
| 17 | +#### :memo: Documentation |
| 18 | + |
| 19 | +- [#5658](https://github.com/facebook/create-react-app/pull/5658) Update making-a-progressive-web-app.md. ([@jakeboone02](https://github.com/jakeboone02)) |
| 20 | +- [#5635](https://github.com/facebook/create-react-app/pull/5635) Update minimum node version to 8.10 in README. ([@iansu](https://github.com/iansu)) |
| 21 | +- [#5629](https://github.com/facebook/create-react-app/pull/5629) Add link to cra-ts migration guide. ([@Vinnl](https://github.com/Vinnl)) |
| 22 | + |
| 23 | +#### :house: Internal |
| 24 | + |
| 25 | +- `react-error-overlay` |
| 26 | + - [#4709](https://github.com/facebook/create-react-app/pull/4709) Expose `reportRuntimeError`. ([@hipstersmoothie](https://github.com/hipstersmoothie)) |
| 27 | +- `babel-plugin-named-asset-import` |
| 28 | + - [#5575](https://github.com/facebook/create-react-app/pull/5575) add tests for named-asset-imports plugin. ([@NShahri](https://github.com/NShahri)) |
| 29 | +- `react-scripts` |
| 30 | + - [#5651](https://github.com/facebook/create-react-app/pull/5651) Make serviceWorker config argument optional in typescript. ([@eddedd88](https://github.com/eddedd88)) |
| 31 | + |
| 32 | +#### Committers: 8 |
| 33 | + |
| 34 | +- Andrew Lisowski ([hipstersmoothie](https://github.com/hipstersmoothie)) |
| 35 | +- Eduardo Duran ([eddedd88](https://github.com/eddedd88)) |
| 36 | +- Ian Sutherland ([iansu](https://github.com/iansu)) |
| 37 | +- Jake Boone ([jakeboone02](https://github.com/jakeboone02)) |
| 38 | +- Joe Haddad ([Timer](https://github.com/Timer)) |
| 39 | +- Nima Shahri ([NShahri](https://github.com/NShahri)) |
| 40 | +- Vincent ([Vinnl](https://github.com/Vinnl)) |
| 41 | +- ZHAO Jinxiang ([xiaoxiangmoe](https://github.com/xiaoxiangmoe)) |
| 42 | + |
| 43 | +### Migrating from 2.1.0 to 2.1.1 |
| 44 | + |
| 45 | +Inside any created project that has not been ejected, run: |
| 46 | + |
| 47 | +```bash |
| 48 | +npm install --save --save-exact [email protected] |
| 49 | +``` |
| 50 | + |
| 51 | +or |
| 52 | + |
| 53 | +``` |
| 54 | +yarn add --exact [email protected] |
| 55 | +``` |
| 56 | + |
1 | 57 | ## 2.1.0 (October 29, 2018)
|
2 | 58 |
|
3 | 59 | Create React App 2.1 adds support for TypeScript! Read [the documentation](https://facebook.github.io/create-react-app/docs/adding-typescript) to get started.
|
|
0 commit comments