You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+36
Original file line number
Diff line number
Diff 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:
0 commit comments