1. 02 Feb, 2018 1 commit
    • Ian Sutherland's avatar
      Named asset import for SVG files (#3907) · d0e17316
      Ian Sutherland authored
      * Add named asset import for svg files via babel plugin and webpack loader.
      
      * Fix failing e2e test
      
      * Switched to svgr loader
      
      * Updated SVG component test
      
      * Disable named asset import plugin in test environment
      
      * Added tests for including SVG in CSS
      
      * Update tests
      
      * Moved babel plugin config into webpack config
      d0e17316
  2. 01 Feb, 2018 1 commit
    • bradfordlemley's avatar
      Add support for yarn and lerna monorepos. (#3741) · b43ad04b
      bradfordlemley authored
      * Support for multiple source paths via package.json srcPaths entry.
      
      Initial support for yarn workspace.
      
      Support lerna workspace, fix for when to use template files.
      
      Remove support for specifying srcPaths in package.json.
      
      Re-enable transpilation caching.
      
      * Clean up, use file matching (similar to original) in webpack configs instead of matching function.
      
      * Remove package lock files.
      
      * Fix for eject.
      Note: monorepos won't work after eject.
      Can be fixed easily with JEST 22.0.?+ which has file pattern matches against realpaths.
      
      * Filter tests to run only tests in monorepo components included by the app.
      (Not sure this is desireable, might be cool to be able to easily run all tests in monorepo from one app.)
      
      * Fix conditions for when to use template.
      
      * Fix eject.
      
      * Remove code that is not needed w/ Jest 22.
      
      * Include all cra-comp tests in monorepo instead of trying to include only tests that are dependencies of app.
      (tests can be easily filtered via jest cli if desired, e.g. 'npm test -- myapp comp1')
      
      * Pin find-pkg version.
      
      * Hopefully fix jest test file matching on windows by removing first slash.
      
      * E2E tests for monorepo.
      
      * Run monorepo tests in CI.
      
      * Fix and test post-eject build.
      
      * Fix e2e test.
      
      * Fix test suite names in appveyor.
      
      * Include individual package dirs as srcPaths instead of top-level monorepo root.
      Fixes build/start after eject.
      
      * Fix running tests after eject.
      
      * Clean up test workspace, add some verifcations.
      
      * Cleanup.
      
      * Try to fix hang when running test on appveyor.
      
      * Don't write babel or lint config to package.json when ejecting.
      
      * Incorporate review comments.
      * Simply monorepo pkg finder
      * Only include monorepo pkgs if app itself is included in monorepo
      * Check for specific tests in e2e
      
      * Fixes for windows.
      
      * Fix for kitchensink mocha tests compiling.
      
      * Add lerna monorepo test.
      
      * Fix lerna bootstrap on windows.
      
      * Incorporate more review comments:
      * remove support for lerna w/o yarn workspace
      * add react and react-dom as devDeps to comp1 and comp2
      
      * Add monorepo info to user guide.
      b43ad04b
  3. 23 Jan, 2018 1 commit
  4. 22 Jan, 2018 1 commit
  5. 18 Jan, 2018 1 commit
  6. 17 Jan, 2018 3 commits
  7. 16 Jan, 2018 1 commit
    • Dan Abramov's avatar
      Try to fix CI (#3806) · 72c3d4eb
      Dan Abramov authored
      * Try to fix CI
      
      * Bump Jest elsewhere
      
      * Bump Babel elsewhere
      
      * Fix CI on Windows by writing .cmd file back
      72c3d4eb
  8. 15 Jan, 2018 12 commits
    • Joe Haddad's avatar
      Offer to set default browsers (#3792) · 2e59c541
      Joe Haddad authored
      * Offer to set browser defaults
      
      * Catch error on no
      
      * Add ending newlines
      
      * Ensure we re-check to prevent defaults from leaking
      
      * Reduce nesting
      
      * Add defaults message
      
      * More explicit
      2e59c541
    • Joe Haddad's avatar
      Tell user what browser support their application was built with (#3782) · 5d1710ae
      Joe Haddad authored
      * Warn about browsers during build
      
      * Better message
      5d1710ae
    • Dan Abramov's avatar
      Bump dependencies (#3785) · ea46cf4f
      Dan Abramov authored
      * Bump dependencies
      
      * Use a more sensible way to compile error overlay
      
      * Keep old chalk for global CLI
      ea46cf4f
    • Joe Haddad's avatar
      Compile code in parallel (#3778) · 2ed4a703
      Joe Haddad authored
      * Cheap perf gains
      
      * Whoopsie
      2ed4a703
    • Chris Laughlin's avatar
      Enable `getter-return` rule as a warning (#3723) · f6c37300
      Chris Laughlin authored
      * Updating ESlint to ^4.15.0 and adding new rules to config
      
      * remoning style rule and auto fixing breakages from new rules
      
      * Removing implicit-arrow-linebreak style rule
      
      * adding new rule to eslint config project
      
      * updating react scripts eslint version
      
      * Pinning version.
      
      * Changing getter-return to warn
      
      * Update package.json
      
      * Update .eslintrc
      f6c37300
    • Dan Abramov's avatar
      Bump eslint-plugin-jsx-a11y version (#2690) · bf02edbe
      Dan Abramov authored
      * Bump eslint-plugin-jsx-a11y
      
      * Update index.js
      
      * Update index.js
      
      * Update package.json
      
      * Don't use links for non-linky things
      bf02edbe
    • Clement Hoang's avatar
      Switch to Babel 7 (#3522) · 1552949a
      Clement Hoang authored
      * Update dependencies in react-scripts
      
      * Add first pass of working dependencies for babel-preset-react-app and react-scripts
      
      * Bump more dependency versions
      
      * Adjust more versions and edit fix options
      
      * Restore functionality of old preset
      
      * Disable Uglify in iframe webpack
      
      * Apply prettier
      
      * Re-enable cache in dev and clean deps
      
      * Lock packages and move babel/core to dep in preset
      
      * Bump babel-jest
      
      * Re-enable uglify
      
      * Nest forceAllTransforms correctly in webpack config
      
      * Install babel-core bridge for jest
      
      * Add jest-cli and babel-core bridge to make tests in react-error-overlay pass
      
      * Re-enable transform-dynamic-import
      
      * Add dynamic import syntax support back
      
      * Use new babel in kitchensink
      
      * Transform modules in test
      
      * Revert "Transform modules in test"
      
      This reverts commit 539e46a1.
      
      * Attempt fix for ejected tests
      
      * try this
      
      * Add regenerator back
      
      * Bump babel deps to beta.34
      
      ...
      1552949a
    • Dan Abramov's avatar
      Bump Jest to 22.0.6 (#3751) · 590df7ee
      Dan Abramov authored
      590df7ee
    • aisensiy's avatar
      Update jest to 22 and support watchPathIgnorePatterns configuration (#3124) · 776d2d60
      aisensiy authored
      * update jest to 21.0.2 to support watchPathIgnorePatterns configuration
      
      * update jest to 21.1.0
      
      * Try bumping Jest
      
      * Bump babel-jest
      
      * Try to debug weird CI failure
      
      * Remove debug code
      
      * Bump other Jest packages
      
      * ffs
      
      * temp
      
      * Revert "temp"
      
      This reverts commit 62aec9ac.
      776d2d60
    • Joe Haddad's avatar
      Specify ecma version (#3743) · 1f18ab78
      Joe Haddad authored
      1f18ab78
    • Ade Viankakrisna Fadlil's avatar
      ff544949
    • Dan's avatar
      Publish · e73a783e
      Dan authored
       - babel-preset-react-app@3.1.1
       - create-react-app@1.5.0
       - eslint-config-react-app@2.1.0
       - react-dev-utils@5.0.0
       - react-error-overlay@4.0.0
       - react-scripts@1.1.0
      e73a783e
  9. 09 Jan, 2018 1 commit
  10. 03 Nov, 2017 2 commits
  11. 31 Oct, 2017 2 commits
    • Dan Abramov's avatar
      Publish · dc95d18c
      Dan Abramov authored
       - create-react-app@1.4.3
       - react-dev-utils@4.2.1
       - react-scripts@1.0.16
      dc95d18c
    • Dan Abramov's avatar
      Publish · 5e7b9675
      Dan Abramov authored
       - babel-preset-react-app@3.1.0
       - react-dev-utils@4.2.0
       - react-error-overlay@3.0.0
       - react-scripts@1.0.15
      5e7b9675
  12. 28 Oct, 2017 3 commits
  13. 23 Oct, 2017 1 commit
  14. 06 Oct, 2017 1 commit
  15. 05 Oct, 2017 1 commit
  16. 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
  17. 26 Sep, 2017 1 commit
  18. 22 Sep, 2017 1 commit
  19. 02 Sep, 2017 1 commit
    • Dan Abramov's avatar
      Publish · c22dc709
      Dan Abramov authored
       - react-dev-utils@4.0.1
       - react-error-overlay@2.0.1
       - react-scripts@1.0.13
      c22dc709
  20. 28 Aug, 2017 3 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
    • 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
  21. 09 Aug, 2017 1 commit
    • 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