Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/create-react-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a825e8f5e3b7ecd84a0bcef61bbc26eb4e8fd9c3
Choose a base ref
...
head repository: facebook/create-react-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed958938f642007645dd5ac3466db36202f8754e
Choose a head ref

Commits on Sep 19, 2019

  1. Copy the full SHA
    0dc69ec View commit details

Commits on Sep 20, 2019

  1. Remove 'shortcut' link type before 'icon' (#7707)

    Lewis Llobera authored and iansu committed Sep 20, 2019
    Copy the full SHA
    05f7924 View commit details

Commits on Sep 24, 2019

  1. Copy the full SHA
    b1e6155 View commit details
  2. 5
    Copy the full SHA
    6f5221c View commit details
  3. Copy the full SHA
    93150c5 View commit details

Commits on Sep 25, 2019

  1. Update adding flow documentation (#7731)

    FezVrasta authored and iansu committed Sep 25, 2019
    Copy the full SHA
    0d1775e View commit details

Commits on Sep 26, 2019

  1. set output.globalObject to 'this' (#7742)

    Closes #7741
    Kent C. Dodds authored and iansu committed Sep 26, 2019
    Copy the full SHA
    42ee721 View commit details

Commits on Sep 27, 2019

  1. Copy the full SHA
    6533a6d View commit details
  2. Copy the full SHA
    e624b75 View commit details

Commits on Sep 30, 2019

  1. Upgrade Webpack version (#7740)

    RDIL authored and mrmckeb committed Sep 30, 2019
    Copy the full SHA
    4a3718b View commit details
  2. Copy the full SHA
    c0d73ba View commit details
  3. Fix variable name casing in fileTransform (#7752)

    Lewis Llobera authored and mrmckeb committed Sep 30, 2019
    Copy the full SHA
    fefd716 View commit details
  4. Documentation typo fix (#7757)

    tomer authored and iansu committed Sep 30, 2019
    Copy the full SHA
    a10223d View commit details

Commits on Oct 1, 2019

  1. Copy the full SHA
    6f7b371 View commit details
  2. Copy the full SHA
    71946b1 View commit details
  3. Remove switch case (#7729)

    andrelmlins authored and mrmckeb committed Oct 1, 2019
    Copy the full SHA
    f36d61a View commit details
  4. Copy the full SHA
    6980616 View commit details
  5. Copy the full SHA
    85aac9b View commit details

Commits on Oct 2, 2019

  1. Copy the full SHA
    7e2b6b1 View commit details
  2. Copy the full SHA
    6b8fa00 View commit details

Commits on Oct 3, 2019

  1. Support production profiling with React Developer Tools (#7737)

    * Added the alias for profiling and output change to keep the classNames and functionNames for human readbility
    
    * defined isEnvProductionProfile with other isEnv checks
    
    * moved the keep_classnames and keep_fnames to terserOptions scope
    
    * resolve merge conflict for yarn.lock.cache
    
    * revert yarn.lock.cache to master yarn.lock.cache
    - git checkout origin/master -- packages/create-react-app/yarn.lock.cached
    
    * Comment and Boolean Check
    - I clarified the comment and specified the use case
    - Changed the environment check to check for the specific true rather than
    the assumed primitive value as before.
    
    * Replaced env with flag
    - Per suggestion --profile flag used instead of env variable PROFILE_APP
    
    * documentation in available scripts section with suggested information
    
    * resolved a local git issue. Fixed documentation error.
    
    * moved documentation to suggested file
    - Added a brief summary of profiling in available scripts section.
    The summary references the production-build document. Which is the
    file I moved the new documentation into under a new Header for production support.
    
    * Update production-build.md
    
    
    Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
    JacobMGEvans and iansu committed Oct 3, 2019
    Copy the full SHA
    88cf8cd View commit details
  2. Prepare 3.2.0 release

    iansu committed Oct 3, 2019
    Copy the full SHA
    6a74342 View commit details
  3. Publish

     - create-react-app@3.2.0
     - react-app-polyfill@1.0.4
     - react-dev-utils@9.1.0
     - react-error-overlay@6.0.3
     - react-scripts@3.2.0
    iansu committed Oct 3, 2019
    Copy the full SHA
    7fae307 View commit details
  4. Copy the full SHA
    e51ea13 View commit details

Commits on Oct 6, 2019

  1. Copy the full SHA
    ac93f31 View commit details

Commits on Oct 10, 2019

  1. Copy the full SHA
    09cbb89 View commit details
  2. Copy the full SHA
    9161ba8 View commit details

Commits on Oct 11, 2019

  1. Account for browserslist environment variables (#7764)

    Jonathan Felchlin authored and ianschmitz committed Oct 11, 2019
    Copy the full SHA
    f06ae8b View commit details

Commits on Oct 13, 2019

  1. Copy the full SHA
    c8ca307 View commit details

Commits on Oct 14, 2019

  1. Update adding-typescript.md (#7815)

    orta authored and iansu committed Oct 14, 2019
    Copy the full SHA
    dc4d62d View commit details
  2. Copy the full SHA
    ab41c4c View commit details
  3. Copy the full SHA
    889df8e View commit details

Commits on Oct 15, 2019

  1. Copy the full SHA
    4a4ae1e View commit details
  2. Copy the full SHA
    81c48dc View commit details
  3. Upgrade to docusaurus 2 (#7785)

    * chore: upgrade to docusaurus 2
    
    * address review
    endiliey authored and iansu committed Oct 15, 2019
    1
    Copy the full SHA
    9243305 View commit details
  4. Copy the full SHA
    b4068f2 View commit details

Commits on Oct 16, 2019

  1. Copy the full SHA
    584e352 View commit details
  2. Copy the full SHA
    2da645c View commit details
  3. Link to React documentation for code splitting (#7686)

    The official documentation offers a simpler way of achieving route based code splitting.
    Hugodby authored and iansu committed Oct 16, 2019
    Copy the full SHA
    ca37609 View commit details
  4. Copy the full SHA
    053f977 View commit details

Commits on Oct 17, 2019

  1. added check for typescript template and unsupported node version (#7839)

    * added check for typescript template and unsupported node version
    
    * addressed code review feedback regarding syntax and spelling mistakes
    awaseem authored and iansu committed Oct 17, 2019
    Copy the full SHA
    4b024e9 View commit details

Commits on Oct 18, 2019

  1. Update getting-started.md (#7841)

    Update the initial project structure generated by create-react-app.
    reactjser authored and ianschmitz committed Oct 18, 2019
    Copy the full SHA
    ce968a9 View commit details

Commits on Oct 19, 2019

  1. Link to ASP.NET Core docs (#7840)

    Daniel15 authored and ianschmitz committed Oct 19, 2019
    Copy the full SHA
    07470fd View commit details

Commits on Oct 20, 2019

  1. Update readme gif links (#7849)

    cchanxzy authored and iansu committed Oct 20, 2019
    Copy the full SHA
    da06c23 View commit details

Commits on Oct 21, 2019

  1. Update adding-bootstrap.md (#7853)

    typo fix
    Xuhao authored and andriijas committed Oct 21, 2019
    Copy the full SHA
    9455ec5 View commit details
  2. Copy the full SHA
    f337acc View commit details
  3. 📖 DOC: Improvement (#7819)

    waahab authored and andriijas committed Oct 21, 2019
    Copy the full SHA
    9d00fce View commit details
  4. Copy the full SHA
    7690af5 View commit details

Commits on Oct 22, 2019

  1. Copy the full SHA
    9788522 View commit details

Commits on Oct 23, 2019

  1. Copy the full SHA
    42140e5 View commit details
Showing 369 changed files with 20,387 additions and 12,464 deletions.
4 changes: 4 additions & 0 deletions .alexignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build

CHANGELOG*
CODE_OF_CONDUCT.md
18 changes: 18 additions & 0 deletions .alexrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"allow": [
"attacks",
"colors",
"conservative",
"crashes",
"executed",
"executes",
"execution",
"failed",
"hook",
"host-hostess",
"hostesses-hosts",
"invalid",
"remain",
"watchman-watchwoman"
]
}
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages/ @bugzpodder @ianschmitz @iansu @mrmckeb @petetnt
docusaurus/ @amyrlam @iansu
packages/ @ianschmitz @iansu @mrmckeb @petetnt
docusaurus/ @ianschmitz @iansu @mrmckeb
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ about: Get help with Create React App
labels: 'needs triage'
---

If you have a general question about Create React App or about building an app with Create React App we encourage you to post on our Spectrum community instead of this issue tracker. The maintainers and other community members can provide help and answer your questions there: https://spectrum.chat/create-react-app
If you have a general question about Create React App or about building an app with Create React App we encourage you to post in GitHub Discussions instead of this issue tracker. The maintainers and other community members can provide help and answer your questions there: https://github.com/facebook/create-react-app/discussions

If you're looking for general information on using React, the React docs have a list of resources: https://reactjs.org/community/support.html

28 changes: 14 additions & 14 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -9,20 +9,20 @@ daysUntilClose: 5

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "contributions: claimed"
- "contributions: up for grabs!"
- "good first issue"
- "issue: announcement"
- "issue: bug"
- "issue: needs investigation"
- "issue: proposal"
- "tag: breaking change"
- "tag: bug fix"
- "tag: documentation"
- "tag: enhancement"
- "tag: internal"
- "tag: new feature"
- "tag: underlying tools"
- 'contributions: claimed'
- 'contributions: up for grabs!'
- 'good first issue'
- 'issue: announcement'
- 'issue: bug'
- 'issue: needs investigation'
- 'issue: proposal'
- 'tag: breaking change'
- 'tag: bug fix'
- 'tag: documentation'
- 'tag: enhancement'
- 'tag: internal'
- 'tag: new feature'
- 'tag: underlying tools'

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: true
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn --no-progress --non-interactive --no-lockfile
- name: Build
run: yarn build
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Lint

on: [push]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn --no-progress --non-interactive --no-lockfile
- name: Alex
run: yarn alex
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -12,3 +12,4 @@ yarn-debug.log*
yarn-error.log*
/.changelog
.npm/
yarn.lock
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"arrowParens": "avoid",
"trailingComma": "es5",
"singleQuote": true,
"semi": true
Loading