|
| 1 | +## 1.0.16 (October 31, 2017) 🎃 |
| 2 | + |
| 3 | +#### :bug: Bug Fix |
| 4 | + |
| 5 | +* `react-scripts` |
| 6 | + |
| 7 | + * [#3374](https://github.com/facebookincubator/create-react-app/pull/3374) Set correct image type and sizes in `manifest.json`. ([@piotr-cz](https://github.com/piotr-cz)) |
| 8 | + |
| 9 | +* `react-dev-utils` |
| 10 | + |
| 11 | + * [#3368](https://github.com/facebookincubator/create-react-app/pull/3368) Fix a crash in development mode in older browsers. ([@felthy](https://github.com/felthy)) |
| 12 | + |
| 13 | +#### Committers: 2 |
| 14 | + |
| 15 | +- Dan Abramov ([gaearon](https://github.com/gaearon)) |
| 16 | +- Piotr ([piotr-cz](https://github.com/piotr-cz)) |
| 17 | + |
| 18 | +### Migrating from 1.0.15 to 1.0.16 |
| 19 | + |
| 20 | +Inside any created project that has not been ejected, run: |
| 21 | + |
| 22 | +``` |
| 23 | +npm install --save --save-exact [email protected] |
| 24 | +``` |
| 25 | + |
| 26 | +or |
| 27 | + |
| 28 | +``` |
| 29 | +yarn add --exact [email protected] |
| 30 | +``` |
| 31 | + |
| 32 | +## 1.0.15 (October 30, 2017) |
| 33 | + |
| 34 | +#### :bug: Bug Fix |
| 35 | + |
| 36 | +* `react-scripts` |
| 37 | + |
| 38 | + * [#3287](https://github.com/facebookincubator/create-react-app/pull/3287) Fix favicon sizes value in the project manifest. ([@ryansully](https://github.com/ryansully)) |
| 39 | + |
| 40 | +* `react-dev-utils`, `react-scripts` |
| 41 | + |
| 42 | + * [#3230](https://github.com/facebookincubator/create-react-app/pull/3230) Fix watching for changes in `src/node_modules`. ([@xjlim](https://github.com/xjlim)) |
| 43 | + |
| 44 | +#### :nail_care: Enhancement |
| 45 | + |
| 46 | +* `react-scripts` |
| 47 | + |
| 48 | + * [#3239](https://github.com/facebookincubator/create-react-app/pull/3239) Allow importing `.mjs` files. ([@Timer](https://github.com/Timer)) |
| 49 | + * [#3340](https://github.com/facebookincubator/create-react-app/pull/3340) Polyfill `requestAnimationFrame` in test environment. ([@gaearon](https://github.com/gaearon)) |
| 50 | + |
| 51 | +* `babel-preset-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` |
| 52 | + |
| 53 | + * [#3342](https://github.com/facebookincubator/create-react-app/pull/3342) Bump dependencies. ([@gaearon](https://github.com/gaearon)) |
| 54 | + |
| 55 | +* `react-dev-utils`, `react-error-overlay` |
| 56 | + |
| 57 | + * [#3100](https://github.com/facebookincubator/create-react-app/pull/3100) Add click-to-open support for build errors. ([@tharakawj](https://github.com/tharakawj)) |
| 58 | + |
| 59 | +* `create-react-app` |
| 60 | + |
| 61 | + * [#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)) |
| 62 | + |
| 63 | +#### :memo: Documentation |
| 64 | + |
| 65 | +* User Guide |
| 66 | + |
| 67 | + * [#2957](https://github.com/facebookincubator/create-react-app/pull/2957) Use `npm-run-all` to build Sass and JS. ([@shime](https://github.com/shime)) |
| 68 | + * [#3108](https://github.com/facebookincubator/create-react-app/pull/3108) Update the Service Worker opt-out documentation. ([@captDaylight](https://github.com/captDaylight)) |
| 69 | + * [#3286](https://github.com/facebookincubator/create-react-app/pull/3286) Add documentation for Enzyme 3 integration. ([@ryansully](https://github.com/ryansully)) |
| 70 | + * [#3328](https://github.com/facebookincubator/create-react-app/pull/3328) Recommend react-snap as an alternative to react-snapshot. ([@aaronshaf](https://github.com/aaronshaf)) |
| 71 | + * [#3279](https://github.com/facebookincubator/create-react-app/pull/3279) Add jest coverage configuration docs. ([@mattphillips](https://github.com/mattphillips)) |
| 72 | + * [#3303](https://github.com/facebookincubator/create-react-app/pull/3303) Update link to Jest Expect docs. ([@jbranchaud](https://github.com/jbranchaud)) |
| 73 | + * [#3289](https://github.com/facebookincubator/create-react-app/pull/3289) Fix dead link to Jest "expect" docs. ([@alexkrolick](https://github.com/alexkrolick)) |
| 74 | + * [#3265](https://github.com/facebookincubator/create-react-app/pull/3265) Add external links to deployment services. ([@aericson](https://github.com/aericson)) |
| 75 | + * [#3075](https://github.com/facebookincubator/create-react-app/pull/3075) Minor docs change to highlight dev proxy behaviour. ([@davidjb](https://github.com/davidjb)) |
| 76 | + * [#3185](https://github.com/facebookincubator/create-react-app/pull/3185) Correct manual proxy documentation. ([@robertpanzer](https://github.com/robertpanzer)) |
| 77 | + |
| 78 | +* README |
| 79 | + |
| 80 | + * [#3227](https://github.com/facebookincubator/create-react-app/pull/3227) Fix package management link in README for issue #3218. ([@nishina555](https://github.com/nishina555)) |
| 81 | + * [#3211](https://github.com/facebookincubator/create-react-app/pull/3211) Improve grammar in README. ([@Mohamed3on](https://github.com/Mohamed3on)) |
| 82 | + |
| 83 | +#### :house: Internal |
| 84 | + |
| 85 | +* Other |
| 86 | + |
| 87 | + * [#3345](https://github.com/facebookincubator/create-react-app/pull/3345) Stop using `npm link` in tests. ([@Timer](https://github.com/Timer)) |
| 88 | + |
| 89 | +* `react-error-overlay` |
| 90 | + |
| 91 | + * [#3122](https://github.com/facebookincubator/create-react-app/pull/3122) Fix for add .gitattributes file #3080. ([@ijajmulani](https://github.com/ijajmulani)) |
| 92 | + * [#3267](https://github.com/facebookincubator/create-react-app/pull/3267) Use production React version for bundled overlay. ([@Timer](https://github.com/Timer)) |
| 93 | + * [#3264](https://github.com/facebookincubator/create-react-app/pull/3264) Add warning when using `react-error-overlay` in production. ([@Timer](https://github.com/Timer)) |
| 94 | + * [#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)) |
| 95 | + * [#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)) |
| 96 | + |
| 97 | +* `react-scripts` |
| 98 | + |
| 99 | + * [#3150](https://github.com/facebookincubator/create-react-app/pull/3150) Remove an useless negation in `registerServiceWorker.js`. ([@dunglas](https://github.com/dunglas)) |
| 100 | + * [#3158](https://github.com/facebookincubator/create-react-app/pull/3158) Remove `output.path` from dev webpack config. ([@nikolas](https://github.com/nikolas)) |
| 101 | + * [#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)) |
| 102 | + * [#3146](https://github.com/facebookincubator/create-react-app/pull/3146) Fix `reason-react` support. ([@lpalmes](https://github.com/lpalmes)) |
| 103 | + * [#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)) |
| 104 | + * [#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)) |
| 105 | + * [#2914](https://github.com/facebookincubator/create-react-app/pull/2914) `<!doctype html>` -> `<!DOCTYPE html>`. ([@Hurtak](https://github.com/Hurtak)) |
| 106 | + |
| 107 | +#### Committers: 24 |
| 108 | + |
| 109 | +- Aaron Shafovaloff ([aaronshaf](https://github.com/aaronshaf)) |
| 110 | +- Alex ([alexkrolick](https://github.com/alexkrolick)) |
| 111 | +- André Ericson ([aericson](https://github.com/aericson)) |
| 112 | +- Dan Abramov ([gaearon](https://github.com/gaearon)) |
| 113 | +- David Beitey ([davidjb](https://github.com/davidjb)) |
| 114 | +- Hrvoje Šimić ([shime](https://github.com/shime)) |
| 115 | +- IJAJ MULANI ([ijajmulani](https://github.com/ijajmulani)) |
| 116 | +- Joe Haddad ([Timer](https://github.com/Timer)) |
| 117 | +- Joe Lim ([xjlim](https://github.com/xjlim)) |
| 118 | +- Jonny Buchanan ([insin](https://github.com/insin)) |
| 119 | +- Josh Branchaud ([jbranchaud](https://github.com/jbranchaud)) |
| 120 | +- Joshua Wiens ([d3viant0ne](https://github.com/d3viant0ne)) |
| 121 | +- Kévin Dunglas ([dunglas](https://github.com/dunglas)) |
| 122 | +- Lorenzo Palmes ([lpalmes](https://github.com/lpalmes)) |
| 123 | +- Matt Phillips ([mattphillips](https://github.com/mattphillips)) |
| 124 | +- Mohamed Oun ([Mohamed3on](https://github.com/Mohamed3on)) |
| 125 | +- Nik Nyby ([nikolas](https://github.com/nikolas)) |
| 126 | +- Petr Huřťák ([Hurtak](https://github.com/Hurtak)) |
| 127 | +- Robert Panzer ([robertpanzer](https://github.com/robertpanzer)) |
| 128 | +- Ryan Sullivan ([ryansully](https://github.com/ryansully)) |
| 129 | +- Satya van Heummen ([satyavh](https://github.com/satyavh)) |
| 130 | +- Tharaka Wijebandara ([tharakawj](https://github.com/tharakawj)) |
| 131 | +- Toshiharu Nishina ([nishina555](https://github.com/nishina555)) |
| 132 | +- [captDaylight](https://github.com/captDaylight) |
| 133 | + |
| 134 | +### Migrating from 1.0.14 to 1.0.15 |
| 135 | + |
| 136 | +Inside any created project that has not been ejected, run: |
| 137 | + |
| 138 | +``` |
| 139 | +npm install --save --save-exact [email protected] |
| 140 | +``` |
| 141 | + |
| 142 | +or |
| 143 | + |
| 144 | +``` |
| 145 | +yarn add --exact [email protected] |
| 146 | +``` |
| 147 | + |
1 | 148 | ## 1.0.14 (September 26, 2017)
|
2 | 149 |
|
3 | 150 | #### :bug: Bug Fix
|
|
0 commit comments