create-react-app v3.4.1 Release Notes

Release Date: 2020-03-20 // about 4 years ago
  • 3.4.1 (2020-03-20)

    ๐Ÿ“š v3.4.1 is a maintenance release that includes minor bug fixes and documentation updates including upgrading Babel to fix a bug in the 7.8 release line. This release also brings support for TypeScript 3.8.

    ๐Ÿฑ ๐Ÿ› Bug Fix

    • react-scripts
    • babel-preset-react-app
    • ๐Ÿ‘• cra-template, eslint-config-react-app, react-scripts
      • #7790 Widen eslint-config-react-app peer dependency versions (@lukyth)

    ๐Ÿฑ ๐Ÿ’… Enhancement

    • cra-template-typescript, cra-template
    • react-scripts

    ๐Ÿ“š ๐Ÿ“ Documentation

    • Other
      • #8515 Fix proxying API request docs (@hjr3)
      • #8561 Indicate that the file structure is the template's (@Vinnl)
    • react-scripts

    ๐Ÿฑ ๐Ÿ”จ Underlying Tools

    • babel-preset-react-app, create-react-app, react-dev-utils, react-error-overlay, react-scripts
    • react-scripts

    Committers: 9

    Migrating from 3.4.0 to 3.4.1

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

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

    or

    yarn add --exact [email protected]