1. 11 Sep, 2017 2 commits
  2. 10 Sep, 2017 1 commit
  3. 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
  4. 02 Sep, 2017 3 commits
  5. 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
  6. 26 Aug, 2017 1 commit
  7. 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
  8. 29 Jun, 2017 2 commits
  9. 28 Jun, 2017 2 commits
  10. 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
  11. 24 May, 2017 2 commits
  12. 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
  13. 21 May, 2017 2 commits
  14. 20 May, 2017 3 commits
  15. 19 May, 2017 3 commits
  16. 18 May, 2017 6 commits
  17. 17 May, 2017 1 commit
    • Brian Vaughn's avatar
      Tweaking error overlay styles (#2201) · 68f95d41
      Brian Vaughn authored
      * Tweaked overlay styles
      
      * Tweaked pre-style
      
      * Clicked to background overlay dismiss
      
      * Tidied up styles tobe more mobile Safari friendly
      
      * Re-enabled pre-wrap
      
      * Margin fixes
      
      * Base font-size 10 -> 11px
      
      * Error overlay is full-screen now based on feedback
      
      * Make "N errors on the page" visible again
      
      * Fix bottom margin of frame location and lack of tab nav
      
      * Add tooltip to close button
      
      * Bring compile error styles closer to runtime overlay
      
      * s/when/if/
      68f95d41
  18. 16 May, 2017 2 commits