You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## 2.1.5 (February 11, 2019)
2
+
3
+
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`.
4
+
5
+
### Migrating from 2.1.4 to 2.1.5
6
+
7
+
Inside any created project that has not been ejected, run:
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
6
24
- 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))
0 commit comments