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
+25
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
## 1.0.5 (May 22, 2017)
2
+
3
+
#### :bug: Bug Fix
4
+
*`react-dev-utils`, `react-scripts`
5
+
6
+
*[#2326](https://github.com/facebookincubator/create-react-app/pull/2326) Files in `public/` folder should not be requested through proxy. ([@gaearon](https://github.com/gaearon))
7
+
8
+
#### :nail_care: Enhancement
9
+
*`react-dev-utils`
10
+
11
+
*[#2327](https://github.com/facebookincubator/create-react-app/pull/2327) Limit console warnings to 5 files at most. ([@gaearon](https://github.com/gaearon))
12
+
13
+
*`eslint-config-react-app`
14
+
15
+
*[#2325](https://github.com/facebookincubator/create-react-app/pull/2325) Allow declaring variables before use in a scope above. ([@gaearon](https://github.com/gaearon))
0 commit comments