1. 24 May, 2017 2 commits
  2. 22 May, 2017 4 commits
  3. 21 May, 2017 3 commits
  4. 20 May, 2017 6 commits
  5. 19 May, 2017 4 commits
  6. 18 May, 2017 7 commits
  7. 17 May, 2017 4 commits
    • Brian Vaughn's avatar
      Tweaking error overlay styles (#2201) · 68f95d41
      Brian Vaughn authored
      * Tweaked overlay styles
      
      * Tweaked pre-style
      
      * Clicked to background overlay dismiss
      
      * Tidied up styles tobe more mobile Safari friendly
      
      * Re-enabled pre-wrap
      
      * Margin fixes
      
      * Base font-size 10 -> 11px
      
      * Error overlay is full-screen now based on feedback
      
      * Make "N errors on the page" visible again
      
      * Fix bottom margin of frame location and lack of tab nav
      
      * Add tooltip to close button
      
      * Bring compile error styles closer to runtime overlay
      
      * s/when/if/
      68f95d41
    • Joe Haddad's avatar
      Test module scoping (#2198) · c27d7650
      Joe Haddad authored
      * Correct readme
      
      * Add tests
      
      * Update README.md
      c27d7650
    • Dan Abramov's avatar
      Tidy up some build logs (#2197) · d9a29745
      Dan Abramov authored
      d9a29745
    • Joe Haddad's avatar
      Add module scope plugin (#2189) · a61be9c6
      Joe Haddad authored
      * Add module scope plugin
      
      * Oops
      
      * Add comments
      
      * Check windows seps too
      
      * More descriptive error
      
      * Document it
      a61be9c6
  8. 16 May, 2017 5 commits
  9. 15 May, 2017 5 commits
    • Gabriel Aumala's avatar
      Support node scripts in BROWSER (#1590) · 8f028ae4
      Gabriel Aumala authored
      * Support node scripts in BROWSER
      
      Modify OpenBrowser.js to run node scripts specified with the BROWSER environment
      variable . If the value of the BROWSER environment variable ends with '.js' a
      child process is spawned to execute the script with node.js. Any
      arguments passed to npm start are also passed to this script, as well as
      the url where the app is served.
      The command executed in the child process is:
      
      node <pathToScript> [OPTIONS] <url>
      
      Update User Guide.
      
      * Tweak code style
      
      * Pin dep
      
      * Comment out 0.10 docs
      8f028ae4
    • Joe Haddad's avatar
      Fix lint · e17c3922
      Joe Haddad authored
      e17c3922
    • Dan Abramov's avatar
      f87e6133
    • Joe Haddad's avatar
      Add support for IPv6 hosts · 281e8d23
      Joe Haddad authored
      281e8d23
    • James Blight's avatar
      Allow custom proxies in development (#1790) · 71a27c0f
      James Blight authored
      * Change proxy handling to allow multiple proxies to be specified in package.json.
      
      * Up webpack-dev-server to 2.4.2
      
      Webpack Dev Server version 2.4.2 handles the external websocket upgrade
      for all proxies
      
      * Fix the listen() call
      
      * Switch to correct default host
      
      * Remove promises and extract to react-dev-utils
      
      * oops
      71a27c0f