1. 26 Oct, 2017 1 commit
  2. 23 Oct, 2017 1 commit
  3. 21 Oct, 2017 1 commit
  4. 19 Oct, 2017 1 commit
  5. 17 Oct, 2017 2 commits
  6. 11 Oct, 2017 4 commits
  7. 06 Oct, 2017 2 commits
    • 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
    • Jonny Buchanan's avatar
  8. 05 Oct, 2017 1 commit
  9. 03 Oct, 2017 4 commits
  10. 29 Sep, 2017 4 commits
  11. 27 Sep, 2017 3 commits
  12. 26 Sep, 2017 1 commit
  13. 22 Sep, 2017 2 commits
  14. 20 Sep, 2017 2 commits
  15. 16 Sep, 2017 2 commits
  16. 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
  17. 12 Sep, 2017 1 commit
  18. 11 Sep, 2017 3 commits
  19. 10 Sep, 2017 1 commit
  20. 09 Sep, 2017 1 commit
  21. 07 Sep, 2017 1 commit
    • Ade Viankakrisna Fadlil's avatar
      run npm 5.4.0 in CI (#3026) · fcb6dc55
      Ade Viankakrisna Fadlil authored
      * run npm 5.4.0 in CI
      
      * run npm cache clean with --force in CI
      
      * use link instead of install
      
      * Update e2e-installs.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-simple.sh
      fcb6dc55
  22. 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