|
| 1 | +## 3.1.2 (2019-09-19) |
| 2 | + |
| 3 | +v3.1.2 is a maintenance release that includes minor bug fixes and documentation updates. |
| 4 | + |
| 5 | +#### :bug: Bug Fix |
| 6 | + |
| 7 | +- `react-scripts` |
| 8 | + - [#7679](https://github.com/facebook/create-react-app/pull/7679) Change runtime chunk name separator from tilde to dash ([@javadoug](https://github.com/javadoug)) |
| 9 | + - [#7538](https://github.com/facebook/create-react-app/pull/7538) Explicitly checking that EXTEND_ESLINT is true ([@BrockWills](https://github.com/BrockWills)) |
| 10 | +- `babel-preset-react-app`, `react-error-overlay`, `react-scripts` |
| 11 | + - [#7662](https://github.com/facebook/create-react-app/pull/7662) Fix build ([@ianschmitz](https://github.com/ianschmitz)) |
| 12 | + |
| 13 | +#### :nail_care: Enhancement |
| 14 | + |
| 15 | +- `react-scripts` |
| 16 | + - [#7704](https://github.com/facebook/create-react-app/pull/7704) Add new logo ([@iansu](https://github.com/iansu)) |
| 17 | + - [#7587](https://github.com/facebook/create-react-app/pull/7587) Minor performance improvements ([@deftomat](https://github.com/deftomat)) |
| 18 | + - [#7633](https://github.com/facebook/create-react-app/pull/7633) Disable babel-loader's cacheCompression ([@jleclanche](https://github.com/jleclanche)) |
| 19 | + |
| 20 | +#### :memo: Documentation |
| 21 | + |
| 22 | +- [#7616](https://github.com/facebook/create-react-app/pull/7616) Update deployment.md with another AWS example ([@AndrewBestbier](https://github.com/AndrewBestbier)) |
| 23 | +- [#7663](https://github.com/facebook/create-react-app/pull/7663) Remove --single-quote from prettier examples ([@brlewis](https://github.com/brlewis)) |
| 24 | +- [#7659](https://github.com/facebook/create-react-app/pull/7659) Update running-tests.md ([@weyert](https://github.com/weyert)) |
| 25 | +- [#7459](https://github.com/facebook/create-react-app/pull/7459) Update troubleshooting.md ([@prevostc](https://github.com/prevostc)) |
| 26 | +- [#7650](https://github.com/facebook/create-react-app/pull/7650) Adopt Contributor Covenant ([@iansu](https://github.com/iansu)) |
| 27 | +- [#7620](https://github.com/facebook/create-react-app/pull/7620) cleanup-after-each is no longer necessary! ([@iHmD](https://github.com/iHmD)) |
| 28 | +- [#7613](https://github.com/facebook/create-react-app/pull/7613) Fix seams between changelog majors ([@emilpalsson](https://github.com/emilpalsson)) |
| 29 | +- [#7368](https://github.com/facebook/create-react-app/pull/7368) Correcting proxy sample ([@szabolcs-szilagyi](https://github.com/szabolcs-szilagyi)) |
| 30 | +- [#7536](https://github.com/facebook/create-react-app/pull/7536) add a migration step to remove static from robots.txt ([@lookfirst](https://github.com/lookfirst)) |
| 31 | +- [#7521](https://github.com/facebook/create-react-app/pull/7521) Show logo for mobile views in create-react-app.dev ([@GrooChu](https://github.com/GrooChu)) |
| 32 | + |
| 33 | +#### :house: Internal |
| 34 | + |
| 35 | +- `react-scripts` |
| 36 | + - [#7526](https://github.com/facebook/create-react-app/pull/7526) The variable dotenvFiles is never reassigned - use const instead ([@Primajin](https://github.com/Primajin)) |
| 37 | + - [#7585](https://github.com/facebook/create-react-app/pull/7585) remove trailing spaces ([@xiaoxiangmoe](https://github.com/xiaoxiangmoe)) |
| 38 | + |
| 39 | +#### :hammer: Underlying Tools |
| 40 | + |
| 41 | +- `babel-plugin-named-asset-import`, `confusing-browser-globals`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` |
| 42 | + - [#7681](https://github.com/facebook/create-react-app/pull/7681) Bump dependencies ([@ianschmitz](https://github.com/ianschmitz)) |
| 43 | +- `react-scripts` |
| 44 | + - [#7531](https://github.com/facebook/create-react-app/pull/7531) Upgrade dotenv-expand to fix issues ([@DominicTobias](https://github.com/DominicTobias)) |
| 45 | +- `eslint-config-react-app`, `react-scripts` |
| 46 | + - [#7540](https://github.com/facebook/create-react-app/pull/7540) Bump version of @typescript-eslint/\* ([@pierreneter](https://github.com/pierreneter)) |
| 47 | + |
| 48 | +#### Committers: 20 |
| 49 | + |
| 50 | +- Andrew ([@AndrewBestbier](https://github.com/AndrewBestbier)) |
| 51 | +- Brock Wills ([@BrockWills](https://github.com/BrockWills)) |
| 52 | +- Clément Prévost ([@prevostc](https://github.com/prevostc)) |
| 53 | +- Dominic Tobias ([@DominicTobias](https://github.com/DominicTobias)) |
| 54 | +- Doug Ross ([@javadoug](https://github.com/javadoug)) |
| 55 | +- Emil Pålsson ([@emilpalsson](https://github.com/emilpalsson)) |
| 56 | +- Federico Zivolo ([@FezVrasta](https://github.com/FezVrasta)) |
| 57 | +- Ian Schmitz ([@ianschmitz](https://github.com/ianschmitz)) |
| 58 | +- Ian Sutherland ([@iansu](https://github.com/iansu)) |
| 59 | +- Jannis Hell ([@Primajin](https://github.com/Primajin)) |
| 60 | +- Jerome Leclanche ([@jleclanche](https://github.com/jleclanche)) |
| 61 | +- Jon Stevens ([@lookfirst](https://github.com/lookfirst)) |
| 62 | +- Sabesh Rajendran ([@GrooChu](https://github.com/GrooChu)) |
| 63 | +- Tomáš Szabo ([@deftomat](https://github.com/deftomat)) |
| 64 | +- Weyert de Boer ([@weyert](https://github.com/weyert)) |
| 65 | +- ZHAO Jinxiang ([@xiaoxiangmoe](https://github.com/xiaoxiangmoe)) |
| 66 | +- [@brlewis](https://github.com/brlewis) |
| 67 | +- [@iHmD](https://github.com/iHmD) |
| 68 | +- [@pierreneter](https://github.com/pierreneter) |
| 69 | +- szabi ([@szabolcs-szilagyi](https://github.com/szabolcs-szilagyi)) |
| 70 | + |
| 71 | +### Migrating from 3.1.1 to 3.1.2 |
| 72 | + |
| 73 | +Inside any created project that has not been ejected, run: |
| 74 | + |
| 75 | +```sh |
| 76 | +npm install --save --save-exact [email protected] |
| 77 | +``` |
| 78 | + |
| 79 | +or |
| 80 | + |
| 81 | +```sh |
| 82 | +yarn add --exact [email protected] |
| 83 | +``` |
| 84 | + |
1 | 85 | ## 3.1.1 (2019-08-13)
|
2 | 86 |
|
3 | 87 | v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates.
|
|
0 commit comments