1. 17 May, 2017 1 commit
  2. 15 May, 2017 2 commits
  3. 10 May, 2017 1 commit
    • Joe Haddad's avatar
      Add `react-error-overlay` package (#2111) · 70768b32
      Joe Haddad authored
      * ༼ つ ◕_◕ ༽つ stack-frame-overlay
      
      * Fix linting
      
      * Remove auto overlay
      
      * Fix e2e
      
      * Pull in the rest
      
      * Appease flow
      
      * Correct dep
      
      * Remove old repo references
      
      * Check flow on test
      
      * Test overlay in e2e
      
      * Add cross env
      
      * Rename package
      
      * Make sure it gets built post-install
      
      * Update the README
      
      * Remove extra builds now that there's a postinstall script
      
      * Revert "Remove extra builds now that there's a postinstall script"
      
      This reverts commit 8bf601db.
      
      * Remove broken script
      
      * Fix some dev ergo
      70768b32
  4. 09 May, 2017 1 commit
    • Ian Schmitz's avatar
      Bump minimal Node version to 6 (#1897) · f35593c1
      Ian Schmitz authored
      * Bump minimal Node version to 4.7.0
      
      * Bump minimal Node version to 4.7.0
      
      Modified additional files that needed a bump to 4.7.0 minimum node version
      
      * Bump minimal Node version to 4.7.0
      
      Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+
      
      * Bump minimal node version to 6
      
      * Bump minimal node version to 6
      
      * Bump minimal node version to 6
      f35593c1
  5. 03 May, 2017 1 commit
  6. 22 Apr, 2017 1 commit
  7. 15 Apr, 2017 1 commit
  8. 23 Mar, 2017 1 commit
  9. 06 Mar, 2017 1 commit
  10. 05 Mar, 2017 4 commits
  11. 03 Mar, 2017 1 commit
  12. 02 Mar, 2017 1 commit
  13. 27 Feb, 2017 3 commits
  14. 25 Feb, 2017 1 commit
  15. 15 Feb, 2017 1 commit
  16. 13 Feb, 2017 2 commits
  17. 12 Feb, 2017 1 commit
  18. 11 Feb, 2017 2 commits
    • Joe Haddad's avatar
      Upgrade webpack (#1291) · 12288836
      Joe Haddad authored
      * Upgrade webpack
      
      * Address more webpack v2 ...
      
      * Update html-webpack-plugin
      
      * Remove LoaderOptionsPlugin from dev config
      
      * ExtractTextPlugin still uses webpack 1 syntax
      ... and doesn't support complex options (yet)
      
      * Grammar nit
      
      * Update extract text webpack plugin
      
      * - Remove webpack.LoaderOptionsPlugin
      - Update deps
      
      * Lerna hoists packages
      
      * Update extract-text-webpack-plugin
      
      * Update webpack-dev-server
      
      * Remove imports for the tests
      
      * stop removing babelrc
      12288836
    • Joe Haddad's avatar
      Add test cases for PUBLIC_URL and relative path (#1519) · b9d679ae
      Joe Haddad authored
      * Add test cases to evaluate increased CI time
      
      * Add positive test cases
      
      * Add negative cases
      
      * Test default behavior
      
      * Exit on failure
      
      * Fix test
      b9d679ae
  19. 10 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Add `PUBLIC_URL` env variable for advanced use (#937) (#1504) · 613b584f
      Joe Haddad authored
      * Add `PUBLIC_URL` env variable for advanced use (#937)
      * Add support for `PUBLIC_URL` env variable
      * Remove unnecessary duplications
      * Simplify served path choice logic
      * Honor PUBLIC_URL in development
      * Add e2e tests
      
      Enables serving static assets from specified host.
      613b584f
  20. 08 Feb, 2017 1 commit
  21. 30 Jan, 2017 1 commit
  22. 23 Jan, 2017 1 commit
    • Fabrizio Castellarin's avatar
      Use a more sophisticated template for end-to-end testing. (#1187) · 9099570b
      Fabrizio Castellarin authored
      * Use a more sophisticated template for end-to-end testing.
      
      * Not publish integration tests to npm
      
      * Use "commander" for  cli argv handling
      
      * Handle different scripts version forms and exits without a name given
      
      * Prepare the commands for testing with a template
      
      * Fix dev "template" path
      
      * Add various features to test
      
      * Test various features separately
      
      * Test language features
      
      * Comment unused e2e.sh lines
      
      * Add "development" tests
      
      * Test environment variables
      
      * Test webpack plugins
      
      * Replace kitchensink README
      
      * Switch integration tests from jest to mocha
      
      * Use `fs-extra`
      
      * Use the correct folders
      
      * Do some cleanup
      
      * Print a better message for `--template`
      
      * Test `npm start` with and without https
      
      * Separate fast e2e testing from kitchensink testing
      
      * Hide `--internal-testing-template` (former `--template`) CLI option
      9099570b
  23. 18 Dec, 2016 1 commit
  24. 11 Dec, 2016 2 commits
    • Dan Abramov's avatar
      Tweak console messages (#1236) · a8dedf32
      Dan Abramov authored
      * Tweak minimal Node error message
      
      * Tweak console messages
      
      * It doesn't need to be from npm
      
      * Try to fix e2e test
      a8dedf32
    • Fabrizio Castellarin's avatar
      Use "commander" for cli argv handling (#1195) · 7f9fb294
      Fabrizio Castellarin authored
      * Use "commander" for  cli argv handling
      
      * Handle different scripts version forms and exits without a name given
      
      * Revert comment about min supported node version
      
      * Check sooner for the minimal node version
      
      * Add travis test for node <4
      
      * Parse stderr in node versions <4
      7f9fb294
  25. 06 Dec, 2016 1 commit
  26. 05 Dec, 2016 1 commit
  27. 21 Nov, 2016 1 commit
  28. 20 Nov, 2016 1 commit
  29. 17 Nov, 2016 1 commit
    • Ville Immonen's avatar
      Support Yarn (#898) · bcc469c9
      Ville Immonen authored
      In the `create-react-app` command, try to install packages using Yarn.
      If Yarn is not installed, use npm instead.
      
      In `react-scripts`, detect if the project is using Yarn by checking if
      a `yarn.lock` file exists. If the project is using Yarn, display all
      the instructions with Yarn commands and use Yarn to install packages
      in `init` and `eject` scripts.
      bcc469c9
  30. 07 Oct, 2016 2 commits