Skip to content

v2.1.0

Compare
Choose a tag to compare
@Timer Timer released this 30 Oct 03:44

2.1.0 (October 29, 2018)

Create React App 2.1 adds support for TypeScript! Read the documentation to get started.

New applications can be created using TypeScript by running:

$ npx create-react-app my-app --typescript

πŸš€ New Feature

  • create-react-app, react-scripts
  • babel-preset-react-app, react-scripts

πŸ› Bug Fix

πŸ’… Enhancement

  • create-react-app, react-scripts
    • #5593 Refine how TypeScript types are handled. (@Timer)
  • react-scripts
  • react-dev-utils, react-scripts

πŸ“ Documentation

🏠 Internal

Committers: 15

Migrating from 2.0.5 to 2.1.0

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@2.1.0

or

yarn add --exact react-scripts@2.1.0