Skip to content

Releases: facebook/create-react-app

v2.1.7

07 Mar 00:41
e69ad37
Compare
Choose a tag to compare

2.1.7 (March 7, 2019)

v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements (#6406) to fix a dependency issue in react-dev-utils.

Migrating from 2.1.6 to 2.1.7

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

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

or

yarn add --exact react-scripts@2.1.7

v2.1.6

06 Mar 23:23
b5887dc
Compare
Choose a tag to compare

2.1.6 (March 6, 2019)

v2.1.6 is a maintenance release that brings a few new improvements, most notably:

  • 🚀 Reduced TypeScript rebuild times while running the development server. This was previously introduced in v2.1.4 but had to be reverted. Thanks to @ianschmitz for getting this ready.

🐛 Bug Fix

💅 Enhancement

  • react-dev-utils, react-scripts
  • create-react-app
    • #6253 Only use yarn.lock.cached if using the default Yarn registry. (@hangryCat)
  • react-scripts

📝 Documentation

🏠 Internal

🔨 Underlying Tools

  • react-scripts
    • #6387 Use contenthash instead of chunkhash for better long-term caching. (@ianschmitz)
  • Other

Committers: 15

Migrating from 2.1.5 to 2.1.6

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

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

or

yarn add --exact react-scripts@2.1.6

v2.1.5

11 Feb 16:40
Compare
Choose a tag to compare

2.1.5 (February 11, 2019)

v2.1.5 is a maintenance release that reverts the TypeScript speed improvements (#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:

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

or

yarn add --exact react-scripts@2.1.5

v2.1.4

10 Feb 21:55
Compare
Choose a tag to compare

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:

  • 🚀 Reduced TypeScript rebuild times while running the development server. TypeScript is now blazing fast! Special thanks to @deftomat and @johnnyreilly and the other contributors for their hard work on this. (#5903)
  • Jest type ahead support which provides a much nicer experience when filtering your tests using the Jest CLI (#5213)
  • And many more improvements!

🐛 Bug Fix

💅 Enhancement

📝 Documentation

🏠 Internal

  • Other
  • react-scripts
  • react-dev-utils, react-scripts
  • babel-plugin-named-asset-import, react-scripts
  • react-dev-utils
  • babel-preset-react-app, react-app-polyfill, react-dev-utils, react-error-overlay, react-scripts

🔨 Underlying Tools

  • babel-preset-react-app, react-app-polyfill, react-dev-utils, react-scripts
  • babel-preset-react-app
  • eslint-config-react-app, react-scripts
    • #6132 Bump eslint-plugin-react version and update webpack config. (@ianschmitz)

Committers: 29

Migrating from 2.1.3 to 2.1.4

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

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

or

yarn add --exact react-scripts@2.1.4

v2.1.3

04 Jan 19:08
Compare
Choose a tag to compare

2.1.3 (January 4, 2019)

v2.1.3 is a maintenance release to fix a vulnerability in webpack-dev-server.

📝 Documentation

🏠 Internal

🔨 Underlying Tools

  • react-scripts
    • #6064 Update webpack-dev-server 3.1.9 -> 3.1.14. (@Friss)

Committers: 8

Migrating from 2.1.2 to 2.1.3

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

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

or

yarn add --exact react-scripts@2.1.3

v2.1.2

23 Dec 18:57
Compare
Choose a tag to compare

2.1.2 (December 23, 2018)

v2.1.2 is a maintenance release including various bug fixes.

🚀 New Feature

  • babel-preset-react-app
    • #5487 Add allowESModules option to babel-preset-react-app (@Pajn)

🐛 Bug Fix

  • create-react-app
  • babel-preset-react-app
  • babel-plugin-named-asset-import
    • #5573 Fix named-asset-import plugin to work with export-as syntax (@NShahri)
  • react-app-polyfill
  • react-scripts

💅 Enhancement

📝 Documentation

🏠 Internal

  • react-scripts
  • Other
  • react-dev-utils
  • react-error-overlay
    • #5451 fix: add sideEffects: false to react-error-overlay. (@SimenB)
  • babel-preset-react-app
    • #5487 Add allowESModules option to babel-preset-react-app. (@Pajn)
  • create-react-app

Committers: 36

Read more

v2.1.1

01 Nov 03:31
Compare
Choose a tag to compare

2.1.1 (October 31, 2018)

Happy Halloween 🎃 👻! This spooky release brings a treat: decorator support in TypeScript files!

🐛 Bug Fix

  • babel-preset-react-app
  • react-scripts

💅 Enhancement

  • babel-preset-react-app

📝 Documentation

🏠 Internal

  • react-error-overlay
  • babel-plugin-named-asset-import
  • react-scripts
    • #5651 Make serviceWorker config argument optional in typescript. (@eddedd88)

Committers: 8

Migrating from 2.1.0 to 2.1.1

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

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

or

yarn add --exact react-scripts@2.1.1

v2.1.0

30 Oct 03:44
Compare
Choose a tag to compare

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

v2.0.5

14 Oct 19:08
7a6a9b5
Compare
Choose a tag to compare

2.0.5 (October 14, 2018)

🐛 Bug Fix

  • react-dev-utils

  • create-react-app

    • #5362 Fix CI: non-semver compliant Yarn versions. (@Timer)
  • react-scripts

    • #5301 Fix TypeError when registering service workers without config. (@peterbe)

💅 Enhancement

  • babel-preset-react-app

    • #4984 Use the correct dependency for babel-plugin-dynamic-import-node. (@vikr01)
  • react-scripts

📝 Documentation

🏠 Internal

  • Other

  • create-react-app

    • #5362 Fix CI: non-semver compliant Yarn versions. (@Timer)
  • react-scripts

    • #5317 Remove unused require for getCacheIdentifier after ejecting. (@benbrandt)

Committers: 23

Migrating from 2.0.4 to 2.0.5

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

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

or

yarn add --exact react-scripts@2.0.5

v2.0.4

03 Oct 20:07
Compare
Choose a tag to compare

2.0.4 (October 3, 2018)

🐛 Bug Fix

  • react-scripts
  • babel-preset-react-app

💅 Enhancement

  • create-react-app
  • react-scripts

📝 Documentation

🏠 Internal

Committers: 11