Skip to content

v2.1.6

Compare
Choose a tag to compare
@iansu iansu released this 06 Mar 23:23
b5887dc

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