Skip to content

Commit 14c6bbd

Browse files
gaearonfigitaki
authored andcommitted
Changelog for 1.0.12 (facebook#3016)
1 parent 538ea6c commit 14c6bbd

File tree

1 file changed

+65
-1
lines changed

1 file changed

+65
-1
lines changed

CHANGELOG.md

+65-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,68 @@
1-
## 1.0.11 (2017-08-09)
1+
## 1.0.12 (August 28, 2017)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-error-overlay`
6+
* [#3012](https://github.com/facebookincubator/create-react-app/pull/3012) Fix module function name in error overlay. ([@gaearon](https://github.com/gaearon))
7+
8+
* `react-dev-utils`
9+
* [#2938](https://github.com/facebookincubator/create-react-app/pull/2938) Remove superfluous lodash usage. ([@Timer](https://github.com/Timer))
10+
11+
#### :nail_care: Enhancement
12+
13+
* `react-scripts`
14+
15+
* [#2917](https://github.com/facebookincubator/create-react-app/pull/2917) Optimize the size of default favicon. ([@sylvainbaronnet](https://github.com/sylvainbaronnet))
16+
17+
#### :memo: Documentation
18+
19+
* `react-scripts`
20+
21+
* [#2986](https://github.com/facebookincubator/create-react-app/pull/2986) Docs: debugging in WebStorm. ([@prigara](https://github.com/prigara))
22+
* [#2948](https://github.com/facebookincubator/create-react-app/pull/2948) Remove Modulus from user guide. ([@Zertz](https://github.com/Zertz))
23+
* [#2927](https://github.com/facebookincubator/create-react-app/pull/2927) Update README.md. ([@tbassetto](https://github.com/tbassetto))
24+
25+
* `react-dev-utils`
26+
27+
* [#2942](https://github.com/facebookincubator/create-react-app/pull/2942) Fix docs for `printFileSizesAfterBuild`. ([@Kerumen](https://github.com/Kerumen))
28+
29+
#### :house: Internal
30+
31+
* `react-error-overlay`, `react-scripts`
32+
33+
* [#2991](https://github.com/facebookincubator/create-react-app/pull/2991) Update `babel-runtime` dependency ([@christophehurpeau](https://github.com/christophehurpeau))
34+
35+
* `react-dev-utils`, `react-error-overlay`, `react-scripts`
36+
37+
* [#2515](https://github.com/facebookincubator/create-react-app/pull/2515) Convert `react-error-overlay` to React ([@tharakawj](https://github.com/tharakawj))
38+
39+
#### Committers: 9
40+
41+
- Christophe Hurpeau ([christophehurpeau](https://github.com/christophehurpeau))
42+
- Dan Abramov ([gaearon](https://github.com/gaearon))
43+
- Ekaterina Prigara ([prigara](https://github.com/prigara))
44+
- Joe Haddad ([Timer](https://github.com/Timer))
45+
- Pier-Luc Gendreau ([Zertz](https://github.com/Zertz))
46+
- Sylvain Baronnet ([sylvainbaronnet](https://github.com/sylvainbaronnet))
47+
- Tharaka Wijebandara ([tharakawj](https://github.com/tharakawj))
48+
- Thomas Bassetto ([tbassetto](https://github.com/tbassetto))
49+
- Yann Pringault ([Kerumen](https://github.com/Kerumen))
50+
51+
### Migrating from 1.0.11 to 1.0.12
52+
53+
Inside any created project that has not been ejected, run:
54+
55+
```
56+
npm install --save --save-exact [email protected]
57+
```
58+
59+
or
60+
61+
```
62+
yarn add --exact [email protected]
63+
```
64+
65+
## 1.0.11 (August 9, 2017)
266

367
#### :bug: Bug Fix
468
* `create-react-app`

0 commit comments

Comments
 (0)