1. 15 May, 2017 2 commits
  2. 14 May, 2017 2 commits
  3. 11 May, 2017 1 commit
  4. 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
  5. 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
  6. 25 Apr, 2017 1 commit
  7. 27 Mar, 2017 1 commit
  8. 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
  9. 14 Mar, 2017 1 commit
  10. 09 Mar, 2017 1 commit
  11. 07 Mar, 2017 3 commits
    • Joe Haddad's avatar
      Update deps for webpack 2 · 3b15f0a2
      Joe Haddad authored
      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
  12. 06 Mar, 2017 3 commits
    • Joe Haddad's avatar
      Published branch 0.9.x · 956322b7
      Joe Haddad authored
       - create-react-app@1.3.0
       - eslint-config-react-app@0.6.1
       - react-dev-utils@0.5.2
       - react-scripts@0.9.4
      956322b7
    • Dan Abramov's avatar
    • Ade Viankakrisna Fadlil's avatar
      extract generic build functions to react-dev-utils (#1726) · fbdff9d7
      Ade Viankakrisna Fadlil authored
      * Temp rename
      
      * Rename to change the case
      
      * extract generic build functions to react-dev-utils
      
      * tweak package json files and move removeFileNameHash
      
      * revert removeFileNameHash
      
      * use paths.appBuild in printFileSizes
      
      * use paths.appBuild in removeFileNameHash
      
      * change curried functions to regular functions
      
      * add fs-extra to react-dev-utils deps
      
      * move getDifferenceLabel inside printFileSizes
      
      * inline copyPublicFolder
      
      * combine printFileSizes and removeFileNameHash to fileSizeReporter
      
      * fix typo
      
      * Tweak APIs and fix issues
      
      * Fix heading
      
      * Remove missing file
      
      * Newline
      
      * Newline
      
      * Trailing space
      
      * Update FileSizeReporter.js
      
      * Update build.js
      fbdff9d7
  13. 05 Mar, 2017 3 commits
  14. 02 Mar, 2017 1 commit
  15. 01 Mar, 2017 1 commit
  16. 26 Feb, 2017 2 commits
    • Dan Abramov's avatar
      0.9.2 · ba5da93b
      Dan Abramov authored
      ba5da93b
    • Joe Haddad's avatar
      Published 0.9.1 at 9e2624f3 · f3d8ffff
      Joe Haddad authored
       - babel-preset-react-app@2.1.1
       - create-react-app@1.1.0
       - eslint-config-react-app@0.5.2
       - react-dev-utils@0.5.1
       - react-scripts@0.9.1
      f3d8ffff
  17. 24 Feb, 2017 1 commit
  18. 23 Feb, 2017 1 commit
  19. 16 Feb, 2017 1 commit
  20. 15 Feb, 2017 1 commit
  21. 11 Feb, 2017 3 commits
    • Joe Haddad's avatar
      Upgrade webpack (#1291) · 12288836
      Joe Haddad authored
      * Upgrade webpack
      
      * Address more webpack v2 ...
      
      * Update html-webpack-plugin
      
      * Remove LoaderOptionsPlugin from dev config
      
      * ExtractTextPlugin still uses webpack 1 syntax
      ... and doesn't support complex options (yet)
      
      * Grammar nit
      
      * Update extract text webpack plugin
      
      * - Remove webpack.LoaderOptionsPlugin
      - Update deps
      
      * Lerna hoists packages
      
      * Update extract-text-webpack-plugin
      
      * Update webpack-dev-server
      
      * Remove imports for the tests
      
      * stop removing babelrc
      12288836
    • Joe Haddad's avatar
      Publish · 67e6cf5a
      Joe Haddad authored
       - babel-preset-react-app@2.1.0
       - create-react-app@1.0.4
       - eslint-config-react-app@0.5.1
       - react-dev-utils@0.5.0
       - react-scripts@0.9.0
      67e6cf5a
    • Joe Haddad's avatar
      Upgrade dependencies (#1522) · 15e0b984
      Joe Haddad authored
      * Upgrade dependencies
      
      * Re-add caret
      15e0b984
  22. 24 Jan, 2017 2 commits
  23. 09 Jan, 2017 1 commit
    • Ville Immonen's avatar
      Publish · a5b83894
      Ville Immonen authored
       - create-react-app@1.0.3
       - react-scripts@0.8.5
      a5b83894
  24. 08 Jan, 2017 1 commit
  25. 23 Dec, 2016 1 commit
  26. 18 Dec, 2016 1 commit
  27. 11 Dec, 2016 2 commits