1. 16 Sep, 2017 2 commits
  2. 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
  3. 12 Sep, 2017 1 commit
  4. 11 Sep, 2017 3 commits
  5. 10 Sep, 2017 1 commit
  6. 09 Sep, 2017 1 commit
  7. 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
  8. 06 Sep, 2017 2 commits
  9. 03 Sep, 2017 1 commit
  10. 02 Sep, 2017 6 commits
  11. 01 Sep, 2017 2 commits
  12. 28 Aug, 2017 6 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
      Changelog for 1.0.12 (#3016) · 9a072e2b
      Dan Abramov authored
      9a072e2b
    • 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
  13. 27 Aug, 2017 1 commit
  14. 26 Aug, 2017 1 commit
  15. 21 Aug, 2017 1 commit
  16. 16 Aug, 2017 1 commit
  17. 14 Aug, 2017 1 commit
  18. 10 Aug, 2017 1 commit
  19. 09 Aug, 2017 7 commits