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

Changelog for 1.1.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge gaearon-patch-2 into master Jan 15, 2018
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: gaearon

1.1.0 (January 15, 2018)

🚀 New Feature

  • react-scripts

    • #3387 Add support for variable expansion in .env files. (@moos)
  • react-error-overlay

    • #3474 Allow the error overlay to be unregistered. (@Timer)
  • create-react-app

    • #3408 Add --info flag to help gather bug reports. (@tabrindle)
    • #3409 Add --use-npm flag to bypass Yarn even on systems that have it. (@tabrindle)
    • #3725 Extend --scripts-version to include .tar.gz format. (@SaschaDens)
    • #3629 Allowing "file:<path>" --scripts-version values. (@GreenGremlin)

🐛 Bug Fix

  • babel-preset-react-app, react-scripts

    • #3788 Fix object destructuring inside an array on Node 6. (@gaearon)
  • react-dev-utils

    • #3784 Detach browser process from the shell on Linux. (@gaearon)
    • #3726 Use proxy for all request methods other than GET. (@doshisid)
    • #3440 Print full directory name from lsof. (@rmccue)
    • #2071 Fix broken console clearing on Windows. (@danielverejan)
    • #3686 Fix starting a project in directory with ++ in the name. (@Norris1z)
  • create-react-app

    • #3320 Fix offline installation to respect proxy from .npmrc. (@mdogadailo)
  • react-scripts

    • #3537 Add mjs and jsx filename extensions to file-loader exclude pattern. (@iansu)
    • #3511 Unmount the component in the default generated test. (@gaearon)

💅 Enhancement

  • react-scripts

    • #3730 Print when HOST environment variable is set. (@iansu)
    • #3455 Add a localhost-only log message pointing folks to the PWA docs. (@jeffposnick)
    • #3416 Improve eject message. (@xjlim)
  • create-react-app

    • #3740 Allow more non-conflicting files in initial project directory. (@GreenGremlin)
  • react-dev-utils

    • #3104 Add link to deployment docs after build. (@viankakrisna)
    • #3652 Add code-insiders to the editor list. (@shrynx)
    • #3700 Add editor support for Sublime Dev & VSCode Insiders. (@yyx990803)
    • #3545 Autodetect MacVim editor. (@gnapse)
  • react-dev-utils, react-error-overlay

    • #3465 Open editor to exact column from build error overlay. (@tharakawj)
  • react-dev-utils, react-scripts

    • #3721 Support setting none in REACT_EDITOR environment variable. (@raerpo)
  • eslint-config-react-app

    • #3716 Relax no-cond-assign rule. (@gaearon)

📝 Documentation

  • User Guide

    • #3659 Add info about service-worker and HTTP caching headers into Firebase section. (@bobrosoft)
    • #3515 Add Powershell commands to README.md. (@Gua-naiko-che)
    • #3656 Better documentation for setupTests.js when ejecting. (@dannycalleri)
    • #1791 Add link for automatic deployment to azure. (@ulrikstrid)
    • #3717 Update README.md. (@maecapozzi)
    • #3710 Link to an explanation for forking react-scripts. (@gaearon)
    • #3709 Document adding a router. (@gaearon)
    • #3670 Fix typo in the User Guide. (@qbahers)
    • #3645 Update README.md. (@elie222)
    • #3533 Use safer/more aesthetic syntax for setting environment variables on Windows. (@cdanielsen)
    • #3605 Updated Debugging Tests for VSCode. (@amadeogallardo)
    • #3601 Fixed typo in webpack.config.dev.js. (@nmenglund)
    • #3576 Updates comment to reflect codebase. (@rahulcs)
    • #3510 Update User Guide with deploying to GitHub User pages. (@aaronlna)
    • #3503 Update Prettier editor integration link. (@gaving)
    • #3453 Fix dead links. (@vannio)
    • #2992 Docs: How to Debug Unit Tests. (@MattMorgis)
  • Other

    • #3729 Update README.md to note Neutrino's support of react components. (@eliperelman)
    • #2841 Documentation to help windows contributors. (@Dubes)
    • #3489 Add link to nvm-windows. (@davidgilbertson)
  • eslint-config-react-app

    • #3460 Fix broken link to href-no-hash eslint rule. (@hazolsky)

🏠 Internal

  • Other

    • #3769 Enable Yarn check files. (@Timer)
    • #3756 Clean up changes to npm and yarn registry in E2E tests. (@viankakrisna)
    • #3744 Use private registry in E2E tests. (@Timer)
    • #3738 Always use Yarn on CI. (@gaearon)
    • #2309 Port cra.sh development task to javascript. (@ianschmitz)
    • #3411 Simplify waiting for app start in E2E tests. (@xjlim)
    • #3755 Switch to Yarn Workspaces. (@gaearon)
    • #3757 Try updating Flow. (@gaearon)
    • #3414 Export dismissRuntimeErrors function. (@skidding)
    • #3036 Cleaning up printHostingInstructions a bit. (@GreenGremlin)
    • #3514 Fix FileSizeReporter for multi build Webpack setups. (@iiska)
    • #3362 Refactor extra watch options regex to react-dev-utils. (@xjlim)

Committers: 47

  • Aaron Lamb (aaronlna)
  • Ade Viankakrisna Fadlil (viankakrisna)
  • Amadeo Gallardo (amadeogallardo)
  • Andy Kenward (andykenward)
  • Christian Danielsen (cdanielsen)
  • Clayton Ray (iamclaytonray)
  • Dan Abramov (gaearon)
  • Daniel Verejan (danielverejan)
  • Danny Calleri (dannycalleri)
  • David Boyne (boyney123)
  • David Gilbertson (davidgilbertson)
  • Eli Perelman (eliperelman)
  • Elie (elie222)
  • Ernesto García (gnapse)
  • Evan You (yyx990803)
  • Gavin Gilmour (gaving)
  • Ian Schmitz (ianschmitz)
  • Ian Sutherland (iansu)
  • JANG SUN HYUK (wkdtjsgur100)
  • Jeffrey Posnick (jeffposnick)
  • Joe Haddad (Timer)
  • Joe Lim (xjlim)
  • Jonathan (GreenGremlin)
  • Juhamatti Niemelä (iiska)
  • Mae Capozzi (maecapozzi)
  • Maksym Dogadailo (mdogadailo)
  • Mario Nebl (marionebl)
  • Matt Morgis (MattMorgis)
  • Misha Khokhlov (hazolsky)
  • Moos (moos)
  • Nils Magnus Englund (nmenglund)
  • Norris Oduro (Norris1z)
  • Ovidiu Cherecheș (skidding)
  • Quentin Bahers (qbahers)
  • Rafael E. Poveda (raerpo)
  • Rahul Chanila (rahulcs)
  • Ryan McCue (rmccue)
  • Sascha Dens (SaschaDens)
  • Siddharth Doshi (doshisid)
  • Tao Gómez Gil (Gua-naiko-che)
  • Tharaka Wijebandara (tharakawj)
  • Trevor Brindle (tabrindle)
  • Ulrik Strid (ulrikstrid)
  • Vladimir Tolstikov (bobrosoft)
  • Dubes
  • vannio
  • shrynx (shrynx)

Migrating from 1.0.17 to 1.1.0

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

npm install --save --save-exact react-scripts@1.1.0

or

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