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

Add changelog for 1.0.1

  • Review changes

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

Created by: gaearon

1.0.1 (May 19, 2017)

🐛 Bug Fix

  • react-scripts

    • #2242 Fix NODE_PATH=src for npm start and npm run build. (@ApacheEx)
    • #2261 Fix NODE_PATH=src for Jest. (@gaearon)
    • #2255 Fix Windows path issue for generated service worker. (@gaearon)
    • #2262 Additional fix to service worker config for "homepage" field. (@gaearon)
    • #2250 Ignore .env.local in test environment. (@gaearon)
    • #2246 Gracefully shut down the development server on signals. (@gaearon)
  • react-dev-utils

    • #2229 Show customized build path for serve instruction. (@chyipin)
  • react-dev-utils, react-error-overlay

    • #2243 Add missing package dependency. (@Timer)
  • react-error-overlay

    • #2238 Fix a crash when switching errors with arrow keys. (@Gandem)

💅 Enhancement

  • eslint-config-react-app

    • #2256 Turn off operator-assignment stylistic rule. (@gaearon)
  • react-scripts

    • #2224 Add <noscript> to template's index.html. (@viankakrisna)

📝 Documentation

  • react-scripts

    • #2259 Fix broken links. (@enguerran)
    • #2258 Update readme with example of Sass include path. (@kellyrmilligan)
    • #2252 Hide React Storybook from the User Guide while it's incompatible. (@gaearon)
    • #2247 Correct docs on which .env.* files are supported. (@AJamesPhillips)

🏠 Internal

  • react-scripts

    • #2264 Fix a bug for empty NODE_PATH. (@gaearon)

Committers: 9

  • Ade Viankakrisna Fadlil (viankakrisna)
  • Alexander James Phillips (AJamesPhillips)
  • Dan Abramov (gaearon)
  • Enguerran (enguerran)
  • Joe Haddad (Timer)
  • Kelly (kellyrmilligan)
  • Nayef Ghattas (Gandem)
  • Oleg Kuzava (ApacheEx)
  • chyipin

Migrating from 1.0.0 to 1.0.1

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

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

or

yarn add --dev --exact react-scripts@1.0.1
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gaearon-patch-4