Skip to content

Commit 6a7a43f

Browse files
committed
Prepare 2.1.2 release
1 parent 0702e78 commit 6a7a43f

File tree

2 files changed

+916
-565
lines changed

2 files changed

+916
-565
lines changed

CHANGELOG.md

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,140 @@
1+
## 2.1.2 (December 23, 2018)
2+
3+
#### :rocket: New Feature
4+
5+
- `babel-preset-react-app`
6+
- [#5487](https://github.com/facebook/create-react-app/pull/5487) Add `allowESModules` option to `babel-preset-react-app` ([@Pajn](https://github.com/Pajn))
7+
8+
#### :bug: Bug Fix
9+
10+
- `create-react-app`
11+
- [#5905](https://github.com/facebook/create-react-app/pull/5905) Disable copy to clipboard in `create-react-app --info` ([@heyimalex](https://github.com/heyimalex))
12+
- [#5685](https://github.com/facebook/create-react-app/pull/5685) Update envinfo to `5.11.1` ([@tabrindle](https://github.com/tabrindle))
13+
- `babel-preset-react-app`
14+
- [#5783](https://github.com/facebook/create-react-app/pull/5783) Fix TypeScript decorator support ([@ianschmitz](https://github.com/ianschmitz))
15+
- `babel-plugin-named-asset-import`
16+
- [#5573](https://github.com/facebook/create-react-app/pull/5573) Fix named-asset-import plugin to work with export-as syntax ([@NShahri](https://github.com/NShahri))
17+
- `react-app-polyfill`
18+
- [#5789](https://github.com/facebook/create-react-app/pull/5789) Don't polyfill fetch for Node ([@gshilin](https://github.com/gshilin))
19+
- `react-scripts`
20+
- [#5721](https://github.com/facebook/create-react-app/pull/5721) Version bump `postcss-preset-env` to latest ([@BPScott](https://github.com/BPScott))
21+
- [#5701](https://github.com/facebook/create-react-app/pull/5701) Fix `tsconfig.json` lib suggested value ([@ianschmitz](https://github.com/ianschmitz))
22+
23+
#### :nail_care: Enhancement
24+
25+
- `react-scripts`
26+
- [#5698](https://github.com/facebook/create-react-app/pull/5698) Add support for `setupTests.ts` ([@ianschmitz](https://github.com/ianschmitz))
27+
28+
#### :memo: Documentation
29+
30+
- Other
31+
- [#6009](https://github.com/facebook/create-react-app/pull/6009) Correct markdown to avoid comment. ([@souzasmatheus](https://github.com/souzasmatheus))
32+
- [#6015](https://github.com/facebook/create-react-app/pull/6015) Add example command to create typed project. ([@mbelsky](https://github.com/mbelsky))
33+
- [#6000](https://github.com/facebook/create-react-app/pull/6000) Make links to docs consistent in README. ([@iansu](https://github.com/iansu))
34+
- [#5900](https://github.com/facebook/create-react-app/pull/5900) Add production build section to docs. ([@ianschmitz](https://github.com/ianschmitz))
35+
- [#5985](https://github.com/facebook/create-react-app/pull/5985) Use https for linked images to fix mixed content warnings. ([@iansu](https://github.com/iansu))
36+
- [#5919](https://github.com/facebook/create-react-app/pull/5919) Docs: update localStorage mock in “Running Tests”. ([@phacks](https://github.com/phacks))
37+
- [#5917](https://github.com/facebook/create-react-app/pull/5917) Add SASS_PATH instructions to Sass stylesheet docs. ([@jayantbh](https://github.com/jayantbh))
38+
- [#5823](https://github.com/facebook/create-react-app/pull/5823) Add default values to `file_ext` note. ([@alaycock](https://github.com/alaycock))
39+
- [#5907](https://github.com/facebook/create-react-app/pull/5907) Update README.md with updated link about PWAs. ([@wuweiweiwu](https://github.com/wuweiweiwu))
40+
- [#5858](https://github.com/facebook/create-react-app/pull/5858) Some Grammar fixes. ([@nikhilknoldus](https://github.com/nikhilknoldus))
41+
- [#5883](https://github.com/facebook/create-react-app/pull/5883) Fix link to page about running tests. ([@wsmoak](https://github.com/wsmoak))
42+
- [#5849](https://github.com/facebook/create-react-app/pull/5849) React native repository updated in `README.md`. ([@pavinthan](https://github.com/pavinthan))
43+
- [#5806](https://github.com/facebook/create-react-app/pull/5806) Rename 'getting started' link to 'docs'. ([@kulek1](https://github.com/kulek1))
44+
- [#5788](https://github.com/facebook/create-react-app/pull/5788) docs: Simplify installing Storybook with `npx` ([@sagirk](https://github.com/sagirk))
45+
- [#5779](https://github.com/facebook/create-react-app/pull/5779) docs: Change story book command to `sb init` ([@andys8](https://github.com/andys8))
46+
- [#5759](https://github.com/facebook/create-react-app/pull/5759) Add PR welcoming badge ([@open-source-explorer](https://github.com/open-source-explorer))
47+
- [#5730](https://github.com/facebook/create-react-app/pull/5730) Suggest Encore when not building a SPA with Symfony ([@dunglas](https://github.com/dunglas))
48+
- [#5710](https://github.com/facebook/create-react-app/pull/5710) Updated the link to firebase hosting ([@githubsaturn](https://github.com/githubsaturn))
49+
- [#5704](https://github.com/facebook/create-react-app/pull/5704) Fixed link to manifest.json file ([@m4jing](https://github.com/m4jing))
50+
- [#5670](https://github.com/facebook/create-react-app/pull/5670) Fix public folder documentation link ([@makovkastar](https://github.com/makovkastar))
51+
- `eslint-config-react-app`
52+
- [#5990](https://github.com/facebook/create-react-app/pull/5990) Updated docs for `.eslintrc` ([@ManoelLobo](https://github.com/ManoelLobo))
53+
- `babel-preset-react-app`, `create-react-app`, `eslint-config-react-app`, `react-dev-utils`, `react-scripts`
54+
- [#5912](https://github.com/facebook/create-react-app/pull/5912) Update links to docs in all package README files ([@iansu](https://github.com/iansu))
55+
- `react-scripts`
56+
- [#5974](https://github.com/facebook/create-react-app/pull/5974) Improve advice in `verifyPackageTree.js` ([@sjalgeo](https://github.com/sjalgeo))
57+
- [#5954](https://github.com/facebook/create-react-app/pull/5954) Add pre-eject message about new features in v2 ([@iansu](https://github.com/iansu))
58+
- [#5808](https://github.com/facebook/create-react-app/pull/5808) Add placeholders to template README for bit.ly links ([@iansu](https://github.com/iansu))
59+
- `react-app-polyfill`
60+
- [#5814](https://github.com/facebook/create-react-app/pull/5814) Note that extra polyfills must be included manually ([@ajwann](https://github.com/ajwann))
61+
- `babel-preset-react-app`, `eslint-config-react-app`, `react-error-overlay`, `react-scripts`
62+
- [#5727](https://github.com/facebook/create-react-app/pull/5727) Fix typo ([@noelyoo](https://github.com/noelyoo))
63+
64+
#### :house: Internal
65+
66+
- `react-scripts`
67+
- [#5978](https://github.com/facebook/create-react-app/pull/5978) Add `webp` support for TypeScript. ([@dugagjin](https://github.com/dugagjin))
68+
- [#5959](https://github.com/facebook/create-react-app/pull/5959) Suggest a different default for speed reasons. ([@Timer](https://github.com/Timer))
69+
- [#5839](https://github.com/facebook/create-react-app/pull/5839) Run prettier on HTML files. ([@sibiraj-s](https://github.com/sibiraj-s))
70+
- [#5722](https://github.com/facebook/create-react-app/pull/5722) Merge webpack configuration. ([@Timer](https://github.com/Timer))
71+
- [#5694](https://github.com/facebook/create-react-app/pull/5694) Add permissive TS lib defaults. ([@Timer](https://github.com/Timer))
72+
- Other
73+
- [#5988](https://github.com/facebook/create-react-app/pull/5988) Added extension to `.eslintrc` ([@ManoelLobo](https://github.com/ManoelLobo))
74+
- [#5546](https://github.com/facebook/create-react-app/pull/5546) Add the latest stable node version. ([@noelyoo](https://github.com/noelyoo))
75+
- `react-dev-utils`
76+
- [#5927](https://github.com/facebook/create-react-app/pull/5927) Correct some comments. ([@mjackson](https://github.com/mjackson))
77+
- [#5879](https://github.com/facebook/create-react-app/pull/5879) fix: make typescriptformatter support 0.5 of fork checker. ([@SimenB](https://github.com/SimenB))
78+
- `react-error-overlay`
79+
- [#5451](https://github.com/facebook/create-react-app/pull/5451) fix: add `sideEffects: false` to react-error-overlay. ([@SimenB](https://github.com/SimenB))
80+
- `babel-preset-react-app`
81+
- [#5487](https://github.com/facebook/create-react-app/pull/5487) Add allowESModules option to babel-preset-react-app. ([@Pajn](https://github.com/Pajn))
82+
- `create-react-app`
83+
- [#4605](https://github.com/facebook/create-react-app/pull/4605) ignore intellij module files when generating an app. ([@denofevil](https://github.com/denofevil))
84+
85+
#### Committers: 36
86+
87+
- \<Explorer /\> ([open-source-explorer](https://github.com/open-source-explorer))
88+
- Adam Laycock ([alaycock](https://github.com/alaycock))
89+
- Adam Wanninger ([ajwann](https://github.com/ajwann))
90+
- Alex Guerra ([heyimalex](https://github.com/heyimalex))
91+
- Andy ([andys8](https://github.com/andys8))
92+
- Ben Scott ([BPScott](https://github.com/BPScott))
93+
- Dennis Ushakov ([denofevil](https://github.com/denofevil))
94+
- Dugagjin Lashi ([dugagjin](https://github.com/dugagjin))
95+
- Gregory Shilin ([gshilin](https://github.com/gshilin))
96+
- Ian Schmitz ([ianschmitz](https://github.com/ianschmitz))
97+
- Ian Sutherland ([iansu](https://github.com/iansu))
98+
- Jayant Bhawal ([jayantbh](https://github.com/jayantbh))
99+
- Jing Ma ([m4jing](https://github.com/m4jing))
100+
- Joe Haddad ([Timer](https://github.com/Timer))
101+
- Kasra Bigdeli ([githubsaturn](https://github.com/githubsaturn))
102+
- Kévin Dunglas ([dunglas](https://github.com/dunglas))
103+
- Manoel ([ManoelLobo](https://github.com/ManoelLobo))
104+
- Matheus Souza ([souzasmatheus](https://github.com/souzasmatheus))
105+
- Max Belsky ([mbelsky](https://github.com/mbelsky))
106+
- Michael Jackson ([mjackson](https://github.com/mjackson))
107+
- Nicolas Goutay ([phacks](https://github.com/phacks))
108+
- Nikhil ([nikhilknoldus](https://github.com/nikhilknoldus))
109+
- Nima Shahri ([NShahri](https://github.com/NShahri))
110+
- Noel Yoo ([noelyoo](https://github.com/noelyoo))
111+
- Oleksandr Melnykov ([makovkastar](https://github.com/makovkastar))
112+
- Pavinthan ([pavinthan](https://github.com/pavinthan))
113+
- Rasmus Eneman ([Pajn](https://github.com/Pajn))
114+
- Sagir Khan ([sagirk](https://github.com/sagirk))
115+
- Sibiraj ([sibiraj-s](https://github.com/sibiraj-s))
116+
- Simen Bekkhus ([SimenB](https://github.com/SimenB))
117+
- Stephen Algeo ([sjalgeo](https://github.com/sjalgeo))
118+
- Trevor Brindle ([tabrindle](https://github.com/tabrindle))
119+
- Wei-Wei Wu ([wuweiweiwu](https://github.com/wuweiweiwu))
120+
- Wendy Smoak ([wsmoak](https://github.com/wsmoak))
121+
- [kulek1](https://github.com/kulek1)
122+
- swyx ([sw-yx](https://github.com/sw-yx))
123+
124+
### Migrating from 2.1.1 to 2.1.2
125+
126+
Inside any created project that has not been ejected, run:
127+
128+
```bash
129+
npm install --save --save-exact [email protected]
130+
```
131+
132+
or
133+
134+
```
135+
yarn add --exact [email protected]
136+
```
137+
1138
## 2.1.1 (October 31, 2018)
2139

3140
Happy Halloween 🎃 👻! This spooky release brings a treat: decorator support in TypeScript files!

0 commit comments

Comments
 (0)