Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiny typo in comment #4217

Closed
wants to merge 13 commits into from
Closed

Tiny typo in comment #4217

wants to merge 13 commits into from

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    2bf0929 View commit details
    Browse the repository at this point in the history
  2. 1.5.1

    gaearon committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    034c6ad View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Configuration menu
    Copy the full SHA
    bab2c29 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Include {json,css} files in prettier command (facebook#3894)

    Update User Guide's README.md to include `json` and `css`
    files in the command to format the entire project for the first time
    with prettier, that it's consistent with the `lint-staged` command.
    reyronald authored and gaearon committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    eee2907 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Configuration menu
    Copy the full SHA
    815853d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    32ea0c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d216e View commit details
    Browse the repository at this point in the history
  3. Add 1.1.1 changelog

    gaearon authored Feb 9, 2018
    Configuration menu
    Copy the full SHA
    984d661 View commit details
    Browse the repository at this point in the history
  4. Revert "Set the public path to the asset manifest entries (facebook#2544

    )"
    
    This reverts commit bab2c29.
    
    I meant to apply it to `next` instead.
    gaearon committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    1a9722f View commit details
    Browse the repository at this point in the history
  5. Publish

     - create-react-app@1.5.2
     - react-scripts@1.1.1
    gaearon committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    0b1d636 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. .mjs should not resolve before .js files (facebook#4085)

    Support for .mjs files added in facebook#3239 did not account for npm libraries which ship native mjs files alongside js files. This accounts for this by ensuring .js files resolve before their accompanying .mjs file. Note that this is not an ideal end state since selecting a .mjs over a .js extension should be the result of whether `import` was used instead of `require()` in a node environment with native ESM support (currently via `--experimental-modules`). Instead, this change just *always* selects a .js extension before the .mjs extension if it exists.
    
    This unbreaks support for using GraphQL (relay, apollo, etc) within create-react-app projects.
    leebyron authored and Timer committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    c6375ed View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Add troubleshooting for Github Pages (facebook#4197)

    Add troubleshooting for an issue that has to do with either 2FA, or using Windows, or both, when trying to deploy an app via gh-pages
    Vicente Plata authored and andriijas committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    cb1608b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Tiny typo in comment

    This is just to correct the typo "Lets check" in a comment to "Let's check".
    earthrid authored Mar 26, 2018
    Configuration menu
    Copy the full SHA
    a0d5c09 View commit details
    Browse the repository at this point in the history