1. 02 Aug, 2017 2 commits
  2. 26 Jul, 2017 1 commit
  3. 25 Jul, 2017 1 commit
    • themre's avatar
      Feature/webpack3 (#2574) · bc82755a
      themre authored
      * Add source-map-loader to support source maps of dependencies
      
      * merge with latest develop
      
      * add ModuleConcatenationPlugin
      
      * revert source-map-loader
      
      * bump to 3.1 and update dev-server
      
      * rebase to master
      
      * rebase again
      
      * bump webpack
      
      * remove ModuleConcatenationPlugin, downgraded react packages, bump etwp
      
      * ETWP rc1 only for testing
      
      * bump ETWP and webpack 3
      
      * bump WP3
      
      * revert to 3.2.0
      
      * bump sw-precache-webpack-plugin
      
      * bump back to 3.3.0
      
      * bump dev-server and manifest
      bc82755a
  4. 19 Jul, 2017 1 commit
  5. 18 Jul, 2017 1 commit
  6. 14 Jul, 2017 2 commits
  7. 13 Jul, 2017 1 commit
  8. 12 Jul, 2017 1 commit
  9. 10 Jul, 2017 1 commit
  10. 09 Jul, 2017 2 commits
  11. 07 Jul, 2017 3 commits
  12. 06 Jul, 2017 1 commit
  13. 04 Jul, 2017 1 commit
    • Trygve Aaberge's avatar
      Reorder vim arguments in launchEditor so --remote works (#2723) · f495c155
      Trygve Aaberge authored
      This allows you to set REACT_EDITOR to 'vim --remote', so the file can
      be opened in an already running vim process. When using vim without
      remote, it works in the same way as before.
      
      When launching vim without --remote, the order of the line and path
      arguments doesn't matter. However, when using --remote the line argument
      has to precede the path. This happens to be the same as joe and emacs
      uses, so the vim cases were just moved there.
      
      I haven't tested this with mvim, but the documentation says the same as
      the vim documentation, so I assume it works the same.
      f495c155
  14. 03 Jul, 2017 1 commit
  15. 01 Jul, 2017 1 commit
  16. 30 Jun, 2017 1 commit
  17. 29 Jun, 2017 14 commits
  18. 28 Jun, 2017 5 commits
    • Dan Abramov's avatar
      Test Node 8 on Travis (#2659) · 657b3fd6
      Dan Abramov authored
      * Test Node 8 on Travis
      
      We still test Node 7 on AppVeyor
      
      * Update e2e-installs.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-simple.sh
      
      * Update e2e-installs.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-installs.sh
      
      * Update e2e-simple.sh
      
      * Update e2e-simple.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-installs.sh
      657b3fd6
    • Jaco Bovenschen's avatar
      Add json and css to lint-staged in template README (#2671) · d0aa6b23
      Jaco Bovenschen authored
      * Add json and css to lint-staged in template README
      
      This changes the proposed way about using prettier inside the README.md, because prettier supports css since the 1.4.0 release and json since the 1.5.0 release. 
      
      Was not sure if it was a good idea to add different regexes for json and css inside the README.md don't have a real opinion about it myself, could maybe easier for starters to do so if they wan't to add things like eslint or stylelint the the commit hooks.
      
      * Use capitalization for Javascript, CSS and JSON
      
      * Change 'Javascript to JavaScript'
      d0aa6b23
    • Dan Abramov's avatar
      76ad76e3
    • Dan Abramov's avatar
      Publish · 7796c94d
      Dan Abramov authored
       - babel-preset-react-app@3.0.1
       - create-react-app@1.3.2
       - eslint-config-react-app@1.0.5
       - react-dev-utils@3.0.1
       - react-error-overlay@1.0.8
       - react-scripts@1.0.8
      7796c94d
    • Dan Abramov's avatar
      Changelog for 1.0.8 (#2664) · 31028774
      Dan Abramov authored
      * Add changelog for 1.0.8
      
      * Update CHANGELOG.md
      
      * Update CHANGELOG.md
      
      * Update CHANGELOG.md
      31028774