1. 24 Jan, 2017 3 commits
  2. 23 Jan, 2017 3 commits
    • Vasiliy Taranov's avatar
      Add causes of dev server not detecting changes (#1422) · 65bde543
      Vasiliy Taranov authored
      * Add causes of dev server not detecting changes
      
      Add causes of `npm start` not detecting changes to Troubleshooting chapter of User Guide
      
      * Reworded slightly
      
      * Update README.md
      65bde543
    • soo's avatar
      replace two space syntax with <br> tag (#1393) · adce3791
      soo authored
      for consistency :)
      adce3791
    • 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
  3. 12 Jan, 2017 2 commits
    • Daniel Schep's avatar
      Document Flow support (#1384) · 7cd03f9f
      Daniel Schep authored
      * Document Flow support
      
      Projects created by Create React App use the `babel-preset-react` which includes
      Flow babel plugins which introduces new syntax. This is important for users to know
      as it causes what used to be syntax errors to be silently suppressed because they're
      valid type annotations in Flow. For example if a user accidentally has `[foo: 'bar']`,
      Babel will silently convert it to `[foo]`.
      
      * Make it a bit clearer
      7cd03f9f
    • Robbie H's avatar
  4. 11 Jan, 2017 2 commits
  5. 09 Jan, 2017 5 commits
  6. 08 Jan, 2017 1 commit
  7. 30 Dec, 2016 3 commits
  8. 23 Dec, 2016 1 commit
  9. 21 Dec, 2016 1 commit
  10. 18 Dec, 2016 2 commits
  11. 14 Dec, 2016 1 commit
  12. 13 Dec, 2016 2 commits
  13. 12 Dec, 2016 4 commits
  14. 11 Dec, 2016 10 commits