1. 05 Oct, 2017 1 commit
  2. 03 Oct, 2017 3 commits
    • 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
    • Joe Haddad's avatar
      Fix Windows compatibility (#3232) · 01a0d737
      Joe Haddad authored
      * Windows compatibility
      
      * Use regex for mutli-replace
      01a0d737
    • Joe Lim's avatar
      Watch for changes in `src/**/node_modules` (#3230) · 1e98d0f4
      Joe Lim authored
      * Allow the dev server to watch for changes in src/node_modules
      
      * fix eslint error
      
      * fix broken regex
      
      * handle trailing slash edge case for file paths
      
      Closes #2760
      Fixes #3223
      1e98d0f4
  3. 29 Sep, 2017 3 commits
  4. 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
  5. 26 Sep, 2017 1 commit
  6. 22 Sep, 2017 1 commit
  7. 20 Sep, 2017 2 commits
  8. 16 Sep, 2017 1 commit
  9. 13 Sep, 2017 1 commit
    • David Leger's avatar
      Resolved issue #2971 (#2989) · 206f9e84
      David Leger authored
      * Resolved issue #2971
      
      - changed h2 to h1 in template to adhere to accessibility guidelines.
      - Added h1 styles to maintain same font size.
      
      * Added header tag to template
      
      Corrected templete to use semantically correct header tag for header instead of div
      
      * Added className for App-title
      
      - Added className="App-title" to h1 tag
      - Changed CSS selector to target class instead of element
      206f9e84
  10. 11 Sep, 2017 3 commits
  11. 10 Sep, 2017 1 commit
  12. 09 Sep, 2017 1 commit
  13. 06 Sep, 2017 2 commits
  14. 02 Sep, 2017 5 commits
  15. 01 Sep, 2017 2 commits
  16. 28 Aug, 2017 5 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
    • 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
  17. 27 Aug, 2017 1 commit
  18. 26 Aug, 2017 1 commit
  19. 21 Aug, 2017 1 commit
  20. 16 Aug, 2017 1 commit
  21. 14 Aug, 2017 1 commit
  22. 10 Aug, 2017 1 commit
  23. 09 Aug, 2017 1 commit