|
| 1 | +## 2.1.8 (March 7, 2019) |
| 2 | + |
| 3 | +v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements ([#6406](https://github.com/facebook/create-react-app/pull/6406)) in a new major version of `react-dev-utils`. |
| 4 | + |
| 5 | +### Migrating from 2.1.7 to 2.1.8 |
| 6 | + |
| 7 | +Inside any created project that has not been ejected, run: |
| 8 | + |
| 9 | +```sh |
| 10 | +npm install --save --save-exact react-scripts@2.1.8 |
| 11 | +``` |
| 12 | + |
| 13 | +or |
| 14 | + |
| 15 | +```sh |
| 16 | +yarn add --exact react-scripts@2.1.8 |
| 17 | +``` |
| 18 | + |
| 19 | +## 2.1.7 (March 7, 2019) |
| 20 | + |
| 21 | +v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements ([#6406](https://github.com/facebook/create-react-app/pull/6406)) to fix a dependency issue in `react-dev-utils`. |
| 22 | + |
| 23 | +### Migrating from 2.1.6 to 2.1.7 |
| 24 | + |
| 25 | +Inside any created project that has not been ejected, run: |
| 26 | + |
| 27 | +```sh |
| 28 | +npm install --save --save-exact react-scripts@2.1.7 |
| 29 | +``` |
| 30 | + |
| 31 | +or |
| 32 | + |
| 33 | +```sh |
| 34 | +yarn add --exact react-scripts@2.1.7 |
| 35 | +``` |
| 36 | + |
| 37 | +## 2.1.6 (March 6, 2019) |
| 38 | + |
| 39 | +v2.1.6 is a maintenance release that brings a few new improvements, most notably: |
| 40 | + |
| 41 | +- :rocket: Reduced TypeScript rebuild times while running the development server. This was previously introduced in v2.1.4 but had to be reverted. Thanks to [@ianschmitz](https://github.com/ianschmitz) for getting this ready. |
| 42 | + |
| 43 | +#### :bug: Bug Fix |
| 44 | + |
| 45 | +- `react-dev-utils` |
| 46 | + - [#6511](https://github.com/facebook/create-react-app/pull/6511) Fix deploy instructions to make link clickable. ([@sbimochan](https://github.com/sbimochan)) |
| 47 | +- `react-scripts` |
| 48 | + - [#6472](https://github.com/facebook/create-react-app/pull/6472) Revert CSS sourcemaps in development. ([@bugzpodder](https://github.com/bugzpodder)) |
| 49 | + - [#6444](https://github.com/facebook/create-react-app/pull/6444) Revert "Switch to eval-source-map (#5060)". ([@ianschmitz](https://github.com/ianschmitz)) |
| 50 | + |
| 51 | +#### :nail_care: Enhancement |
| 52 | + |
| 53 | +- `react-dev-utils`, `react-scripts` |
| 54 | + - [#6406](https://github.com/facebook/create-react-app/pull/6406) Speed up TypeScript rebuild times in development. ([@ianschmitz](https://github.com/ianschmitz)) |
| 55 | +- `create-react-app` |
| 56 | + - [#6253](https://github.com/facebook/create-react-app/pull/6253) Only use `yarn.lock.cached` if using the default Yarn registry. ([@hangryCat](https://github.com/hangryCat)) |
| 57 | +- `react-scripts` |
| 58 | + - [#5457](https://github.com/facebook/create-react-app/pull/5457) Add forward ref to React SVG Component. ([@GasimGasimzada](https://github.com/GasimGasimzada)) |
| 59 | + |
| 60 | +#### :memo: Documentation |
| 61 | + |
| 62 | +- `babel-preset-react-app` |
| 63 | + - [#6254](https://github.com/facebook/create-react-app/pull/6254) Improve Flow and TypeScript usage docs. ([@saranshkataria](https://github.com/saranshkataria)) |
| 64 | +- `babel-preset-react-app`, `confusing-browser-globals`, `react-app-polyfill` |
| 65 | + - [#6419](https://github.com/facebook/create-react-app/pull/6419) Improve language used in markdown code blocks. ([@cherouvim](https://github.com/cherouvim)) |
| 66 | +- `create-react-app` |
| 67 | + - [#6481](https://github.com/facebook/create-react-app/pull/6481) Fix typo. ([@adyouri](https://github.com/adyouri)) |
| 68 | +- `react-dev-utils` |
| 69 | + - [#6482](https://github.com/facebook/create-react-app/pull/6482) Fix typo. ([@mattfwood](https://github.com/mattfwood)) |
| 70 | +- Other |
| 71 | + - [#6438](https://github.com/facebook/create-react-app/pull/6438) Update `source-map-explorer` docs to analyze all chunks. ([@Kamahl19](https://github.com/Kamahl19)) |
| 72 | + - [#6454](https://github.com/facebook/create-react-app/pull/6454) Fix typo. ([@DenrizSusam](https://github.com/DenrizSusam)) |
| 73 | + - [#5767](https://github.com/facebook/create-react-app/pull/5767) Add information about using custom registries in e2e testing #4488. ([@juanpicado](https://github.com/juanpicado)) |
| 74 | +- `react-dev-utils`, `react-scripts` |
| 75 | + - [#6239](https://github.com/facebook/create-react-app/pull/6239) Convert all bit.ly links from http to https. ([@leighhalliday](https://github.com/leighhalliday)) |
| 76 | + |
| 77 | +#### :house: Internal |
| 78 | + |
| 79 | +- [#6493](https://github.com/facebook/create-react-app/pull/6493) Remove AppVeyor config files. ([@iansu](https://github.com/iansu)) |
| 80 | +- [#6474](https://github.com/facebook/create-react-app/pull/6474) Remove latest Node version from Travis config. ([@iansu](https://github.com/iansu)) |
| 81 | + |
| 82 | +#### :hammer: Underlying Tools |
| 83 | + |
| 84 | +- `react-scripts` |
| 85 | + - [#6387](https://github.com/facebook/create-react-app/pull/6387) Use contenthash instead of chunkhash for better long-term caching. ([@ianschmitz](https://github.com/ianschmitz)) |
| 86 | +- Other |
| 87 | + - [#6365](https://github.com/facebook/create-react-app/pull/6365) Upgrade Docusaurus and enable new features. ([@yangshun](https://github.com/yangshun)) |
| 88 | + |
| 89 | +#### Committers: 15 |
| 90 | + |
| 91 | +- Abdelhadi Dyouri ([adyouri](https://github.com/adyouri)) |
| 92 | +- Bimochan Shrestha ([sbimochan](https://github.com/sbimochan)) |
| 93 | +- Deniz Susman ([DenrizSusam](https://github.com/DenrizSusam)) |
| 94 | +- Gasim Gasimzada ([GasimGasimzada](https://github.com/GasimGasimzada)) |
| 95 | +- Ian Schmitz ([ianschmitz](https://github.com/ianschmitz)) |
| 96 | +- Ian Sutherland ([iansu](https://github.com/iansu)) |
| 97 | +- Ioannis Cherouvim ([cherouvim](https://github.com/cherouvim)) |
| 98 | +- Jack Zhao ([bugzpodder](https://github.com/bugzpodder)) |
| 99 | +- Juan Picado @jotadeveloper ([juanpicado](https://github.com/juanpicado)) |
| 100 | +- Leigh Halliday ([leighhalliday](https://github.com/leighhalliday)) |
| 101 | +- Martin Litvaj ([Kamahl19](https://github.com/Kamahl19)) |
| 102 | +- Matt Wood ([mattfwood](https://github.com/mattfwood)) |
| 103 | +- Meo H. ([hangryCat](https://github.com/hangryCat)) |
| 104 | +- Saransh Kataria ([saranshkataria](https://github.com/saranshkataria)) |
| 105 | +- Yangshun Tay ([yangshun](https://github.com/yangshun)) |
| 106 | + |
| 107 | +### Migrating from 2.1.5 to 2.1.6 |
| 108 | + |
| 109 | +Inside any created project that has not been ejected, run: |
| 110 | + |
| 111 | +```sh |
| 112 | +npm install --save --save-exact react-scripts@2.1.6 |
| 113 | +``` |
| 114 | + |
| 115 | +or |
| 116 | + |
| 117 | +```sh |
| 118 | +yarn add --exact react-scripts@2.1.6 |
| 119 | +``` |
| 120 | + |
1 | 121 | ## 2.1.5 (February 11, 2019)
|
2 | 122 |
|
3 | 123 | v2.1.5 is a maintenance release that reverts the TypeScript speed improvements ([#5903](https://github.com/facebook/create-react-app/pull/5903)) to fix a dependency issue in `react-dev-utils`.
|
|
0 commit comments