1. 19 May, 2017 1 commit
  2. 18 May, 2017 11 commits
  3. 17 May, 2017 9 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
    • Dan Abramov's avatar
      Disable Uglify reduce_vars (#2200) · fd2a800f
      Dan Abramov authored
      fd2a800f
    • Joe Haddad's avatar
      Test module scoping (#2198) · c27d7650
      Joe Haddad authored
      * Correct readme
      
      * Add tests
      
      * Update README.md
      c27d7650
    • Dan Abramov's avatar
      Bump Jest to 20.0.3 (#2196) · ee850f58
      Dan Abramov authored
      ee850f58
    • Dan Abramov's avatar
      Tidy up some build logs (#2197) · d9a29745
      Dan Abramov authored
      d9a29745
    • Jeffrey Posnick's avatar
      PWA-ification, via SWPrecacheWebpackPlugin + manifest.json (#1728) · c7c3a521
      Jeffrey Posnick authored
      * sw-precache-webpack-plugin, SW registration, manifest.json
      
      * Documentation + a few SW tweaks.
      
      * Added an unregister method, too, just in case.
      
      * More info for the READMEs.
      
      * Add minify to SWPrecacheWebpackPlugin config
      
      * Fix SWPrecacheWebpackPlugin typo
      
      * Fix file references in READMEmd
      
      * Add instructions for testing service-worker locally
      
      * Review feedback
      
      * Some additional PWA metadata
      
      * Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support
      
      * Review feedback.
      
      * Add manifest.json context in a comment.
      
      * Fix typo
      
      * Downgrade to sw-precache-webpack-plugin 0.9.1
      
      * Hide changes in README until 1.0
      
      * Hide changes in User Guide until 1.0
      
      * Hide more docs
      c7c3a521
    • Kant's avatar
      Webpack config typo (#2193) · e7c113eb
      Kant authored
      * Webpack config typo
      
      * Webpack config more typo
      e7c113eb
    • 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
    • Dan Abramov's avatar
      Disable Yarn on CI temporarily · e1f22b59
      Dan Abramov authored
      e1f22b59
  4. 16 May, 2017 17 commits
  5. 15 May, 2017 2 commits
    • Dan Abramov's avatar
      Enable CSS sourcemaps in production (#2168) · 9b231d46
      Dan Abramov authored
      9b231d46
    • 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