1. 09 Jul, 2017 1 commit
  2. 07 Jul, 2017 1 commit
    • Đinh Quang Trung's avatar
      ESLint 4 (#2735) · bbbc15dc
      Đinh Quang Trung authored
      * Update eslint-loader 1.7.1 -> 1.9.0
      
      * Add eslintPath option
      
      * Update eslint 3.19.0 -> 4.1.1
      
      * Update peer dependencies
      
      * Move eslintPath config to outside @remove-on-eject
      bbbc15dc
  3. 29 Jun, 2017 1 commit
  4. 28 Jun, 2017 1 commit
  5. 27 Jun, 2017 1 commit
  6. 26 Jun, 2017 2 commits
  7. 06 Jun, 2017 1 commit
  8. 19 May, 2017 2 commits
  9. 17 May, 2017 2 commits
  10. 16 May, 2017 4 commits
  11. 15 May, 2017 1 commit
  12. 14 May, 2017 1 commit
  13. 13 May, 2017 1 commit
  14. 10 May, 2017 2 commits
    • Joe Haddad's avatar
      Add `react-error-overlay` package (#2111) · 70768b32
      Joe Haddad authored
      * ༼ つ ◕_◕ ༽つ stack-frame-overlay
      
      * Fix linting
      
      * Remove auto overlay
      
      * Fix e2e
      
      * Pull in the rest
      
      * Appease flow
      
      * Correct dep
      
      * Remove old repo references
      
      * Check flow on test
      
      * Test overlay in e2e
      
      * Add cross env
      
      * Rename package
      
      * Make sure it gets built post-install
      
      * Update the README
      
      * Remove extra builds now that there's a postinstall script
      
      * Revert "Remove extra builds now that there's a postinstall script"
      
      This reverts commit 8bf601db.
      
      * Remove broken script
      
      * Fix some dev ergo
      70768b32
    • Joe Haddad's avatar
      Do not parse `.eslintignore` (#2115) · 1acc3a45
      Joe Haddad authored
      1acc3a45
  15. 01 May, 2017 1 commit
  16. 25 Apr, 2017 2 commits
  17. 23 Mar, 2017 1 commit
  18. 14 Mar, 2017 1 commit
  19. 07 Mar, 2017 3 commits
    • Valerii Sorokobatko's avatar
      update to modern code style (#1738) · fe7b5c21
      Valerii Sorokobatko authored
      * mv create-react-app/index.js -> create-react-app/creteReactApp.js
      
      * update to modern code style
      
      * var -> cosnt
      
      * set trailing-coma to es5 for prettier
      fe7b5c21
    • Rory Hunter's avatar
      Whitelist files that can be embedded through url-loader (#1305) · 2ac1b38e
      Rory Hunter authored
      * Whitelist files that can be embedded through url-loader
      
      Change the current catch-all loader to use file-loader instead of
      url-loader, and exclude common image file extensons. Add another url-loader
      for images, configured identically to the original catch-all loader.
      
      Part of issue #1293.
      
      * Update tests to reflect change in loader config
      
      * Integration test fix
      
      * More CI fixes
      
      * Work around broken loader-utils behaviour in integration tests
      
      * Revise the documentation around file loading
      
      * Documentation tweaks
      
      * Docs tweak
      
      * Update test now that webpack/loader-utils has been updated
      
      * Update react-scripts to depend on babel-loader@7.0.0-alpha.2
      
      * Bump deps
      2ac1b38e
    • Joe Haddad's avatar
      Add runtime error overlay (#1101) · ed5c016d
      Joe Haddad authored
      * Add red box prototype
      
      * Unmount fail node when hot-reloaded (future proofing)
      
      * Slightly improve error reason
      
      * Add Chrome unhandledrejection listener
      
      * Close red box when Escape is pressed
      
      * Construct our own source if not available
      
      * Resolve sourcemaps for friendlier traces
      
      * Allow error to be scrolled
      
      * Only utilize sourcemaps, not the magic. :(
      
      * Make view similar to React Native
      
      * Fix an uncaught syntax error
      
      * Add workaround for Firefox 50
      
      * Add a hint for closing the prompt
      
      * Multiple error support
      When there's multiple errors, simply state that there are more instead of re-rendering
      
      * Log any renderer error
      
      * Dim node_modules in display
      
      * Override chrome stack trace limit
      
      * Magic: show me some source!
      
      * Add ability to toggle internal calls
      
      * Switch text from show -> hide
      
      * Change color scheme to something easier on the eyes
      
      * Change UI to be friendlier (thanks @nicinabox)
      https://github.com/facebookincubator/create-react-app/pull/1101#issuecomment-263621057
      https://github.com/facebookincubator/create-react-app/pull/1101#issuecomment-263636171
      
      * Update styles
      
      * Add container inside overlay
      
      * Apply pre style
      
      * Add line highlight
      
      * Add omitted frames ui
      
      * Move yellow to var
      
      * Do all function names in black
      
      * Adapt container based on screen size
      
      * Extract ansiHTML
      
      Use base16-github theme
      
      * Linting
      
      * Add syntax highlighting of errors
      
      * Linting
      
      * Remove white background
      
      * Append new files to package.json
      
      * Target exact version
      
      * White is a little harsh, use same color as red box.
      
      * Fix a bug where omitted frames would never be rendered
      (under certain circumstances)
      
      * Show local file path instead of confusing webpack://
      
      * Do not require the entire file
      
      * Remove css file
      
      * Use context size, not a magic variable.
      
      * Fix title regression
      
      * Update dependency
      
      * Do not center text for internal calls
      
      * Temporarily disable links
      
      * Switch internal toggle to 'i'
      
      * Remove unnecessary rules from container style
      
      * Reduce omitted frames font size
      
      * Fix font family in pre > code
      
      * Re-introduce line highlighting
      
      * Object.<anonymous> -> (anonymous function)
      
      * Add ability to see script source
      
      * Add missing ansi mappings
      
      * Remove SIAF
      
      * Skip native functions
      
      * Extract hints div function
      
      * Extract renderers
      
      * Refacor var names
      
      * If source is disabled, don't use the line.
      
      * Allow toggle between source
      
      * Allow bundles to be expanded
      
      * Wow, how did I let this one slip?
      
      * Toggle text for UX/DX
      
      * Make it so clicking Close unmounts the error component
      
      * Do not allow hot reloading once an error is thrown
      
      * Do not wrap lines for small displays
      
      * Fix toggle when additional errors happen
      
      * Make the close a button
      
      * Capture and store errors
      
      * Dispose on render; move additional logic
      
      * Only make code not wrap
      
      * Switch to a view-by-index method
      
      * Allow user to switch between errors with arrow keys
      
      * Fix text while switching between errors
      
      * Update close button style
      
      * Render additional errors at top
      
      * Add left and right arrows
      
      * Make frames pointy
      
      * UTF-8 arrows
      
      * Don't mount unneeded DOM node
      
      * Switch to single changing text for compiled <-> source
      
      * Don't display arrows with only one error.
      
      * Collapsed and expanded
      
      * Make sure the last collapse toggle is appended
      
      * Do not show the stack trace if it doesn't resolve to a file we wrote
      
      * Style container with media queries
      
      * Do not allow x overflow; break words by default.
      
      * Trim off whitespace of lines
      
      * Remove padding since it's not outer-most
      
      * Add footer message
      
      * Extract css file to JS
      
      * Only inject the css when the overlay is up
      
      * Extract red variable
      
      * Remove env
      
      * Update babel-code-frame
      
      * Set force color to true
      
      * Extract out collapse div logic
      
      * Remove arrow field
      
      * Insert a top collapse
      
      * Make browser friendlier
      
      * Absolutify ^
      
      * Make arrows buttons
      
      * Accessify
      
      * Let there be ES5
      
      * Pretty css
      
      * Use forEach where we can ...
      
      * Remove extracted loop
      
      * Fix IE compatibility
      
      * Capture React warnings
      
      * Add source override via React output parsing
      
      * Whoops, fix arguments to crash.
      
      * es5-ify
      
      * Re-enable e2e-install directory test
      
      * Only rewrite line number if it was resolved and leaves a line at bottom
      
      * Rename failFast to crashOverlay
      
      * Disable console proxy
      
      * Appease linter
      
      * Appease more
      ed5c016d
  20. 06 Mar, 2017 1 commit
  21. 28 Feb, 2017 1 commit
  22. 24 Feb, 2017 1 commit
  23. 15 Feb, 2017 1 commit
  24. 11 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Upgrade webpack (#1291) · 12288836
      Joe Haddad authored
      * Upgrade webpack
      
      * Address more webpack v2 ...
      
      * Update html-webpack-plugin
      
      * Remove LoaderOptionsPlugin from dev config
      
      * ExtractTextPlugin still uses webpack 1 syntax
      ... and doesn't support complex options (yet)
      
      * Grammar nit
      
      * Update extract text webpack plugin
      
      * - Remove webpack.LoaderOptionsPlugin
      - Update deps
      
      * Lerna hoists packages
      
      * Update extract-text-webpack-plugin
      
      * Update webpack-dev-server
      
      * Remove imports for the tests
      
      * stop removing babelrc
      12288836
  25. 10 Feb, 2017 2 commits
    • Joe Haddad's avatar
      Add `PUBLIC_URL` env variable for advanced use (#937) (#1504) · 613b584f
      Joe Haddad authored
      * Add `PUBLIC_URL` env variable for advanced use (#937)
      * Add support for `PUBLIC_URL` env variable
      * Remove unnecessary duplications
      * Simplify served path choice logic
      * Honor PUBLIC_URL in development
      * Add e2e tests
      
      Enables serving static assets from specified host.
      613b584f
    • Jih-Chi Lee's avatar
      Make all react app vars accessible in index.html (#1440) · 1d9159de
      Jih-Chi Lee authored
      * Make all vars accessiable in index.html
      
      * Fix wrong env provieded to DefinePlugin
      
      * Separate results from getClientEnvironment
      
      * The `string` should be object instead of string
      
      * Fix accessing wrong field
      
      * Changed variables naming to `raw` and `stringified`
      
      * Remove trailing commas
      1d9159de
  26. 08 Feb, 2017 1 commit
  27. 06 Dec, 2016 2 commits
  28. 21 Nov, 2016 1 commit