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
  • !2291

Add changelog for 1.0.2

  • Review changes

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

Created by: gaearon

1.0.2 (May 20, 2017)

🐛 Bug Fix

  • react-dev-utils, react-scripts

    • #2276 Serve a no-op service worker in development to ensure it doesn't cache the production build even if it was served on the same port. (@jeffposnick)
  • react-dev-utils, react-error-overlay

    • #2290 Wrap console calls into a check for IE9. (@gaearon)
  • react-dev-utils

    • #2282 Add Windows Subsystem for Linux support to the error overlay. (@noinkling)
    • #2269 Fix a missing package dependency. (@GreenGremlin)

💅 Enhancement

  • react-scripts

    • #2221 Ejecting should ensure you have clean git status. (@milocosmopolitan)
    • #2288 Only enable host check if you use proxy, and add a way to opt out of it. (@gaearon)

🏠 Internal

  • react-dev-utils, react-scripts

    • #2283 Remove unnecessary dependencies(#751 (closed)). (@pmadar)

Committers: 6

  • Dan Abramov (gaearon)
  • Jeffrey Posnick (jeffposnick)
  • Jonathan (GreenGremlin)
  • Malcolm (noinkling)
  • Milo Kang (milocosmopolitan)
  • pmadar

Migrating from 1.0.1 to 1.0.2

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

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

or

yarn add --dev --exact react-scripts@1.0.2

If you previously had issues with an Invalid Host Header error, follow these new instructions to fix it.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gaearon-patch-3