1. 02 Sep, 2017 1 commit
  2. 01 Sep, 2017 2 commits
  3. 28 Aug, 2017 6 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
    • Dan Abramov's avatar
      Changelog for 1.0.12 (#3016) · 9a072e2b
      Dan Abramov authored
      9a072e2b
    • Dan Abramov's avatar
      Relax React dep requirements · cc2e270d
      Dan Abramov authored
      cc2e270d
    • 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
  4. 27 Aug, 2017 1 commit
  5. 26 Aug, 2017 1 commit
  6. 21 Aug, 2017 1 commit
  7. 16 Aug, 2017 1 commit
  8. 14 Aug, 2017 1 commit
  9. 10 Aug, 2017 1 commit
  10. 09 Aug, 2017 9 commits
  11. 02 Aug, 2017 12 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
    • Oskar Köök's avatar
      Re-enable flowtype warning (#2718) · 664b7651
      Oskar Köök authored
      * Re-enable flowtype warning
      
      * Update eslint-plugin-flowtype dependency
      664b7651
    • 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
    • Jon Crenshaw's avatar
      Unstage yarn.lock pre-commit (#2700) · 20c953d0
      Jon Crenshaw authored
      Since yarn.lock shouldn't be added to the repo, nor excluded via
      .gitignore, lets take advantage of lint-staged to remove any staged
      yarn.lock files before they can even be committed.
      20c953d0
    • Joe Haddad's avatar
      Update README.md · 57f2cd70
      Joe Haddad authored
      57f2cd70
    • Joe Haddad's avatar
      Update README.md · 6443441b
      Joe Haddad authored
      6443441b
    • Animesh Dutta's avatar
      Add Electrode to alternatives (#2728) · 88dfd497
      Animesh Dutta authored
      88dfd497
    • 864907600cc's avatar
      Fix parsing HTML/JSX tags to real elements (#2796) · cff167f0
      864907600cc authored
      * Fix parsing HTML/JSX tags to real elements
      
      * Use `html-entities` to escape instead of pure `replace()`
      
      * Remove unnecessary HTML entity replacing
      cff167f0
    • Forbes Lindesay's avatar
      Update webpack version note (#2798) · 13c73603
      Forbes Lindesay authored
      * Remove note about webpackHotDevClient being webpack 1.0 only
      
      It must work in webpack 2 since create-react-app is still using it and is using webpack 2 now.
      
      It would be great if you could add some kind of note about how it differs from the default webpack hot reloaders.
      
      * Update README.md
      
      * Update README.md
      13c73603
    • 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
    • Wiley Bennett's avatar
      ea9427bd
  12. 26 Jul, 2017 1 commit
  13. 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
  14. 19 Jul, 2017 1 commit
  15. 18 Jul, 2017 1 commit