Skip to content

v0.9.3

Compare
Choose a tag to compare
@gaearon gaearon released this 28 Feb 17:49
· 73 commits to 0.9.x since this release

0.9.3 (February 28, 2017)

πŸš€ New Feature

  • create-react-app

    • #1423 Fall back to Yarn offline cache when creating a new project. (@voxsim)

    If you are using Yarn, and you have created at least one app previously, Create React App now works offline.

    Yarn offline installation demo

πŸ› Bug Fix

πŸ’… Enhancement

πŸ“ Documentation

  • react-scripts

🏠 Internal

  • End-to-end Tests
    • #1648 Add Windows CI tests for better stability. (@Timer)

Committers: 5

Migrating from 0.9.2 to 0.9.3

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

npm install --save-dev --save-exact react-scripts@0.9.3

You may also optionally update the global command-line utility for offline Yarn cache support:

npm install -g create-react-app@1.2.1