Skip to content

Commit

Permalink
Prepare 2.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz committed Feb 10, 2019
1 parent b7e0158 commit bd8c405
Show file tree
Hide file tree
Showing 2 changed files with 1,083 additions and 766 deletions.
115 changes: 115 additions & 0 deletions CHANGELOG.md
@@ -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 react-scripts@2.1.4
```

or

```
yarn add --exact react-scripts@2.1.4
```

## 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).
Expand Down

0 comments on commit bd8c405

Please sign in to comment.