create-react-app v3.2.0 Release Notes

Release Date: 2019-10-03 // over 4 years ago
  • 3.2.0 (2019-10-03)

    ๐Ÿ“š v3.2.0 is a minor release that adds support for production profiling and ignoring TypeScript type errors to make migrating JavaScript projects to TypeScript easier. It also includes other minor bug fixes and documentation updates.

    ๐Ÿฑ ๐Ÿš€ New Feature

    • react-scripts
    • react-dev-utils, react-scripts

    ๐Ÿฑ ๐Ÿ› Bug Fix

    • react-scripts
    • react-app-polyfill
      • #7205 Guard polyfills against window possibly being undefined (@jxom)

    ๐Ÿฑ ๐Ÿ’… Enhancement

    • react-scripts
    • react-dev-utils

    ๐Ÿ“š ๐Ÿ“ Documentation

    • ๐Ÿ“„ #7302 docs: note that 2 to 3 migration may require deletion of node_modules (@kimpers)
    • ๐Ÿ“š #7757 Documentation typo fix: accessbileโ†’accessible (@tomer)
    • ๐Ÿ“š #7601 [Documentation] Updated list of supported Jest config overrides (@neilbryson)
    • โšก๏ธ #7705 Update runtime chunk name separator in docs (@samuelmeuli)

    ๐Ÿฑ ๐Ÿ  Internal

    • react-scripts
    • react-dev-utils, react-scripts

    ๐Ÿฑ ๐Ÿ”จ Underlying Tools

    Committers: 19

    Migrating from 3.1.2 to 3.2.0

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

    npm install --save --save-exact [email protected]
    

    or

    yarn add --exact [email protected]