|
| 1 | +## 2.0.5 (October 14, 2018) |
| 2 | + |
| 3 | +#### :bug: Bug Fix |
| 4 | +* `react-dev-utils` |
| 5 | + * [#5431](https://github.com/facebook/create-react-app/pull/5431) Fix click-to-open on Windows. ([@gaearon](https://github.com/gaearon)) |
| 6 | + * [#5335](https://github.com/facebook/create-react-app/pull/5335) Fix file size report after build. ([@OskarPersson](https://github.com/OskarPersson)) |
| 7 | + |
| 8 | +* `create-react-app` |
| 9 | + * [#5362](https://github.com/facebook/create-react-app/pull/5362) Fix CI: non-semver compliant Yarn versions. ([@Timer](https://github.com/Timer)) |
| 10 | + |
| 11 | +* `react-scripts` |
| 12 | + * [#5301](https://github.com/facebook/create-react-app/pull/5301) Fix TypeError when registering service workers without config. ([@peterbe](https://github.com/peterbe)) |
| 13 | + |
| 14 | +#### :nail_care: Enhancement |
| 15 | +* `babel-preset-react-app` |
| 16 | + * [#4984](https://github.com/facebook/create-react-app/pull/4984) Use the correct dependency for `babel-plugin-dynamic-import-node`. ([@vikr01](https://github.com/vikr01)) |
| 17 | + |
| 18 | +* `react-scripts` |
| 19 | + * [#5354](https://github.com/facebook/create-react-app/pull/5354) Add environment variable to optionaly disable inlining of chunks. ([@0xdeafcafe](https://github.com/0xdeafcafe)) |
| 20 | + * [#5330](https://github.com/facebook/create-react-app/pull/5330) Update `eslint-plugin-jsx-a11y` version. ([@AlmeroSteyn](https://github.com/AlmeroSteyn)) |
| 21 | + |
| 22 | +#### :memo: Documentation |
| 23 | +* `react-scripts` |
| 24 | + * [#5321](https://github.com/facebook/create-react-app/pull/5321) Added note on update to `.flowconfig` for .scss imports. ([@rlueder](https://github.com/rlueder)) |
| 25 | + * [#5394](https://github.com/facebook/create-react-app/pull/5394) Correct instructions for HTTPS and PowerShell. ([@gavinbarron](https://github.com/gavinbarron)) |
| 26 | + * [#5410](https://github.com/facebook/create-react-app/pull/5410) Updates to clarify the "waiting" SW behavior. ([@jeffposnick](https://github.com/jeffposnick)) |
| 27 | + * [#5302](https://github.com/facebook/create-react-app/pull/5302) Update README.md. ([@simonCordovaByte9](https://github.com/simonCordovaByte9)) |
| 28 | + * [#5334](https://github.com/facebook/create-react-app/pull/5334) Update README due to deprecation of react-testing-library's toBeInTheDOM. ([@rrebase](https://github.com/rrebase)) |
| 29 | + * [#5326](https://github.com/facebook/create-react-app/pull/5326) README link fixes. ([@davidgilbertson](https://github.com/davidgilbertson)) |
| 30 | + * [#5327](https://github.com/facebook/create-react-app/pull/5327) Updated the URL in index.html. ([@behzod](https://github.com/behzod)) |
| 31 | + * [#5296](https://github.com/facebook/create-react-app/pull/5296) Adding documentation about git init. ([@ryancogswell](https://github.com/ryancogswell)) |
| 32 | + * [#5290](https://github.com/facebook/create-react-app/pull/5290) Add react-testing-library documentation/examples (#4679). ([@gnapse](https://github.com/gnapse)) |
| 33 | + * [#5286](https://github.com/facebook/create-react-app/pull/5286) Fix broken links to src/serviceWorker.js. ([@adambowles](https://github.com/adambowles)) |
| 34 | +* Other |
| 35 | + * [#5374](https://github.com/facebook/create-react-app/pull/5374) Add the new SVGs feature from the template README to the root README. ([@neo](https://github.com/neo)) |
| 36 | + * [#5371](https://github.com/facebook/create-react-app/pull/5371) Update path to serviceWorker.js in graphical folder structure. ([@jonscottclark](https://github.com/jonscottclark)) |
| 37 | + * [#5337](https://github.com/facebook/create-react-app/pull/5337) Fix typo. ([@mvasin](https://github.com/mvasin)) |
| 38 | + |
| 39 | +* `eslint-config-react-app` |
| 40 | + * [#5416](https://github.com/facebook/create-react-app/pull/5416) Fix eslint config docs. ([@ludovicofischer](https://github.com/ludovicofischer)) |
| 41 | + |
| 42 | +#### :house: Internal |
| 43 | +* Other |
| 44 | + * [#5365](https://github.com/facebook/create-react-app/pull/5365) Clean up the behavior tests. ([@Timer](https://github.com/Timer)) |
| 45 | + |
| 46 | +* `create-react-app` |
| 47 | + * [#5362](https://github.com/facebook/create-react-app/pull/5362) Fix CI: non-semver compliant Yarn versions. ([@Timer](https://github.com/Timer)) |
| 48 | +* `react-scripts` |
| 49 | + * [#5317](https://github.com/facebook/create-react-app/pull/5317) Remove unused require for getCacheIdentifier after ejecting. ([@benbrandt](https://github.com/benbrandt)) |
| 50 | + |
| 51 | +#### Committers: 23 |
| 52 | +- Adam Bowles ([adambowles](https://github.com/adambowles)) |
| 53 | +- Alex Forbes-Reed ([0xdeafcafe](https://github.com/0xdeafcafe)) |
| 54 | +- Almero Steyn ([AlmeroSteyn](https://github.com/AlmeroSteyn)) |
| 55 | +- Behzod Saidov ([behzod](https://github.com/behzod)) |
| 56 | +- Ben Brandt ([benbrandt](https://github.com/benbrandt)) |
| 57 | +- Dan Abramov ([gaearon](https://github.com/gaearon)) |
| 58 | +- David Gilbertson ([davidgilbertson](https://github.com/davidgilbertson)) |
| 59 | +- Ernesto García ([gnapse](https://github.com/gnapse)) |
| 60 | +- Gavin Barron ([gavinbarron](https://github.com/gavinbarron)) |
| 61 | +- Jeffrey Posnick ([jeffposnick](https://github.com/jeffposnick)) |
| 62 | +- Joe Haddad ([Timer](https://github.com/Timer)) |
| 63 | +- Jon Clark ([jonscottclark](https://github.com/jonscottclark)) |
| 64 | +- Kristofer Selbekk ([selbekk](https://github.com/selbekk)) |
| 65 | +- Ludovico Fischer ([ludovicofischer](https://github.com/ludovicofischer)) |
| 66 | +- Mikhail Vasin ([mvasin](https://github.com/mvasin)) |
| 67 | +- Oskar Persson ([OskarPersson](https://github.com/OskarPersson)) |
| 68 | +- Peter Bengtsson ([peterbe](https://github.com/peterbe)) |
| 69 | +- Rafael Lüder ([rlueder](https://github.com/rlueder)) |
| 70 | +- Ragnar Rebase ([rrebase](https://github.com/rrebase)) |
| 71 | +- Ryan Cogswell ([ryancogswell](https://github.com/ryancogswell)) |
| 72 | +- Vikram Rangaraj ([vikr01](https://github.com/vikr01)) |
| 73 | +- Wenchen Li ([neo](https://github.com/neo)) |
| 74 | +- [simonCordovaByte9](https://github.com/simonCordovaByte9) |
| 75 | + |
| 76 | +### Migrating from 2.0.4 to 2.0.5 |
| 77 | + |
| 78 | +Inside any created project that has not been ejected, run: |
| 79 | + |
| 80 | +```bash |
| 81 | +npm install --save --save-exact [email protected] |
| 82 | +``` |
| 83 | + |
| 84 | +or |
| 85 | + |
| 86 | +``` |
| 87 | +yarn add --exact [email protected] |
| 88 | +``` |
| 89 | + |
1 | 90 | ## 2.0.4 (October 3, 2018)
|
2 | 91 |
|
3 | 92 | #### :bug: Bug Fix
|
|
50 | 139 | - Shubham Tiwari ([@lockround](https://github.com/lockround))
|
51 | 140 | - Zacharias Knudsen ([@zachasme](https://github.com/zachasme))
|
52 | 141 |
|
| 142 | +### Migrating from 2.0.3 to 2.0.4 |
| 143 | + |
| 144 | +Inside any created project that has not been ejected, run: |
| 145 | + |
| 146 | +```bash |
| 147 | +npm install --save --save-exact [email protected] |
| 148 | +``` |
| 149 | + |
| 150 | +or |
| 151 | + |
| 152 | +``` |
| 153 | +yarn add --exact [email protected] |
| 154 | +``` |
| 155 | + |
53 | 156 | ## 2.0.3 (October 1, 2018)
|
54 | 157 |
|
55 | 158 | Create React App 2.0 brings a year’s worth of improvements in a single dependency update.
|
|
0 commit comments