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

Fix broken link #4330

Closed
wants to merge 22 commits into from
Closed

Fix broken link #4330

wants to merge 22 commits into from

Commits on Jan 18, 2018

  1. pin envinfo version to 3.4.2 (#3853)

    See #3837
    bondz authored and gaearon committed Jan 18, 2018
    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 (#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 (#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 (#4085)

    Support for .mjs files added in #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 (#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 Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    780a457 View commit details
    Browse the repository at this point in the history
  2. Publish

     - react-scripts@1.1.2
    gaearon committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    609aeea View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    d639e90 View commit details
    Browse the repository at this point in the history
  2. Changelog for 1.1.3

    gaearon committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    f040d85 View commit details
    Browse the repository at this point in the history
  3. Publish

     - react-scripts@1.1.3
    gaearon committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    408db51 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    110fded View commit details
    Browse the repository at this point in the history
  2. Changelog for 1.1.4

    Timer committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    305bd70 View commit details
    Browse the repository at this point in the history
  3. Publish

     - react-dev-utils@5.0.1
     - react-scripts@1.1.4
    Timer committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    dfbc71c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Fix broken link

    Mikhail Vasin authored Apr 20, 2018
    Configuration menu
    Copy the full SHA
    c282568 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. Merge branch 'next' into patch-1

    Mikhail Vasin authored Apr 21, 2018
    Configuration menu
    Copy the full SHA
    d57119d View commit details
    Browse the repository at this point in the history