1. 01 Sep, 2017 1 commit
  2. 28 Aug, 2017 4 commits
    • Dan Abramov's avatar
      Publish · a51be958
      Dan Abramov authored
       - react-dev-utils@4.0.0
       - react-error-overlay@2.0.0
       - react-scripts@1.0.12
      a51be958
    • Sylvain Baronnet's avatar
      2cbb7601
    • Christophe Hurpeau's avatar
      update babel-runtime dependency in react-error-overlay and react-scripts (#2991) · fbbc64fc
      Christophe Hurpeau authored
      * update babel-runtime dependency in react-error-overlay and react-scripts
      
      `babel-runtime@6.23.0` have a dependency on `regenerator-runtime@0.10.5`
      `babel-runtime@6.26.0` on `regenerator-runtime@0.11.0`
      
      > npm ls regenerator-runtime
      
      ```
      └─┬ react-scripts@1.0.11
        ├─┬ babel-core@6.25.0
        │ └─┬ babel-runtime@6.26.0
        │   └── regenerator-runtime@0.11.0
        ├─┬ babel-eslint@7.2.3
        │ └─┬ babel-traverse@6.26.0
        │   └─┬ babel-runtime@6.26.0
        │     └── regenerator-runtime@0.11.0
        ├─┬ babel-runtime@6.23.0
        │ └── regenerator-runtime@0.10.5
        └─┬ react-error-overlay@1.0.10
          └─┬ babel-runtime@6.23.0
            └── regenerator-runtime@0.10.5
      ```
      
      * fix requested changes
      fbbc64fc
    • Tharaka Wijebandara's avatar
      Convert react-error-overlay to React (#2515) · ecd1f054
      Tharaka Wijebandara authored
      * Convert react-error-overlay to React
      
      * Update compile-time error overlay to use react-error-overlay components
      
       * Refactor react-error-overlay components to container and presentational components.
      
       * Make the compile-time error overlay a part of react-error-overlay package.
      
       * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors.
      
      * Run Prettier
      
      * Move the function name fix into StackFrame itself
      
      * Fix clicking on source code snippet to open the code in editor
      
      * Use exact objects + minor style tweak
      
      * Don't linkify frames that don't exist on the disk
      
      * Fix lint
      
      * Consolidate iframe rendering logic
      
      * Remove circular dependency between react-dev-utils and react-error-overlay
      
      * Fix lint
      
      * Fix decoupling of react-dev-utils and react-error-overlay by moving middleware
      
      * Deduplicate identical errors
      ecd1f054
  3. 21 Aug, 2017 1 commit
  4. 14 Aug, 2017 1 commit
  5. 09 Aug, 2017 7 commits
  6. 02 Aug, 2017 6 commits
    • themre's avatar
      Feature/webpack 3 4 (#2875) · e12d053c
      themre authored
      * bump wp3
      
      * try bump babel-loader
      
      * bump 3.4.1
      e12d053c
    • iamdoron's avatar
      Allow importing package.json (#2468) · 24b18aed
      iamdoron authored
      * Allow importing package.json
      
      * Remove package.json import from App.js template
      
      * fix importing package.json
      
      * Rename variable to reflect path is relative to root
      
      * Check for both package & package.json in ModuleScopePlugin
      
      * Use regex to check relative path to package.json
      
      * Strictly enforce package.json extension on scope plugin
      
      * Add allowedPaths to ModuleScopePlugin ctor and use it to allow app package.json
      
      * Remove package.json import from App.js template
      
      * Add package.json to react-scripts/template, show package version and name in the template
      
      * Remove import package.json from template
      
      * Remove template/package.json and its references in code
      
      * Update ModuleScopePlugin.js
      
      * Update README.md
      24b18aed
    • Ade Viankakrisna Fadlil's avatar
      Format UglifyJs error (#2650) · b643f571
      Ade Viankakrisna Fadlil authored
      * format UglifyJs error
      
      * move formatBuildError to react-dev-utils
      
      * fix readme
      
      * use regex for plucking the path from stack
      
      * make path human readable and fallback to show error if regex not matched
      
      * rename to printBuildError and add link to the docs
      
      * fix link indentation
      
      * improve readibility + shorten link
      b643f571
    • Joe Haddad's avatar
      Update README.md · 57f2cd70
      Joe Haddad authored
      57f2cd70
    • Joe Haddad's avatar
      Update README.md · 6443441b
      Joe Haddad authored
      6443441b
    • Kiho · Cham's avatar
      Use modern syntax feature (#2873) · a73252f0
      Kiho · Cham authored
      The create-react-app need node >= 6, and node version 6 support a lot of ES6, and let's switch using '+' to concat string with template string.
      a73252f0
  7. 26 Jul, 2017 1 commit
  8. 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
  9. 19 Jul, 2017 1 commit
  10. 18 Jul, 2017 1 commit
  11. 13 Jul, 2017 1 commit
  12. 12 Jul, 2017 1 commit
  13. 09 Jul, 2017 1 commit
  14. 07 Jul, 2017 2 commits
    • Đinh Quang Trung's avatar
      ESLint 4 (#2735) · bbbc15dc
      Đinh Quang Trung authored
      * Update eslint-loader 1.7.1 -> 1.9.0
      
      * Add eslintPath option
      
      * Update eslint 3.19.0 -> 4.1.1
      
      * Update peer dependencies
      
      * Move eslintPath config to outside @remove-on-eject
      bbbc15dc
    • Mostafa Hajizadeh's avatar
      Add "node" to Jest's moduleFileExtensions (#2738) · 16f0d4a5
      Mostafa Hajizadeh authored
      Jest's default value for this option is ["js", "json", "jsx", "node"].
      CRA's current value is ["web.js", "js", "json", "web.jsx", "jsx"], which
      is missing one of default ones: "node". This change fixes that.
      
      This "node" extension is used in packages that use native code.
      16f0d4a5
  15. 03 Jul, 2017 1 commit
  16. 29 Jun, 2017 5 commits
  17. 28 Jun, 2017 5 commits
    • 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
      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
      Reformat source code with Prettier 1.5.2 · a171d930
      Dan Abramov authored
      a171d930
    • Fabrizio Castellarin's avatar
      Local testing docker links (#2662) · 60ae2b6d
      Fabrizio Castellarin authored
      * Fix a command style in docs
      
      * Add a link to docker's docs
      60ae2b6d
    • Evan Jones's avatar
      Better React Native Web support (#2511) · 6ab0ec00
      Evan Jones authored
      * Better React Native Web support
      
      * Adding better react-native-web support for jest testing
      6ab0ec00