Prepare 2.1.5 release

This commit is contained in:
Ian Schmitz
2019-02-11 08:19:19 -08:00
parent 544a5943ce
commit 59bf92e46d
2 changed files with 245 additions and 439 deletions

View File

@@ -1,3 +1,21 @@
## 2.1.5 (February 11, 2019)
v2.1.5 is a maintenance release that reverts the TypeScript speed improvements ([#5903](https://github.com/facebook/create-react-app/pull/5903)) to fix a dependency issue in `react-dev-utils`.
### Migrating from 2.1.4 to 2.1.5
Inside any created project that has not been ejected, run:
```bash
npm install --save --save-exact react-scripts@2.1.5
```
or
```
yarn add --exact react-scripts@2.1.5
```
## 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:
@@ -6,7 +24,6 @@ v2.1.4 is a maintenance release that brings a number of awesome improvements. A
- 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`

File diff suppressed because it is too large Load Diff