Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !1784

Add 0.9.5 changelog

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge gaearon-patch-3 into master Mar 09, 2017
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: gaearon

0.9.5 (March 9, 2017)

🐛 Bug Fix

  • react-scripts

    • #1783 Work around Node 7.7.2 bug that crashes npm start. (@ryanwalters)

💅 Enhancement

  • eslint-config-react-app

    • #1773 Remove guard-for-in lint rule. (@spicyj)
  • react-scripts

    • #1760 Suggest serve for running in production. (@leo)
    • #1747 Display yarn instead of yarnpkg when creating a new app. (@lpalmes)

📝 Documentation

  • react-scripts

    • #1756 Add Yarn steps for adding Flow. (@zertosh)

🏠 Internal

  • babel-preset-react-app

    • #1742 Switch to babel-preset-env to remove the deprecation warning. (@Timer)

Committers: 6

  • Andres Suarez (zertosh)
  • Ben Alpert (spicyj)
  • Joe Haddad (Timer)
  • Leo Lamprecht (leo)
  • Lorenzo Palmes (lpalmes)
  • Ryan Walters (ryanwalters)

Migrating from 0.9.4 to 0.9.5

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

npm install --save-dev --save-exact react-scripts@0.9.5
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gaearon-patch-3