1. 27 May, 2017 2 commits
  2. 24 May, 2017 3 commits
  3. 22 May, 2017 3 commits
  4. 21 May, 2017 2 commits
  5. 20 May, 2017 2 commits
  6. 19 May, 2017 1 commit
    • Dan Abramov's avatar
      Publish · cd5c6d57
      Dan Abramov authored
       - eslint-config-react-app@1.0.1
       - react-dev-utils@1.0.1
       - react-error-overlay@1.0.1
       - react-scripts@1.0.1
      cd5c6d57
  7. 18 May, 2017 1 commit
  8. 17 May, 2017 2 commits
    • Dan Abramov's avatar
      Bump Jest to 20.0.3 (#2196) · ee850f58
      Dan Abramov authored
      ee850f58
    • 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
  9. 16 May, 2017 5 commits
  10. 15 May, 2017 4 commits
  11. 14 May, 2017 2 commits
  12. 11 May, 2017 1 commit
  13. 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
  14. 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
  15. 25 Apr, 2017 1 commit
  16. 27 Mar, 2017 1 commit
  17. 22 Mar, 2017 1 commit
    • Andrej Badin's avatar
      Update `detect-port` (#1861) · bc6fc950
      Andrej Badin authored
      Previous changes caused `detect-port` to pick random port on app startup. Update fixes this regression, `detect-port` pick next available port instead.
      bc6fc950
  18. 14 Mar, 2017 1 commit
  19. 09 Mar, 2017 1 commit
  20. 07 Mar, 2017 3 commits
    • Joe Haddad's avatar
      Update deps for webpack 2 · 3b15f0a2
      Joe Haddad authored
      Unverified
      3b15f0a2
    • Rory Hunter's avatar
      Whitelist files that can be embedded through url-loader (#1305) · 2ac1b38e
      Rory Hunter authored
      * Whitelist files that can be embedded through url-loader
      
      Change the current catch-all loader to use file-loader instead of
      url-loader, and exclude common image file extensons. Add another url-loader
      for images, configured identically to the original catch-all loader.
      
      Part of issue #1293.
      
      * Update tests to reflect change in loader config
      
      * Integration test fix
      
      * More CI fixes
      
      * Work around broken loader-utils behaviour in integration tests
      
      * Revise the documentation around file loading
      
      * Documentation tweaks
      
      * Docs tweak
      
      * Update test now that webpack/loader-utils has been updated
      
      * Update react-scripts to depend on babel-loader@7.0.0-alpha.2
      
      * Bump deps
      2ac1b38e
    • Joe Haddad's avatar
      Switch to preset-env (#1742) · 24f38f86
      Joe Haddad authored
      * Switch to preset-env
      Disables webpack modules by enabling babel modules to resolve #1638
      
      * Bump babel-core to match babel preset versions
      
      * Add uglify to targets
      24f38f86
  21. 06 Mar, 2017 2 commits