|
| 1 | +## 2.1.3 (January 4, 2019) |
| 2 | + |
| 3 | +#### :memo: Documentation |
| 4 | + |
| 5 | +- Other |
| 6 | + - [#6067](https://github.com/facebook/create-react-app/pull/6067) Correct an error for documentation. ([@hardo](https://github.com/hardo)) |
| 7 | + - [#6110](https://github.com/facebook/create-react-app/pull/6110) Replace deprecated VSCode launch.json variable. ([@raiskila](https://github.com/raiskila)) |
| 8 | + - [#5631](https://github.com/facebook/create-react-app/pull/5631) Generalize the adding bootstrap documentation. ([@jquense](https://github.com/jquense)) |
| 9 | + - [#6084](https://github.com/facebook/create-react-app/pull/6084) Remove outdated docs for setting up eslint in editor. ([@LukasWerfel](https://github.com/LukasWerfel)) |
| 10 | + - [#6061](https://github.com/facebook/create-react-app/pull/6061) Fix control comment of CSS Grid prefixing. ([@denexapp](https://github.com/denexapp)) |
| 11 | +- `react-scripts` |
| 12 | + - [#6036](https://github.com/facebook/create-react-app/pull/6036) Fix comment typo. ([@shawtung](https://github.com/shawtung)) |
| 13 | + |
| 14 | +#### :house: Internal |
| 15 | + |
| 16 | +- `create-react-app`, `react-error-overlay` |
| 17 | + - [#6104](https://github.com/facebook/create-react-app/pull/6104) Typo fixes. ([@prashant-andani](https://github.com/prashant-andani)) |
| 18 | + |
| 19 | +#### :hammer: Underlying Tools |
| 20 | + |
| 21 | +- `react-scripts` |
| 22 | + - [#6064](https://github.com/facebook/create-react-app/pull/6064) Update webpack-dev-server 3.1.9 -> 3.1.14. ([@Friss](https://github.com/Friss)) |
| 23 | + |
| 24 | +#### Committers: 8 |
| 25 | + |
| 26 | +- Denis Mukhametov ([denexapp](https://github.com/denexapp)) |
| 27 | +- Hardo ([hardo](https://github.com/hardo)) |
| 28 | +- Janne Raiskila ([raiskila](https://github.com/raiskila)) |
| 29 | +- Jason Quense ([jquense](https://github.com/jquense)) |
| 30 | +- Lukas Werfel ([LukasWerfel](https://github.com/LukasWerfel)) |
| 31 | +- Prashant Andani ([prashant-andani](https://github.com/prashant-andani)) |
| 32 | +- Zachary Friss ([Friss](https://github.com/Friss)) |
| 33 | +- [shawtung](https://github.com/shawtung) |
| 34 | + |
| 35 | +### Migrating from 2.1.2 to 2.1.3 |
| 36 | + |
| 37 | +Inside any created project that has not been ejected, run: |
| 38 | + |
| 39 | +```bash |
| 40 | +npm install --save --save-exact react-scripts@2.1.3 |
| 41 | +``` |
| 42 | + |
| 43 | +or |
| 44 | + |
| 45 | +``` |
| 46 | +yarn add --exact react-scripts@2.1.3 |
| 47 | +``` |
| 48 | + |
1 | 49 | ## 2.1.2 (December 23, 2018)
|
2 | 50 |
|
3 | 51 | v2.1.2 is a maintenance release including various bug fixes.
|
|
0 commit comments