1. 21 Nov, 2017 1 commit
  2. 05 Nov, 2017 1 commit
  3. 31 Oct, 2017 1 commit
    • Dan Abramov's avatar
      Publish · 5e7b9675
      Dan Abramov authored
       - babel-preset-react-app@3.1.0
       - react-dev-utils@4.2.0
       - react-error-overlay@3.0.0
       - react-scripts@1.0.15
      5e7b9675
  4. 28 Oct, 2017 3 commits
  5. 11 Oct, 2017 3 commits
  6. 06 Oct, 2017 1 commit
    • Tharaka Wijebandara's avatar
      Add click-to-open support for build errors (#3100) · 00ed100b
      Tharaka Wijebandara authored
      * Implement click-to-open for babel syntax errors in build error overlay
      
      * Add click-to-open support for lint errors and refactor parser
      
      * Reactor code to reuse open-in-editor functionality in both build and runtime error overlays
      
      * Fix some eslint warnings
      
      * Add a comment about keeping middleware and dev client in sync
      
      * Remove es6 features from webpack dev client
      
      * Make open-in-editor functionality to work with new iframe script
      
      * Rename `openInEditor` to `editorHandler`
       -  Remove indirection of openInEditorListener
       -  Check editorHandler for null before styling error clickable
      
      * Fix flow errors
      00ed100b
  7. 03 Oct, 2017 1 commit
    • Tharaka Wijebandara's avatar
      Make error overlay to run in the context of the iframe (#3142) · cd3d04b7
      Tharaka Wijebandara authored
      * Make error overlay to run in the context of the iframe
      
      * Configure webpack to build the entire package
      
      * Remove inline raw-loader config
      
      * Configure watch mode for error-overlay webpack build
      
      * Add polyfills to the error-overlay iframe script
      
      * Add header comment
      
      * Configure to fail CI on error or warning
      
      * Suppress flow-type error on importing iframe-bundle
      
      * Change webpack to a dev dependency and pin some versions
      
      * Disable webpack cache
      
      * Update license headers to MIT
      cd3d04b7
  8. 27 Sep, 2017 1 commit
    • Joe Haddad's avatar
      Publish · b2c0b3f7
      Joe Haddad authored
       - babel-preset-react-app@3.0.3
       - create-react-app@1.4.1
       - eslint-config-react-app@2.0.1
       - react-dev-utils@4.1.0
       - react-error-overlay@2.0.2
       - react-scripts@1.0.14
      b2c0b3f7
  9. 26 Sep, 2017 1 commit
  10. 11 Sep, 2017 2 commits
  11. 10 Sep, 2017 1 commit
  12. 06 Sep, 2017 1 commit
    • Joe Haddad's avatar
      Unmapper Windows compatibility (#3079) · 634dadb4
      Joe Haddad authored
      * Switch to unix path separators before normalizing path for Windows compatibility
      
      * Add comment for posterity
      
      * Revert "Add comment for posterity"
      
      This reverts commit 742bacee.
      
      * Strictly add comment
      634dadb4
  13. 02 Sep, 2017 3 commits
  14. 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
    • Dan Abramov's avatar
      Relax React dep requirements · cc2e270d
      Dan Abramov authored
      cc2e270d
    • 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
  15. 26 Aug, 2017 1 commit
  16. 09 Aug, 2017 2 commits
    • Joe Haddad's avatar
      Publish · bfaee410
      Joe Haddad authored
       - babel-preset-react-app@3.0.2
       - create-react-app@1.4.0
       - eslint-config-react-app@2.0.0
       - react-dev-utils@3.1.0
       - react-error-overlay@1.0.10
       - react-scripts@1.0.11
      bfaee410
    • Joe Haddad's avatar
      Update dev deps (#2923) · 9b23be82
      Joe Haddad authored
      * Bump deps
      
      * Fix linter errors
      
      * Whoops
      
      * Try to bump webpack
      
      * Update peer deps to min for eslint 4.x
      9b23be82
  17. 29 Jun, 2017 2 commits
  18. 28 Jun, 2017 2 commits
  19. 27 May, 2017 1 commit
    • Dan Abramov's avatar
      Publish · 58d8c5c0
      Dan Abramov authored
       - react-dev-utils@3.0.0
       - react-error-overlay@1.0.7
       - react-scripts@1.0.7
      58d8c5c0
  20. 24 May, 2017 2 commits
  21. 22 May, 2017 2 commits
    • Dan Abramov's avatar
      Publish · 2558c3e3
      Dan Abramov authored
       - eslint-config-react-app@1.0.3
       - react-dev-utils@2.0.0
       - react-error-overlay@1.0.5
       - react-scripts@1.0.5
      2558c3e3
    • Dan Abramov's avatar
      Publish · 7e25c9a6
      Dan Abramov authored
       - react-error-overlay@1.0.4
       - react-scripts@1.0.4
      7e25c9a6
  22. 21 May, 2017 2 commits
  23. 20 May, 2017 2 commits