1. 08 Jan, 2018 1 commit
  2. 02 Jan, 2018 3 commits
  3. 18 Dec, 2017 1 commit
  4. 27 Nov, 2017 2 commits
  5. 25 Nov, 2017 1 commit
  6. 19 Nov, 2017 1 commit
  7. 15 Nov, 2017 1 commit
  8. 14 Nov, 2017 1 commit
    • Matt Morgis's avatar
      Explain how to debug tests (#2992) · b555192b
      Matt Morgis authored
      * docs: adding section about debugging tests
      
      * docs: removing node-inspector references
      
      * docs: replacing terminal command with npm script
      
      * Update README.md
      b555192b
  9. 03 Nov, 2017 3 commits
  10. 02 Nov, 2017 1 commit
  11. 31 Oct, 2017 1 commit
  12. 28 Oct, 2017 7 commits
  13. 26 Oct, 2017 1 commit
  14. 21 Oct, 2017 1 commit
  15. 19 Oct, 2017 1 commit
  16. 17 Oct, 2017 2 commits
  17. 11 Oct, 2017 1 commit
  18. 29 Sep, 2017 3 commits
  19. 20 Sep, 2017 1 commit
  20. 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
  21. 28 Aug, 2017 1 commit
  22. 21 Aug, 2017 1 commit
  23. 14 Aug, 2017 1 commit
  24. 09 Aug, 2017 2 commits
  25. 02 Aug, 2017 1 commit
    • 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