mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Prepare 2.1.5 release
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -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
Reference in New Issue
Block a user