1. 02 Aug, 2017 2 commits
    • 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
  2. 10 Jul, 2017 1 commit
  3. 09 Jul, 2017 1 commit
  4. 07 Jul, 2017 1 commit
  5. 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
  6. 29 Jun, 2017 2 commits
  7. 28 Jun, 2017 3 commits
  8. 27 Jun, 2017 4 commits
  9. 26 Jun, 2017 1 commit
  10. 19 Jun, 2017 1 commit
  11. 06 Jun, 2017 1 commit
  12. 30 May, 2017 1 commit
  13. 29 May, 2017 1 commit
  14. 27 May, 2017 2 commits
  15. 25 May, 2017 1 commit
  16. 24 May, 2017 2 commits
  17. 22 May, 2017 4 commits
  18. 21 May, 2017 3 commits
  19. 20 May, 2017 6 commits
  20. 19 May, 2017 2 commits
    • Jonathan's avatar
      Fix missing dependency (#2269) · 68cd5983
      Jonathan authored
      * Adding missing dependency
      
      * Pinning text-table dependency
      68cd5983
    • Dan Abramov's avatar
      Publish · cd5c6d57
      Dan Abramov authored
       - eslint-config-react-app@1.0.1
       - react-dev-utils@1.0.1
       - react-error-overlay@1.0.1
       - react-scripts@1.0.1
      cd5c6d57