Skip to content

Commit d34a892

Browse files
authored
Changelog for 1.0.3 (#2315)
1 parent 2430b56 commit d34a892

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## 1.0.3 (May 21, 2017)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-dev-utils`
6+
* [#2297](https://github.com/facebookincubator/create-react-app/pull/2297) Don’t serve the development version from public IPs by default. ([@Timer](https://github.com/Timer))
7+
8+
* `eslint-config-react-app`
9+
* [#2311](https://github.com/facebookincubator/create-react-app/pull/2311) Disable `flowtype/require-valid-file-annotation` lint rule due to false positives. ([@Robdel12](https://github.com/Robdel12))
10+
11+
* `react-dev-utils`, `react-error-overlay`
12+
* [#2301](https://github.com/facebookincubator/create-react-app/pull/2301) Wrap more `console` calls into a check. ([@BrodaNoel](https://github.com/BrodaNoel))
13+
14+
* `react-scripts`
15+
* [#2314](https://github.com/facebookincubator/create-react-app/pull/2314) Fix a "File not found" false positive. ([@gaearon](https://github.com/gaearon))
16+
17+
#### Committers: 4
18+
- Broda Noel ([BrodaNoel](https://github.com/BrodaNoel))
19+
- Dan Abramov ([gaearon](https://github.com/gaearon))
20+
- Joe Haddad ([Timer](https://github.com/Timer))
21+
- Robert DeLuca ([Robdel12](https://github.com/Robdel12))
22+
23+
### Migrating from 1.0.2 to 1.0.3
24+
25+
Inside any created project that has not been ejected, run:
26+
27+
```
28+
npm install --save-dev --save-exact [email protected]
29+
```
30+
31+
or
32+
33+
```
34+
yarn add --dev --exact [email protected]
35+
```
36+
137
## 1.0.2 (May 20, 2017)
238

339
#### :bug: Bug Fix

0 commit comments

Comments
 (0)