Skip to content

Commit a9257ec

Browse files
committed
Changelog for 1.0.15 (#3357)
* Changelog for 1.0.15 * Update CHANGELOG.md * Update CHANGELOG.md
1 parent e62bfdd commit a9257ec

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed

CHANGELOG.md

+116
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,119 @@
1+
## 1.0.15 (October 30, 2017)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-scripts`
6+
7+
* [#3287](https://github.com/facebookincubator/create-react-app/pull/3287) Fix favicon sizes value in the project manifest. ([@ryansully](https://github.com/ryansully))
8+
9+
* `react-dev-utils`, `react-scripts`
10+
11+
* [#3230](https://github.com/facebookincubator/create-react-app/pull/3230) Fix watching for changes in `src/node_modules`. ([@xjlim](https://github.com/xjlim))
12+
13+
#### :nail_care: Enhancement
14+
15+
* `react-scripts`
16+
17+
* [#3239](https://github.com/facebookincubator/create-react-app/pull/3239) Allow importing `.mjs` files. ([@Timer](https://github.com/Timer))
18+
* [#3340](https://github.com/facebookincubator/create-react-app/pull/3340) Polyfill `requestAnimationFrame` in test environment. ([@gaearon](https://github.com/gaearon))
19+
20+
* `babel-preset-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts`
21+
22+
* [#3342](https://github.com/facebookincubator/create-react-app/pull/3342) Bump dependencies. ([@gaearon](https://github.com/gaearon))
23+
24+
* `react-dev-utils`, `react-error-overlay`
25+
26+
* [#3100](https://github.com/facebookincubator/create-react-app/pull/3100) Add click-to-open support for build errors. ([@tharakawj](https://github.com/tharakawj))
27+
28+
* `create-react-app`
29+
30+
* [#3355](https://github.com/facebookincubator/create-react-app/pull/3355) Add preflight CWD check for npm to detect bad Windows setups. ([@gaearon](https://github.com/gaearon))
31+
32+
#### :memo: Documentation
33+
34+
* User Guide
35+
36+
* [#2957](https://github.com/facebookincubator/create-react-app/pull/2957) Use `npm-run-all` to build Sass and JS. ([@shime](https://github.com/shime))
37+
* [#3108](https://github.com/facebookincubator/create-react-app/pull/3108) Update the Service Worker opt-out documentation. ([@captDaylight](https://github.com/captDaylight))
38+
* [#3286](https://github.com/facebookincubator/create-react-app/pull/3286) Add documentation for Enzyme 3 integration. ([@ryansully](https://github.com/ryansully))
39+
* [#3328](https://github.com/facebookincubator/create-react-app/pull/3328) Recommend react-snap as an alternative to react-snapshot. ([@aaronshaf](https://github.com/aaronshaf))
40+
* [#3279](https://github.com/facebookincubator/create-react-app/pull/3279) Add jest coverage configuration docs. ([@mattphillips](https://github.com/mattphillips))
41+
* [#3303](https://github.com/facebookincubator/create-react-app/pull/3303) Update link to Jest Expect docs. ([@jbranchaud](https://github.com/jbranchaud))
42+
* [#3289](https://github.com/facebookincubator/create-react-app/pull/3289) Fix dead link to Jest "expect" docs. ([@alexkrolick](https://github.com/alexkrolick))
43+
* [#3265](https://github.com/facebookincubator/create-react-app/pull/3265) Add external links to deployment services. ([@aericson](https://github.com/aericson))
44+
* [#3075](https://github.com/facebookincubator/create-react-app/pull/3075) Minor docs change to highlight dev proxy behaviour. ([@davidjb](https://github.com/davidjb))
45+
* [#3185](https://github.com/facebookincubator/create-react-app/pull/3185) Correct manual proxy documentation. ([@robertpanzer](https://github.com/robertpanzer))
46+
47+
* README
48+
49+
* [#3227](https://github.com/facebookincubator/create-react-app/pull/3227) Fix package management link in README for issue #3218. ([@nishina555](https://github.com/nishina555))
50+
* [#3211](https://github.com/facebookincubator/create-react-app/pull/3211) Improve grammar in README. ([@Mohamed3on](https://github.com/Mohamed3on))
51+
52+
#### :house: Internal
53+
54+
* Other
55+
56+
* [#3345](https://github.com/facebookincubator/create-react-app/pull/3345) Stop using `npm link` in tests. ([@Timer](https://github.com/Timer))
57+
58+
* `react-error-overlay`
59+
60+
* [#3122](https://github.com/facebookincubator/create-react-app/pull/3122) Fix for add .gitattributes file #3080. ([@ijajmulani](https://github.com/ijajmulani))
61+
* [#3267](https://github.com/facebookincubator/create-react-app/pull/3267) Use production React version for bundled overlay. ([@Timer](https://github.com/Timer))
62+
* [#3264](https://github.com/facebookincubator/create-react-app/pull/3264) Add warning when using `react-error-overlay` in production. ([@Timer](https://github.com/Timer))
63+
* [#3263](https://github.com/facebookincubator/create-react-app/pull/3263) `react-error-overlay` has no dependencies now (it's bundled). ([@Timer](https://github.com/Timer))
64+
* [#3142](https://github.com/facebookincubator/create-react-app/pull/3142) Make error overlay run in the context of the iframe. ([@tharakawj](https://github.com/tharakawj))
65+
66+
* `react-scripts`
67+
68+
* [#3150](https://github.com/facebookincubator/create-react-app/pull/3150) Remove an useless negation in `registerServiceWorker.js`. ([@dunglas](https://github.com/dunglas))
69+
* [#3158](https://github.com/facebookincubator/create-react-app/pull/3158) Remove `output.path` from dev webpack config. ([@nikolas](https://github.com/nikolas))
70+
* [#3281](https://github.com/facebookincubator/create-react-app/pull/3281) Add a workaround for Uglify incompatiblity with Safari 10.0 in the future. ([@satyavh](https://github.com/satyavh))
71+
* [#3146](https://github.com/facebookincubator/create-react-app/pull/3146) Fix `reason-react` support. ([@lpalmes](https://github.com/lpalmes))
72+
* [#3236](https://github.com/facebookincubator/create-react-app/pull/3236) Update `style-loader` and disable inclusion of its HMR code in builds. ([@insin](https://github.com/insin))
73+
* [#3246](https://github.com/facebookincubator/create-react-app/pull/3246) Update `url-loader` to 0.6.2 for mime ReDoS vulnerability. ([@d3viant0ne](https://github.com/d3viant0ne))
74+
* [#2914](https://github.com/facebookincubator/create-react-app/pull/2914) `<!doctype html>` -> `<!DOCTYPE html>`. ([@Hurtak](https://github.com/Hurtak))
75+
76+
#### Committers: 24
77+
78+
- Aaron Shafovaloff ([aaronshaf](https://github.com/aaronshaf))
79+
- Alex ([alexkrolick](https://github.com/alexkrolick))
80+
- André Ericson ([aericson](https://github.com/aericson))
81+
- Dan Abramov ([gaearon](https://github.com/gaearon))
82+
- David Beitey ([davidjb](https://github.com/davidjb))
83+
- Hrvoje Šimić ([shime](https://github.com/shime))
84+
- IJAJ MULANI ([ijajmulani](https://github.com/ijajmulani))
85+
- Joe Haddad ([Timer](https://github.com/Timer))
86+
- Joe Lim ([xjlim](https://github.com/xjlim))
87+
- Jonny Buchanan ([insin](https://github.com/insin))
88+
- Josh Branchaud ([jbranchaud](https://github.com/jbranchaud))
89+
- Joshua Wiens ([d3viant0ne](https://github.com/d3viant0ne))
90+
- Kévin Dunglas ([dunglas](https://github.com/dunglas))
91+
- Lorenzo Palmes ([lpalmes](https://github.com/lpalmes))
92+
- Matt Phillips ([mattphillips](https://github.com/mattphillips))
93+
- Mohamed Oun ([Mohamed3on](https://github.com/Mohamed3on))
94+
- Nik Nyby ([nikolas](https://github.com/nikolas))
95+
- Petr Huřťák ([Hurtak](https://github.com/Hurtak))
96+
- Robert Panzer ([robertpanzer](https://github.com/robertpanzer))
97+
- Ryan Sullivan ([ryansully](https://github.com/ryansully))
98+
- Satya van Heummen ([satyavh](https://github.com/satyavh))
99+
- Tharaka Wijebandara ([tharakawj](https://github.com/tharakawj))
100+
- Toshiharu Nishina ([nishina555](https://github.com/nishina555))
101+
- [captDaylight](https://github.com/captDaylight)
102+
103+
### Migrating from 1.0.14 to 1.0.15
104+
105+
Inside any created project that has not been ejected, run:
106+
107+
```
108+
npm install --save --save-exact [email protected]
109+
```
110+
111+
or
112+
113+
```
114+
yarn add --exact [email protected]
115+
```
116+
1117
## 1.0.14 (September 26, 2017)
2118

3119
#### :bug: Bug Fix

0 commit comments

Comments
 (0)