1. 08 Jan, 2018 1 commit
  2. 04 Jan, 2018 1 commit
    • Norris Oduro's avatar
      Fix path regex match bug (#3686) · 8cae659e
      Norris Oduro authored
      * Fix path regex match bug
      
      * Use the escape-string-regexp package to escape regex characters
      
      * Remove redundant character escape from path
      
      * Add removed escape of backslashes
      8cae659e
  3. 04 Nov, 2017 1 commit
  4. 31 Oct, 2017 3 commits
  5. 28 Oct, 2017 1 commit
    • Dan Abramov's avatar
      Bump dependencies (#3342) · d98b7565
      Dan Abramov authored
      * Bump dependencies
      
      * Downgrade source-map back to 0.5.x
      
      Not sure what changed there but our bundle snapshot doesn't match with minor changes.
      I couldn't figure out how to update it, and also whether we need to tweak getPrettyURL in response.
      d98b7565
  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
  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. 16 Sep, 2017 1 commit
  11. 11 Sep, 2017 1 commit
    • gulderov's avatar
      Auto-detect running editor on Linux for error overlay (#3077) · 1faee66a
      gulderov authored
      * Auto-detect running editor on Linux for error overlay
      
      Basic support of auto detecting running editor for #2636.
      Tested on Ubuntu 16.04.
      It detects few editors. JetBrains products should start by
      wrapper like /usr/local/bin/webstorm. Otherwise it takes a
      lot of time to open editor.
      
      * Comments fixed.
      
      * List all processes owned by you
      
      * Comment rewording
      1faee66a
  12. 10 Sep, 2017 1 commit
  13. 09 Sep, 2017 1 commit
  14. 02 Sep, 2017 3 commits
  15. 01 Sep, 2017 1 commit
  16. 28 Aug, 2017 2 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
    • 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. 16 Aug, 2017 1 commit
  19. 10 Aug, 2017 1 commit
  20. 09 Aug, 2017 3 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
    • Stéphane Goetz's avatar
      Make formatWebpackMessages return all messages (#2834) · badfc2a8
      Stéphane Goetz authored
      * Move the reduction of the messages to a single place in the place it is used.
      
      * Fix variable name
      badfc2a8
  21. 02 Aug, 2017 4 commits
    • 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
    • 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
  22. 10 Jul, 2017 1 commit
  23. 09 Jul, 2017 1 commit
  24. 07 Jul, 2017 1 commit
  25. 04 Jul, 2017 1 commit
    • Trygve Aaberge's avatar
      Reorder vim arguments in launchEditor so --remote works (#2723) · f495c155
      Trygve Aaberge authored
      This allows you to set REACT_EDITOR to 'vim --remote', so the file can
      be opened in an already running vim process. When using vim without
      remote, it works in the same way as before.
      
      When launching vim without --remote, the order of the line and path
      arguments doesn't matter. However, when using --remote the line argument
      has to precede the path. This happens to be the same as joe and emacs
      uses, so the vim cases were just moved there.
      
      I haven't tested this with mvim, but the documentation says the same as
      the vim documentation, so I assume it works the same.
      f495c155
  26. 29 Jun, 2017 2 commits
  27. 28 Jun, 2017 3 commits