Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6534d69

Browse files
committed
Add changelog for 2.1.1
1 parent 36ce578 commit 6534d69

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
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 react-scripts@2.1.1
49+
```
50+
51+
or
52+
53+
```
54+
yarn add --exact react-scripts@2.1.1
55+
```
56+
157
## 2.1.0 (October 29, 2018)
258

359
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /