|
| 1 | +## 2.1.4 (February 10, 2019) |
| 2 | + |
| 3 | +v2.1.4 is a maintenance release that brings a number of awesome improvements. A few notable ones include: |
| 4 | + |
| 5 | +- :rocket: Reduced TypeScript rebuild times while running the development server. TypeScript is now blazing fast! Special thanks to [@deftomat](https://github.com/deftomat) and [@johnnyreilly](https://github.com/johnnyreilly) and the other contributors for their hard work on this. ([#5903](https://github.com/facebook/create-react-app/pull/5903)) |
| 6 | +- Jest [type ahead support](https://github.com/jest-community/jest-watch-typeahead) which provides a much nicer experience when filtering your tests using the Jest CLI ([#5213](https://github.com/facebook/create-react-app/pull/5213)) |
| 7 | +- And many more improvements! |
| 8 | + |
| 9 | + |
| 10 | +#### :bug: Bug Fix |
| 11 | + |
| 12 | +- `react-scripts` |
| 13 | + - [#6364](https://github.com/facebook/create-react-app/pull/6364) Use semicolons in the ProcessEnv interface. ([@DominikPalo](https://github.com/DominikPalo)) |
| 14 | + - [#6276](https://github.com/facebook/create-react-app/pull/6276) Prevent cursor events on app-logo svg. ([@kostadriano](https://github.com/kostadriano)) |
| 15 | + |
| 16 | +#### :nail_care: Enhancement |
| 17 | + |
| 18 | +- `react-scripts` |
| 19 | + - [#5213](https://github.com/facebook/create-react-app/pull/5213) Add Jest typeahead plugin. ([@gaearon](https://github.com/gaearon)) |
| 20 | + - [#5713](https://github.com/facebook/create-react-app/pull/5713) Sass source map for dev. ([@zhuoli99](https://github.com/zhuoli99)) |
| 21 | + - [#6285](https://github.com/facebook/create-react-app/pull/6285) Allow react-scripts test --no-watch. ([@ricokahler](https://github.com/ricokahler)) |
| 22 | + - [#5060](https://github.com/facebook/create-react-app/pull/5060) Enable eval-source-map for firefox. ([@jasonLaster](https://github.com/jasonLaster)) |
| 23 | +- `react-dev-utils`, `react-scripts` |
| 24 | + - [#5903](https://github.com/facebook/create-react-app/pull/5903) Speed up TypeScript projects. ([@deftomat](https://github.com/deftomat)) |
| 25 | + |
| 26 | +#### :memo: Documentation |
| 27 | + |
| 28 | +- Other |
| 29 | + - [#6383](https://github.com/facebook/create-react-app/pull/6383) Update docs links to prefer HTTPS for supported domains. ([@ianschmitz](https://github.com/ianschmitz)) |
| 30 | + - [#6062](https://github.com/facebook/create-react-app/pull/6062) [docs] Warn/clarify that env vars are NOT "SECRET". ([@JBallin](https://github.com/JBallin)) |
| 31 | + - [#6359](https://github.com/facebook/create-react-app/pull/6359) Update ZEIT Now deployment instructions. ([@timothyis](https://github.com/timothyis)) |
| 32 | + - [#6346](https://github.com/facebook/create-react-app/pull/6346) Minor issue in README.md. ([@nathanlschneider](https://github.com/nathanlschneider)) |
| 33 | + - [#6331](https://github.com/facebook/create-react-app/pull/6331) Update docs to document `--no-watch`. ([@ricokahler](https://github.com/ricokahler)) |
| 34 | + - [#6229](https://github.com/facebook/create-react-app/pull/6229) Update `serve` port flag and add example. ([@lyzhovnik](https://github.com/lyzhovnik)) |
| 35 | + - [#6190](https://github.com/facebook/create-react-app/pull/6190) Updating updating-to-new-releases.md for users who installed CRA globally. ([@carpben](https://github.com/carpben)) |
| 36 | + - [#6095](https://github.com/facebook/create-react-app/pull/6095) Changes to steps for publishing GitHub User Page. ([@StevenTan](https://github.com/StevenTan)) |
| 37 | + - [#6157](https://github.com/facebook/create-react-app/pull/6157) Add note for global install of CLI. ([@ianschmitz](https://github.com/ianschmitz)) |
| 38 | + - [#6149](https://github.com/facebook/create-react-app/pull/6149) update link for difference between proposal stages. ([@loveky](https://github.com/loveky)) |
| 39 | + - [#6141](https://github.com/facebook/create-react-app/pull/6141) Remove extra table cell. ([@yangshun](https://github.com/yangshun)) |
| 40 | +- `react-scripts` |
| 41 | + - [#6355](https://github.com/facebook/create-react-app/pull/6355) Make manifest.json description more generic. ([@chrisself](https://github.com/chrisself)) |
| 42 | + |
| 43 | +#### :house: Internal |
| 44 | + |
| 45 | +- Other |
| 46 | + - [#6050](https://github.com/facebook/create-react-app/pull/6050) Fix e2e:docker failure with "access denied". ([@jamesknelson](https://github.com/jamesknelson)) |
| 47 | + - [#6179](https://github.com/facebook/create-react-app/pull/6179) Update local-test.sh to return test exit code. ([@dallonf](https://github.com/dallonf)) |
| 48 | + - [#6165](https://github.com/facebook/create-react-app/pull/6165) Fix CI builds. ([@ianschmitz](https://github.com/ianschmitz)) |
| 49 | +- `react-scripts` |
| 50 | + - [#5798](https://github.com/facebook/create-react-app/pull/5798) Added `module` to ignored node modules list. ([@dotansimha](https://github.com/dotansimha)) |
| 51 | + - [#6022](https://github.com/facebook/create-react-app/pull/6022) TypeScript detection filtering 'node_modules'.. ([@holloway](https://github.com/holloway)) |
| 52 | +- `react-dev-utils`, `react-scripts` |
| 53 | + - [#6150](https://github.com/facebook/create-react-app/pull/6150) dependencies: move chalk to react-dev-utils. ([@otaviopace](https://github.com/otaviopace)) |
| 54 | +- `babel-plugin-named-asset-import`, `react-scripts` |
| 55 | + - [#5816](https://github.com/facebook/create-react-app/pull/5816) Upgrade @svgr/webpack to 4.1.0. ([@alaycock](https://github.com/alaycock)) |
| 56 | +- `react-dev-utils` |
| 57 | + - [#6162](https://github.com/facebook/create-react-app/pull/6162) Update react-dev-util globby dependency to v8.0.2. ([@davidlukerice](https://github.com/davidlukerice)) |
| 58 | +- `babel-preset-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` |
| 59 | + - [#6137](https://github.com/facebook/create-react-app/pull/6137) Fix CI and upgrade dependencies. ([@Timer](https://github.com/Timer)) |
| 60 | + |
| 61 | +#### :hammer: Underlying Tools |
| 62 | + |
| 63 | +- `babel-preset-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-scripts` |
| 64 | + - [#6393](https://github.com/facebook/create-react-app/pull/6393) Upgrade dependencies. ([@ianschmitz](https://github.com/ianschmitz)) |
| 65 | +- `babel-preset-react-app` |
| 66 | + - [#6307](https://github.com/facebook/create-react-app/pull/6307) Update babel-plugin-macros 2.4.4 -> 2.4.5. ([@maniax89](https://github.com/maniax89)) |
| 67 | +- `eslint-config-react-app`, `react-scripts` |
| 68 | + - [#6132](https://github.com/facebook/create-react-app/pull/6132) Bump eslint-plugin-react version and update webpack config. ([@ianschmitz](https://github.com/ianschmitz)) |
| 69 | + |
| 70 | +#### Committers: 29 |
| 71 | + |
| 72 | +- Adam Laycock ([alaycock](https://github.com/alaycock)) |
| 73 | +- Adriano Costa ([kostadriano](https://github.com/kostadriano)) |
| 74 | +- Andrew Turgeon ([maniax89](https://github.com/maniax89)) |
| 75 | +- Ben Carp ([carpben](https://github.com/carpben)) |
| 76 | +- Charles Pritchard ([Downchuck](https://github.com/Downchuck)) |
| 77 | +- Chris Self ([chrisself](https://github.com/chrisself)) |
| 78 | +- Dallon Feldner ([dallonf](https://github.com/dallonf)) |
| 79 | +- Dan Abramov ([gaearon](https://github.com/gaearon)) |
| 80 | +- David Rice ([davidlukerice](https://github.com/davidlukerice)) |
| 81 | +- Dominik Palo ([DominikPalo](https://github.com/DominikPalo)) |
| 82 | +- Dotan Simha ([dotansimha](https://github.com/dotansimha)) |
| 83 | +- Ian Schmitz ([ianschmitz](https://github.com/ianschmitz)) |
| 84 | +- JBallin ([JBallin](https://github.com/JBallin)) |
| 85 | +- James George ([jamesgeorge007](https://github.com/jamesgeorge007)) |
| 86 | +- James K Nelson ([jamesknelson](https://github.com/jamesknelson)) |
| 87 | +- Jason Laster ([jasonLaster](https://github.com/jasonLaster)) |
| 88 | +- Joe Haddad ([Timer](https://github.com/Timer)) |
| 89 | +- Matthew Holloway ([holloway](https://github.com/holloway)) |
| 90 | +- Nathan Schneider ([nathanlschneider](https://github.com/nathanlschneider)) |
| 91 | +- Nikita Lyzhov ([lyzhovnik](https://github.com/lyzhovnik)) |
| 92 | +- Otávio Pace ([otaviopace](https://github.com/otaviopace)) |
| 93 | +- Rico Kahler ([ricokahler](https://github.com/ricokahler)) |
| 94 | +- Steven Tan ([StevenTan](https://github.com/StevenTan)) |
| 95 | +- Timothy ([timothyis](https://github.com/timothyis)) |
| 96 | +- Tomáš Szabo ([deftomat](https://github.com/deftomat)) |
| 97 | +- Yangshun Tay ([yangshun](https://github.com/yangshun)) |
| 98 | +- [gottfired](https://github.com/gottfired) |
| 99 | +- [zhuoli99](https://github.com/zhuoli99) |
| 100 | +- loveky ([loveky](https://github.com/loveky)) |
| 101 | + |
| 102 | +### Migrating from 2.1.3 to 2.1.4 |
| 103 | + |
| 104 | +Inside any created project that has not been ejected, run: |
| 105 | + |
| 106 | +```bash |
| 107 | +npm install --save --save-exact [email protected] |
| 108 | +``` |
| 109 | + |
| 110 | +or |
| 111 | + |
| 112 | +``` |
| 113 | +yarn add --exact [email protected] |
| 114 | +``` |
| 115 | + |
1 | 116 | ## 2.1.3 (January 4, 2019)
|
2 | 117 |
|
3 | 118 | v2.1.3 is a maintenance release to fix a [vulnerability in webpack-dev-server](https://www.npmjs.com/advisories/725).
|
|
0 commit comments