-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7e0158
commit bd8c405
Showing
2 changed files
with
1,083 additions
and
766 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,118 @@ | ||
## 2.1.4 (February 10, 2019) | ||
|
||
v2.1.4 is a maintenance release that brings a number of awesome improvements. A few notable ones include: | ||
|
||
- :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)) | ||
- 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)) | ||
- And many more improvements! | ||
|
||
|
||
#### :bug: Bug Fix | ||
|
||
- `react-scripts` | ||
- [#6364](https://github.com/facebook/create-react-app/pull/6364) Use semicolons in the ProcessEnv interface. ([@DominikPalo](https://github.com/DominikPalo)) | ||
- [#6276](https://github.com/facebook/create-react-app/pull/6276) Prevent cursor events on app-logo svg. ([@kostadriano](https://github.com/kostadriano)) | ||
|
||
#### :nail_care: Enhancement | ||
|
||
- `react-scripts` | ||
- [#5213](https://github.com/facebook/create-react-app/pull/5213) Add Jest typeahead plugin. ([@gaearon](https://github.com/gaearon)) | ||
- [#5713](https://github.com/facebook/create-react-app/pull/5713) Sass source map for dev. ([@zhuoli99](https://github.com/zhuoli99)) | ||
- [#6285](https://github.com/facebook/create-react-app/pull/6285) Allow react-scripts test --no-watch. ([@ricokahler](https://github.com/ricokahler)) | ||
- [#5060](https://github.com/facebook/create-react-app/pull/5060) Enable eval-source-map for firefox. ([@jasonLaster](https://github.com/jasonLaster)) | ||
- `react-dev-utils`, `react-scripts` | ||
- [#5903](https://github.com/facebook/create-react-app/pull/5903) Speed up TypeScript projects. ([@deftomat](https://github.com/deftomat)) | ||
|
||
#### :memo: Documentation | ||
|
||
- Other | ||
- [#6383](https://github.com/facebook/create-react-app/pull/6383) Update docs links to prefer HTTPS for supported domains. ([@ianschmitz](https://github.com/ianschmitz)) | ||
- [#6062](https://github.com/facebook/create-react-app/pull/6062) [docs] Warn/clarify that env vars are NOT "SECRET". ([@JBallin](https://github.com/JBallin)) | ||
- [#6359](https://github.com/facebook/create-react-app/pull/6359) Update ZEIT Now deployment instructions. ([@timothyis](https://github.com/timothyis)) | ||
- [#6346](https://github.com/facebook/create-react-app/pull/6346) Minor issue in README.md. ([@nathanlschneider](https://github.com/nathanlschneider)) | ||
- [#6331](https://github.com/facebook/create-react-app/pull/6331) Update docs to document `--no-watch`. ([@ricokahler](https://github.com/ricokahler)) | ||
- [#6229](https://github.com/facebook/create-react-app/pull/6229) Update `serve` port flag and add example. ([@lyzhovnik](https://github.com/lyzhovnik)) | ||
- [#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)) | ||
- [#6095](https://github.com/facebook/create-react-app/pull/6095) Changes to steps for publishing GitHub User Page. ([@StevenTan](https://github.com/StevenTan)) | ||
- [#6157](https://github.com/facebook/create-react-app/pull/6157) Add note for global install of CLI. ([@ianschmitz](https://github.com/ianschmitz)) | ||
- [#6149](https://github.com/facebook/create-react-app/pull/6149) update link for difference between proposal stages. ([@loveky](https://github.com/loveky)) | ||
- [#6141](https://github.com/facebook/create-react-app/pull/6141) Remove extra table cell. ([@yangshun](https://github.com/yangshun)) | ||
- `react-scripts` | ||
- [#6355](https://github.com/facebook/create-react-app/pull/6355) Make manifest.json description more generic. ([@chrisself](https://github.com/chrisself)) | ||
|
||
#### :house: Internal | ||
|
||
- Other | ||
- [#6050](https://github.com/facebook/create-react-app/pull/6050) Fix e2e:docker failure with "access denied". ([@jamesknelson](https://github.com/jamesknelson)) | ||
- [#6179](https://github.com/facebook/create-react-app/pull/6179) Update local-test.sh to return test exit code. ([@dallonf](https://github.com/dallonf)) | ||
- [#6165](https://github.com/facebook/create-react-app/pull/6165) Fix CI builds. ([@ianschmitz](https://github.com/ianschmitz)) | ||
- `react-scripts` | ||
- [#5798](https://github.com/facebook/create-react-app/pull/5798) Added `module` to ignored node modules list. ([@dotansimha](https://github.com/dotansimha)) | ||
- [#6022](https://github.com/facebook/create-react-app/pull/6022) TypeScript detection filtering 'node_modules'.. ([@holloway](https://github.com/holloway)) | ||
- `react-dev-utils`, `react-scripts` | ||
- [#6150](https://github.com/facebook/create-react-app/pull/6150) dependencies: move chalk to react-dev-utils. ([@otaviopace](https://github.com/otaviopace)) | ||
- `babel-plugin-named-asset-import`, `react-scripts` | ||
- [#5816](https://github.com/facebook/create-react-app/pull/5816) Upgrade @svgr/webpack to 4.1.0. ([@alaycock](https://github.com/alaycock)) | ||
- `react-dev-utils` | ||
- [#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)) | ||
- `babel-preset-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` | ||
- [#6137](https://github.com/facebook/create-react-app/pull/6137) Fix CI and upgrade dependencies. ([@Timer](https://github.com/Timer)) | ||
|
||
#### :hammer: Underlying Tools | ||
|
||
- `babel-preset-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-scripts` | ||
- [#6393](https://github.com/facebook/create-react-app/pull/6393) Upgrade dependencies. ([@ianschmitz](https://github.com/ianschmitz)) | ||
- `babel-preset-react-app` | ||
- [#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)) | ||
- `eslint-config-react-app`, `react-scripts` | ||
- [#6132](https://github.com/facebook/create-react-app/pull/6132) Bump eslint-plugin-react version and update webpack config. ([@ianschmitz](https://github.com/ianschmitz)) | ||
|
||
#### Committers: 29 | ||
|
||
- Adam Laycock ([alaycock](https://github.com/alaycock)) | ||
- Adriano Costa ([kostadriano](https://github.com/kostadriano)) | ||
- Andrew Turgeon ([maniax89](https://github.com/maniax89)) | ||
- Ben Carp ([carpben](https://github.com/carpben)) | ||
- Charles Pritchard ([Downchuck](https://github.com/Downchuck)) | ||
- Chris Self ([chrisself](https://github.com/chrisself)) | ||
- Dallon Feldner ([dallonf](https://github.com/dallonf)) | ||
- Dan Abramov ([gaearon](https://github.com/gaearon)) | ||
- David Rice ([davidlukerice](https://github.com/davidlukerice)) | ||
- Dominik Palo ([DominikPalo](https://github.com/DominikPalo)) | ||
- Dotan Simha ([dotansimha](https://github.com/dotansimha)) | ||
- Ian Schmitz ([ianschmitz](https://github.com/ianschmitz)) | ||
- JBallin ([JBallin](https://github.com/JBallin)) | ||
- James George ([jamesgeorge007](https://github.com/jamesgeorge007)) | ||
- James K Nelson ([jamesknelson](https://github.com/jamesknelson)) | ||
- Jason Laster ([jasonLaster](https://github.com/jasonLaster)) | ||
- Joe Haddad ([Timer](https://github.com/Timer)) | ||
- Matthew Holloway ([holloway](https://github.com/holloway)) | ||
- Nathan Schneider ([nathanlschneider](https://github.com/nathanlschneider)) | ||
- Nikita Lyzhov ([lyzhovnik](https://github.com/lyzhovnik)) | ||
- Otávio Pace ([otaviopace](https://github.com/otaviopace)) | ||
- Rico Kahler ([ricokahler](https://github.com/ricokahler)) | ||
- Steven Tan ([StevenTan](https://github.com/StevenTan)) | ||
- Timothy ([timothyis](https://github.com/timothyis)) | ||
- Tomáš Szabo ([deftomat](https://github.com/deftomat)) | ||
- Yangshun Tay ([yangshun](https://github.com/yangshun)) | ||
- [gottfired](https://github.com/gottfired) | ||
- [zhuoli99](https://github.com/zhuoli99) | ||
- loveky ([loveky](https://github.com/loveky)) | ||
|
||
### Migrating from 2.1.3 to 2.1.4 | ||
|
||
Inside any created project that has not been ejected, run: | ||
|
||
```bash | ||
npm install --save --save-exact [email protected] | ||
``` | ||
|
||
or | ||
|
||
``` | ||
yarn add --exact [email protected] | ||
``` | ||
|
||
## 2.1.3 (January 4, 2019) | ||
|
||
v2.1.3 is a maintenance release to fix a [vulnerability in webpack-dev-server](https://www.npmjs.com/advisories/725). | ||
|
Oops, something went wrong.