Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
facebook/create-react-appv5.x
2 releases

TL;DR

Create React App now fully supports React 18, updating project templates to use the new createRoot API (React rendering method) for improved performance and features.

New

  • React 18 Support: Templates now use createRoot for compatibility with React 18.
  • Relaxed Version Check: Warnings about using older versions of Create React App are less strict.

Fixes Worth Knowing

  • Webpack output is now cleaner, only displaying errors and warnings.
  • Improved URL handling for cross-platform compatibility.
  • Updated React Testing Library (RTL) version for React 18 support.

Before You Upgrade

Run npm install --save --save-exact [email protected] or yarn add --exact [email protected] within your existing project to update.

v5.0.1v5.0.1
Apr 12, 2022
v5.0.0v5.0.0
Dec 14, 2021
facebook/create-react-appv4.x
4 releases

TL;DR

create-react-app updates dependencies to address a security vulnerability in immer and fixes an issue with the ESLint (code quality tool) opt-out flag.

Fixes Worth Knowing

  • Updated eslint-webpack-plugin to correctly respect the opt-out flag for ESLint checks.
  • Addressed a security vulnerability by updating the immer dependency.

Before You Upgrade

Run npm install --save --save-exact [email protected] or yarn add --exact [email protected] within your existing projects.

v4.0.3v4.0.3
Feb 22, 2021
v4.0.2v4.0.2
Feb 3, 2021
v4.0.1v4.0.1
Nov 23, 2020
v4.0.0v4.0.0
Oct 23, 2020
facebook/create-react-appv3.x
13 releases

TL;DR

Recent updates to Create React App address security vulnerabilities reported by npm audit, ensuring cleaner dependency checks without impacting existing projects.

Before You Upgrade

Run npm install --save --save-exact [email protected] or yarn add --exact [email protected] within your project to incorporate the latest dependency updates.

v3.4.4v3.4.4
Oct 20, 2020
v3.4.3v3.4.3
Oct 20, 2020
v3.4.2v3.4.2
Oct 20, 2020
v3.4.1v3.4.1
Mar 21, 2020
v3.4.0v3.4.0
Feb 14, 2020
v3.3.1v3.3.1
Jan 31, 2020
v3.3.0v3.3.0
Dec 5, 2019
v3.2.0v3.2.0
Oct 3, 2019
v3.1.2v3.1.2
Sep 19, 2019
v3.1.1v3.1.1
Aug 13, 2019
v3.1.0v3.1.0
Aug 9, 2019
v3.0.1v3.0.1
May 8, 2019
v3.0.0v3.0.0
Apr 22, 2019
facebook/create-react-appv2.x
12 releases

TL;DR

TypeScript projects now have significantly faster rebuild times during development thanks to optimizations in react-dev-utils.

New

  • Faster TypeScript Builds: Development rebuilds are quicker for projects using TypeScript.
  • Improved Caching: react-scripts now uses contenthash instead of chunkhash for more effective long-term caching of assets.

Fixes Worth Knowing

  • Fixed a clickable link in deploy instructions.
  • Reverted changes that temporarily disabled CSS sourcemaps in development.
  • Resolved an issue with TypeScript rebuild speeds that was introduced and then reverted in prior releases.

Before You Upgrade

Run npm install --save --save-exact [email protected] or yarn add --exact [email protected] within your project to update.

v2.1.8v2.1.8
Mar 7, 2019
v2.1.7v2.1.7
Mar 7, 2019
v2.1.6v2.1.6
Mar 6, 2019
v2.1.5v2.1.5
Feb 11, 2019
v2.1.4v2.1.4
Feb 10, 2019
v2.1.3v2.1.3
Jan 4, 2019
v2.1.2v2.1.2
Dec 23, 2018
v2.1.1v2.1.1
Nov 1, 2018
v2.1.0v2.1.0
Oct 30, 2018
v2.0.5v2.0.5
Oct 14, 2018
v2.0.4v2.0.4
Oct 3, 2018
v2.0.3v2.0.3
Oct 2, 2018
facebook/create-react-appv1.x
24 releases

TL;DR

A critical security vulnerability (affecting development servers) on Windows has been patched, requiring an update to react-scripts.

Fixes Worth Knowing

A Windows-specific vulnerability (CVE-2018-6342) in the development server has been resolved.

Before You Upgrade

Update react-scripts to version 1.1.5 by running npm install --save --save-exact [email protected] or yarn add --exact [email protected] within your project directory.

v1.1.5v1.1.5
Aug 24, 2018
v1.1.4v1.1.4
Apr 4, 2018
v1.1.3v1.1.3
Apr 3, 2018
v1.1.2v1.1.2
Apr 2, 2018
v1.1.1v1.1.1
Feb 9, 2018
v1.1.0v1.1.0
Jan 15, 2018
v1.0.17v1.0.17
Nov 3, 2017
v1.0.16v1.0.16
Oct 31, 2017
v1.0.15v1.0.15
Oct 31, 2017
v1.0.13v1.0.13
Sep 2, 2017
v1.0.12v1.0.12
Aug 28, 2017
v1.0.11v1.0.11
Aug 9, 2017
v1.0.10v1.0.10
Jun 29, 2017
v1.0.9v1.0.9
Jun 29, 2017
v1.0.8v1.0.8
Jun 28, 2017
v1.0.7v1.0.7
May 27, 2017
v1.0.6v1.0.6
May 24, 2017
v1.0.5v1.0.5
May 22, 2017
v1.0.4v1.0.4
May 22, 2017
v1.0.3v1.0.3
May 21, 2017
v1.0.2v1.0.2
May 20, 2017
v1.0.1v1.0.1
May 19, 2017
v1.0.0v1.0.0
May 19, 2017
facebook/create-react-appv0.x
28 releases

TL;DR

Create React App now avoids crashing on Node 7.7.2 and offers improved reliability for ejecting projects, especially those that are scoped packages (packages with a name starting with @).

Breaking

  • Ejecting from scoped packages: Ejecting now works correctly within a scoped package.
  • macOS openBrowser(): The openBrowser() function now works correctly on macOS when BROWSER=open is set.

New

  • Scoped package support: You can now specify a scoped package when using the --scripts-version flag.
  • Linting improvements: The linter now supports ignoreRestSiblings in no-unused-vars, reducing false positives when using rest properties.

Fixes Worth Knowing

  • Node 7.7.2 crash: A bug causing crashes with Node 7.7.2 when running npm start is now resolved.
  • Port detection: Improved reliability when detecting available ports for the development server.
  • Hot reloading after eject: Hot reloading now functions correctly after ejecting.

Before You Upgrade

Run npm install --save-dev --save-exact [email protected] inside your project to update. You can also update the global CLI with npm install -g [email protected] for scoped package support.

v0.9.5v0.9.5
Mar 9, 2017
v0.9.4v0.9.4
Mar 6, 2017
v0.9.3v0.9.3
Feb 28, 2017
v0.9.2v0.9.2
Feb 26, 2017
v0.9.1v0.9.1
Feb 26, 2017
v0.9.0v0.9.0
Feb 11, 2017
v0.8.5v0.8.5
Jan 9, 2017
v0.8.4v0.8.4
Dec 11, 2016
v0.8.3v0.8.3
Dec 8, 2016
v0.8.2v0.8.2
Dec 7, 2016
v0.8.1v0.8.1
Dec 4, 2016
v0.8.0v0.8.0
Dec 3, 2016
v0.7.0v0.7.0
Oct 22, 2016
v0.6.1v0.6.1
Sep 27, 2016
v0.6.0v0.6.0
Sep 25, 2016
v0.5.1v0.5.1
Sep 23, 2016
v0.5.0v0.5.0
Sep 23, 2016
v0.4.3v0.4.3
Sep 18, 2016
v0.4.2v0.4.2
Sep 18, 2016
v0.4.1v0.4.1
Sep 3, 2016
v0.4.0v0.4.0
Sep 2, 2016
v0.3.1v0.3.1
Sep 2, 2016
v0.3.0v0.3.0
Sep 1, 2016
v0.2.3v0.2.3
Aug 25, 2016
v0.2.2v0.2.2
Aug 25, 2016
v0.2.1v0.2.1
Aug 1, 2016
v0.2.0v0.2.0
Jul 28, 2016
v0.1.0v0.1.0
Jul 22, 2016