-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Mar 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e0365a5 - Browse repository at this point
Copy the full SHA e0365a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d15f4 - Browse repository at this point
Copy the full SHA 03d15f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bfd5da - Browse repository at this point
Copy the full SHA 1bfd5daView commit details -
Fix eject for linked react-scripts (facebook#1736)
* fix eject for linked react-scripts * path.resolve => resolveApp
Configuration menu - View commit details
-
Copy full SHA for d7bcc19 - Browse repository at this point
Copy the full SHA d7bcc19View commit details -
Configuration menu - View commit details
-
Copy full SHA for abe3b84 - Browse repository at this point
Copy the full SHA abe3b84View commit details -
- create-react-app@1.3.0 - eslint-config-react-app@0.6.1 - react-dev-utils@0.5.2 - react-scripts@0.9.4
Configuration menu - View commit details
-
Copy full SHA for 956322b - Browse repository at this point
Copy the full SHA 956322bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc35b8e - Browse repository at this point
Copy the full SHA cc35b8eView commit details
Commits on Mar 7, 2017
-
Switch to preset-env (facebook#1742)
* Switch to preset-env Disables webpack modules by enabling babel modules to resolve facebook#1638 * Bump babel-core to match babel preset versions * Add uglify to targets
Configuration menu - View commit details
-
Copy full SHA for 24f38f8 - Browse repository at this point
Copy the full SHA 24f38f8View commit details -
Add runtime error overlay (facebook#1101)
* 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) facebook#1101 (comment) facebook#1101 (comment) * 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
Configuration menu - View commit details
-
Copy full SHA for ed5c016 - Browse repository at this point
Copy the full SHA ed5c016View commit details -
Whitelist files that can be embedded through url-loader (facebook#1305)
* 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 facebook#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
Configuration menu - View commit details
-
Copy full SHA for 2ac1b38 - Browse repository at this point
Copy the full SHA 2ac1b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b15f0a - Browse repository at this point
Copy the full SHA 3b15f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd124c - Browse repository at this point
Copy the full SHA 7dd124cView commit details -
Display yarn instead of yarnpkg when creating a new app (facebook#1747)
* Display yarn instead of yarnpkg * Refactored displayd commands * Removed testing directory
Configuration menu - View commit details
-
Copy full SHA for 43873dc - Browse repository at this point
Copy the full SHA 43873dcView commit details -
update to modern code style (facebook#1738)
* 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
Configuration menu - View commit details
-
Copy full SHA for fe7b5c2 - Browse repository at this point
Copy the full SHA fe7b5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8885f8f - Browse repository at this point
Copy the full SHA 8885f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66dda48 - Browse repository at this point
Copy the full SHA 66dda48View commit details -
Configuration menu - View commit details
-
Copy full SHA for db008e6 - Browse repository at this point
Copy the full SHA db008e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 837f544 - Browse repository at this point
Copy the full SHA 837f544View commit details
Commits on Mar 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a235694 - Browse repository at this point
Copy the full SHA a235694View commit details -
Configuration menu - View commit details
-
Copy full SHA for a002317 - Browse repository at this point
Copy the full SHA a002317View commit details -
Update configuration philosophy (facebook#1768)
* Update configuration philosophy * Remove explanation
Configuration menu - View commit details
-
Copy full SHA for 4bc9e79 - Browse repository at this point
Copy the full SHA 4bc9e79View commit details -
Suggest
serve
for running in production (facebook#1760)* Suggest `serve` for serving the `build` directory * How to handle it with Node in prod (or other platforms) * Pretty newline added * Adjusted default port of static server * Remove `open` command from output * Removed constant assignment * Better explanation for not using having to use a static server * Cute newline added * Style nits
Configuration menu - View commit details
-
Copy full SHA for 8c00af1 - Browse repository at this point
Copy the full SHA 8c00af1View commit details
Commits on Mar 9, 2017
-
Remove 'guard-for-in' lint rule (facebook#1773)
Iterating over an object's keys using `for/in` is idiomatic and it's safe (in all modern browsers) to not check hasOwnProperty as long as the object is a plain object. Can we remove this lint rule?
Configuration menu - View commit details
-
Copy full SHA for 9c9f8f6 - Browse repository at this point
Copy the full SHA 9c9f8f6View commit details -
Run CI on Node 7; Bump detect-port: 1.0.1 -> 1.1.0 (facebook#1776) (f…
…acebook#1783) * Run CI on Node 7 * Bump detect-port: 1.0.1 -> 1.1.0 * Run AppVeyor CI on Node 7
Configuration menu - View commit details
-
Copy full SHA for 0c0c5c1 - Browse repository at this point
Copy the full SHA 0c0c5c1View commit details -
Add 0.9.5 changelog (facebook#1784)
* Add 0.9.5 changelog * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 2a03137 - Browse repository at this point
Copy the full SHA 2a03137View commit details
Commits on Mar 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 76680ae - Browse repository at this point
Copy the full SHA 76680aeView commit details
Commits on Mar 11, 2017
-
Feature/readme-nomoretools (facebook#1799)
* docs: replace TDLR with a meaningful heading * docs: insert section No additional build tools * Tweak wording
Configuration menu - View commit details
-
Copy full SHA for 0a66347 - Browse repository at this point
Copy the full SHA 0a66347View commit details
Commits on Mar 12, 2017
-
Suggest "yarn build" rather than "yarn run build" (facebook#1800)
* Fix for issue facebook#1798: Suggested 'yarn build' versus 'yarn run build' * remove 'run' from 'yarn test' command as well * conditionally show 'run' if Yarn is not available
Configuration menu - View commit details
-
Copy full SHA for 052fcdd - Browse repository at this point
Copy the full SHA 052fcddView commit details
Commits on Mar 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b55a7d8 - Browse repository at this point
Copy the full SHA b55a7d8View commit details
Commits on Mar 14, 2017
-
Fixes a silent crash when ejecting (facebook#1810)
* Fixes a silent crash when ejecting * Delete unnecessary files * Remove references to eslintrc in Webpack config * Fix lint * Correct ESLint CLI options
Configuration menu - View commit details
-
Copy full SHA for ccb5f84 - Browse repository at this point
Copy the full SHA ccb5f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dc81d - Browse repository at this point
Copy the full SHA b3dc81dView commit details -
Make scripts crash on unhandled rejections (facebook#1819)
* Makes end-to-end testing crash on unhandled rejections * Comment fix
Configuration menu - View commit details
-
Copy full SHA for 0ace417 - Browse repository at this point
Copy the full SHA 0ace417View commit details
Commits on Mar 15, 2017
-
Allow creation of apps in empty mercurial repos (facebook#1811)
* Allow creation of apps in empty mercurial repos * Adding .hgignore to list of validFiles for isSafeToCreateProjectIn check * Adding .hgcheck to list of validFiles for isSafeToCreateProjectIn check
Configuration menu - View commit details
-
Copy full SHA for 9512d97 - Browse repository at this point
Copy the full SHA 9512d97View commit details
Commits on Mar 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 35d84ef - Browse repository at this point
Copy the full SHA 35d84efView commit details
Commits on Mar 21, 2017
-
User Guide: Removed blockquote from code section, due to markdown con…
…flict (facebook#1869) * Removed blockquote from code section * Fix the fix
Configuration menu - View commit details
-
Copy full SHA for c436bf3 - Browse repository at this point
Copy the full SHA c436bf3View commit details
Commits on Mar 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2574a7e - Browse repository at this point
Copy the full SHA 2574a7eView commit details -
Provide commander with package name (facebook#1867)
commander to figure it out on its own
Configuration menu - View commit details
-
Copy full SHA for 82cebbf - Browse repository at this point
Copy the full SHA 82cebbfView commit details -
Fix responsive behavior in iOS 9+ (facebook#1821)
* Adding shrink-to-fit=no for proper responsive handling on Safari 9+
Configuration menu - View commit details
-
Copy full SHA for 2ac3f99 - Browse repository at this point
Copy the full SHA 2ac3f99View commit details -
Check internet connectivity with lookup instead of resolve (facebook#…
…1863) Resolves facebook#1818
Configuration menu - View commit details
-
Copy full SHA for 0d4d59f - Browse repository at this point
Copy the full SHA 0d4d59fView commit details -
Update
detect-port
(facebook#1861)Previous changes caused `detect-port` to pick random port on app startup. Update fixes this regression, `detect-port` pick next available port instead.
Configuration menu - View commit details
-
Copy full SHA for bc6fc95 - Browse repository at this point
Copy the full SHA bc6fc95View commit details
Commits on Mar 23, 2017
-
Fix importing npm linked libraries (facebook#1359)
* Fix importing npm linked libraries * Update webpack.config.dev.js * Update webpack.config.prod.js
Configuration menu - View commit details
-
Copy full SHA for 47a8148 - Browse repository at this point
Copy the full SHA 47a8148View commit details -
Test for accidental extraneous dependencies (facebook#1825)
* Added test to check for accidental dependencies * Refactored test into a function * Removed non capturing group from grep * Update e2e-installs.sh
Configuration menu - View commit details
-
Copy full SHA for 1e1a3cb - Browse repository at this point
Copy the full SHA 1e1a3cbView commit details
Commits on Mar 25, 2017
-
Fix AppVeyor CI (facebook#1868)
* Fix AppVeyor CI (facebook#1876) * Run AppVeyor on Visual Studio 2017
Configuration menu - View commit details
-
Copy full SHA for b403048 - Browse repository at this point
Copy the full SHA b403048View commit details
Commits on Mar 27, 2017
-
Re-disable babel modules transform (facebook#1894)
* Upgrade webpack & related deps * Disable module transform (requires webpack 2+)
Configuration menu - View commit details
-
Copy full SHA for 7b124e7 - Browse repository at this point
Copy the full SHA 7b124e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5364908 - Browse repository at this point
Copy the full SHA 5364908View commit details
Commits on Apr 5, 2017
-
Suggest Yarn in HTML template (facebook#1911)
* Fix npm to yarn * yarn & npm * Update index.html * Switch ordering of suggestion We should suggest NPM first for new users.
Configuration menu - View commit details
-
Copy full SHA for c83ee7a - Browse repository at this point
Copy the full SHA c83ee7aView commit details
Commits on Apr 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 798572a - Browse repository at this point
Copy the full SHA 798572aView commit details
Commits on Apr 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 53943a8 - Browse repository at this point
Copy the full SHA 53943a8View commit details
Commits on Apr 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cb41a76 - Browse repository at this point
Copy the full SHA cb41a76View commit details
Commits on Apr 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f61cba1 - Browse repository at this point
Copy the full SHA f61cba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3124328 - Browse repository at this point
Copy the full SHA 3124328View commit details
Commits on Apr 19, 2017
-
Start the dev server at the specified host (facebook#1301)
Pass the host from environment variable as argument of the devServer's listen function instead of a field of options object. Set the default host to 0.0.0.0 instead of localhost.
Configuration menu - View commit details
-
Copy full SHA for ef86877 - Browse repository at this point
Copy the full SHA ef86877View commit details -
Add folder structure docs for new contributors (facebook#1991)
* Adding folder structure to help people navigate through project. It helps in resolving issues by providing brief description of each package and its purpose * Removing unnecessary packages from Folder structure heading * Update CONTRIBUTING.md
Configuration menu - View commit details
-
Copy full SHA for 0b9c65f - Browse repository at this point
Copy the full SHA 0b9c65fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b16df - Browse repository at this point
Copy the full SHA a0b16dfView commit details -
Update doc server example to work from any directory (facebook#1988)
* Node.js serving with absolute path It’s safer to use the absolute path of the directory that you want to serve, in case you run the express app from another directory. * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 05f3f5e - Browse repository at this point
Copy the full SHA 05f3f5eView commit details -
removed options in UglifyJsPlugin which are equal to the defaults (fa…
…cebook#1993) * removed redundant already default options in UglifyJsPlugin * re-enabled remove comments Uglify option JSDoc-style comments weren't being removed
Configuration menu - View commit details
-
Copy full SHA for 31a38b3 - Browse repository at this point
Copy the full SHA 31a38b3View commit details
Commits on Apr 21, 2017
-
Resolve localhost when offline on Windows (facebook#1839)
* Change proxy localhost to I27.0.0.1 for windows * Update comment * resolve localhost IP with DNS lookup on windows * Fix CI errors * Promisify addWebpackMiddleware * Remove Node 6 syntax * Update addWebpackMiddleware.js * Actually use the resolved proxy
Configuration menu - View commit details
-
Copy full SHA for c0fd569 - Browse repository at this point
Copy the full SHA c0fd569View commit details
Commits on Apr 22, 2017
-
Minify and map css (facebook#2013)
Minify and map css
Configuration menu - View commit details
-
Copy full SHA for d6173fd - Browse repository at this point
Copy the full SHA d6173fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a53f22b - Browse repository at this point
Copy the full SHA a53f22bView commit details -
Update README.md CSS Preprocessor --> node-sass-chokidar alternative (f…
…acebook#1987) * resolves facebook#1986 updates CSS Preprocessor docs to include information on node-sass-chokidar alternative to node-sass * Update README.md
Configuration menu - View commit details
-
Copy full SHA for a1b56cf - Browse repository at this point
Copy the full SHA a1b56cfView commit details
Commits on Apr 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5bb502a - Browse repository at this point
Copy the full SHA 5bb502aView commit details
Commits on Apr 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 927c539 - Browse repository at this point
Copy the full SHA 927c539View commit details -
Modularize and extract crashOverlay to iframe (facebook#1842)
* Modularize and extract crashOverlay to iframe * Do not break words * Disable warning overlay * Use CJS imports
Configuration menu - View commit details
-
Copy full SHA for d721d4a - Browse repository at this point
Copy the full SHA d721d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f4f95 - Browse repository at this point
Copy the full SHA 88f4f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a9700 - Browse repository at this point
Copy the full SHA 33a9700View commit details -
Configuration menu - View commit details
-
Copy full SHA for d65070e - Browse repository at this point
Copy the full SHA d65070eView commit details
Commits on Apr 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bed9a39 - Browse repository at this point
Copy the full SHA bed9a39View commit details
Commits on May 1, 2017
-
Define dev chunk names (facebook#2050)
* Define dev chunk names Fixes facebook#2046 * Add comment
Configuration menu - View commit details
-
Copy full SHA for 3fac036 - Browse repository at this point
Copy the full SHA 3fac036View commit details -
Suggest to create .eslintrc for IDE lint plugins (facebook#2054)
* Suggest to create .eslintrc for IDE lint plugins * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 851a404 - Browse repository at this point
Copy the full SHA 851a404View commit details -
Update README.md (facebook#2058)
* Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 629d575 - Browse repository at this point
Copy the full SHA 629d575View commit details
Commits on May 2, 2017
-
Fix instructions for serving with now (facebook#2052)
* Fix instructions for serving with now Not sure if new, but the `--single` flag is now important. * Keep it shorter
Configuration menu - View commit details
-
Copy full SHA for f762728 - Browse repository at this point
Copy the full SHA f762728View commit details
Commits on May 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f1563b9 - Browse repository at this point
Copy the full SHA f1563b9View commit details
Commits on May 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 59c439b - Browse repository at this point
Copy the full SHA 59c439bView commit details
Commits on May 5, 2017
-
Forbid using window properties as global variables (facebook#1840)
* Forbid using window properties as global variables * Change globals list to match Standard. * Fix globals
Configuration menu - View commit details
-
Copy full SHA for 5a7d8e8 - Browse repository at this point
Copy the full SHA 5a7d8e8View commit details
Commits on May 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 94149c7 - Browse repository at this point
Copy the full SHA 94149c7View commit details -
Revert "Forbid using window properties as global variables" (facebook…
…#2099) * Revert "Ignore the yarn cache directory (facebook#2063)" This reverts commit 94149c7. * Revert "Forbid using window properties as global variables (facebook#1840)" This reverts commit 5a7d8e8.
Configuration menu - View commit details
-
Copy full SHA for 3a527f2 - Browse repository at this point
Copy the full SHA 3a527f2View commit details
Commits on May 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2d7a1bb - Browse repository at this point
Copy the full SHA 2d7a1bbView commit details -
Bump minimal Node version to 6 (facebook#1897)
* Bump minimal Node version to 4.7.0 * Bump minimal Node version to 4.7.0 Modified additional files that needed a bump to 4.7.0 minimum node version * Bump minimal Node version to 4.7.0 Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+ * Bump minimal node version to 6 * Bump minimal node version to 6 * Bump minimal node version to 6
Configuration menu - View commit details
-
Copy full SHA for f35593c - Browse repository at this point
Copy the full SHA f35593cView commit details
Commits on May 10, 2017
-
Prettify errors and warnings for Webpack 2 (facebook#2113)
* Prettify errors and warnings for Webpack 2 * Update formatWebpackMessages.js
Configuration menu - View commit details
-
Copy full SHA for 0a50395 - Browse repository at this point
Copy the full SHA 0a50395View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1acc3a4 - Browse repository at this point
Copy the full SHA 1acc3a4View commit details -
Add
react-error-overlay
package (facebook#2111)* ༼ つ ◕_◕ ༽つ 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 8bf601d. * Remove broken script * Fix some dev ergo
Configuration menu - View commit details
-
Copy full SHA for 70768b3 - Browse repository at this point
Copy the full SHA 70768b3View commit details
Commits on May 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8d4604e - Browse repository at this point
Copy the full SHA 8d4604eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6959077 - Browse repository at this point
Copy the full SHA 6959077View commit details -
Adds tests for the overlay (facebook#2118)
* Add get-source-map tests * Fixtures shouldn't be formatted * Add mapper tests * Add stack-frame tests * Add more util tests * Add unmapper tests * Add parser tests * Switch to snapshots * Snapshot more
Configuration menu - View commit details
-
Copy full SHA for 942cf62 - Browse repository at this point
Copy the full SHA 942cf62View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd99a9 - Browse repository at this point
Copy the full SHA efd99a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bd567 - Browse repository at this point
Copy the full SHA a4bd567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3521eb7 - Browse repository at this point
Copy the full SHA 3521eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ede6a8 - Browse repository at this point
Copy the full SHA 1ede6a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b59654 - Browse repository at this point
Copy the full SHA 2b59654View commit details
Commits on May 12, 2017
-
Update Sass docs (facebook#2114)
* update readme with fix from facebook#1939 * update with better globbing * added note * updating with a note and reverting previous changes * how about this? * refactor * added note about new files back in after verifying locally * spaces back in, sorry was my editor! * removed note about new files :) * added bullet about new files issue currently open on node-sass
Configuration menu - View commit details
-
Copy full SHA for 2de95c4 - Browse repository at this point
Copy the full SHA 2de95c4View commit details -
Feature/different env config files facebook#1343 (facebook#1344)
* support different env configs. * fomrat code * Hide doc * Slightly rework the PR * Remove .env in default template * Use just one entry in the paths * Unify env.js and loadEnv.js * Oops, forgot these folks
Configuration menu - View commit details
-
Copy full SHA for 80a7fc3 - Browse repository at this point
Copy the full SHA 80a7fc3View commit details -
Add note about yarn.lock in CONTRIBUTING.md (facebook#2135)
* Add note about yarn.lock in CONTRIBUTING.md * Update CONTRIBUTING.md
Configuration menu - View commit details
-
Copy full SHA for 68fcba4 - Browse repository at this point
Copy the full SHA 68fcba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa48296 - Browse repository at this point
Copy the full SHA fa48296View commit details
Commits on May 13, 2017
-
Improve unmapper file heuristic, add limited warning support, and ign…
…ore internal errors (facebook#2128) * Browser sort is not stable * Fix ordering of final message * Register the warning capture * Display only createElement warnings * Use different method name * Fix regression * Ignore errors with only node_module files * Ignore null files, too * Revise count * Revise warning * Update overlay.js * Add support for facebook/react#9679 * Use absolute paths * Trim path if it's absolute * Make sure it's an absolute path * Oops * Tweak for new behavior * Make it safer * More resilient warnings * Prettier output * Fix flow
Configuration menu - View commit details
-
Copy full SHA for 76d2d84 - Browse repository at this point
Copy the full SHA 76d2d84View commit details
Commits on May 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b25c133 - Browse repository at this point
Copy the full SHA b25c133View commit details -
Click to view source from error overlay (facebook#2141)
* Click to view source * Update package.json * Update package.json * Fix lint
Configuration menu - View commit details
-
Copy full SHA for 4434467 - Browse repository at this point
Copy the full SHA 4434467View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7777d - Browse repository at this point
Copy the full SHA ac7777dView commit details -
Don't collapse unintentional top-level errors (facebook#2145)
* Don't collapse unintentional top-level errors * Linkify internal stack frames too
Configuration menu - View commit details
-
Copy full SHA for 8b451c3 - Browse repository at this point
Copy the full SHA 8b451c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd12f1 - Browse repository at this point
Copy the full SHA dbd12f1View commit details -
Blacklist confusing global variables (facebook#2130)
* Blacklist confusing global variables * Blacklist globals * Fix kitchensink test to lint * Edit the list * Use no-restricted globals for this
Configuration menu - View commit details
-
Copy full SHA for 06e73fa - Browse repository at this point
Copy the full SHA 06e73faView commit details -
Temporarily fork detect-port (facebook#2147)
* Temporarily fork detect-port * Fix get process id * Use different package * Unnecessary var
Configuration menu - View commit details
-
Copy full SHA for be43292 - Browse repository at this point
Copy the full SHA be43292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82687dd - Browse repository at this point
Copy the full SHA 82687ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c734b - Browse repository at this point
Copy the full SHA 10c734bView commit details -
Add custom eslint formatter (facebook#2138)
* Add custom eslint formatter * Add formatter docs * Update formatter docs * Slightly tweak it * Update README.md
Configuration menu - View commit details
-
Copy full SHA for f17448e - Browse repository at this point
Copy the full SHA f17448eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77087da - Browse repository at this point
Copy the full SHA 77087daView commit details
Commits on May 15, 2017
-
Tweak error and warning output (facebook#2152)
* Tweak error and warning output * Add a colon
Configuration menu - View commit details
-
Copy full SHA for 21349c5 - Browse repository at this point
Copy the full SHA 21349c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e35645 - Browse repository at this point
Copy the full SHA 5e35645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75fc094 - Browse repository at this point
Copy the full SHA 75fc094View commit details -
[Internal] Warn for missing brackets (facebook#2151)
* Warn for missing braces * Overlay, too
Configuration menu - View commit details
-
Copy full SHA for 9b22817 - Browse repository at this point
Copy the full SHA 9b22817View commit details -
Allow custom proxies in development (facebook#1790)
* Change proxy handling to allow multiple proxies to be specified in package.json. * Up webpack-dev-server to 2.4.2 Webpack Dev Server version 2.4.2 handles the external websocket upgrade for all proxies * Fix the listen() call * Switch to correct default host * Remove promises and extract to react-dev-utils * oops
Configuration menu - View commit details
-
Copy full SHA for 71a27c0 - Browse repository at this point
Copy the full SHA 71a27c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 281e8d2 - Browse repository at this point
Copy the full SHA 281e8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc7c86 - Browse repository at this point
Copy the full SHA 4dc7c86View commit details -
Show network address on start (facebook#2155)
* Show network address on start * Tweak visual representation
Configuration menu - View commit details
-
Copy full SHA for ac63130 - Browse repository at this point
Copy the full SHA ac63130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 172264e - Browse repository at this point
Copy the full SHA 172264eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e733b5 - Browse repository at this point
Copy the full SHA 9e733b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87e613 - Browse repository at this point
Copy the full SHA f87e613View commit details -
Configuration menu - View commit details
-
Copy full SHA for e17c392 - Browse repository at this point
Copy the full SHA e17c392View commit details -
Configuration menu - View commit details
-
Copy full SHA for f366028 - Browse repository at this point
Copy the full SHA f366028View commit details -
Update to Jest 19 (facebook#1614)
* Upgrade to Jest 19 * Use testMatch * Correct version
Configuration menu - View commit details
-
Copy full SHA for 71e0960 - Browse repository at this point
Copy the full SHA 71e0960View commit details -
Put console.stack() behind a react vendor prefix (facebook#2164)
Matches what we did in facebook/react#9679
Configuration menu - View commit details
-
Copy full SHA for fcb7dcf - Browse repository at this point
Copy the full SHA fcb7dcfView commit details -
* Unpin Yarn * Try 0.24.2 * Update e2e-simple.sh
Configuration menu - View commit details
-
Copy full SHA for 5ecda24 - Browse repository at this point
Copy the full SHA 5ecda24View commit details -
ESLint Config: Upgrade eslint-plugin-jsx-a11y and activate more rules. (
facebook#2163) * ESLint Config: Upgrade eslint-plugin-jsx-a11y and activate more rules. * Try to fix Lerna * Update README.md * Remove html-has-lang * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 7bff715 - Browse repository at this point
Copy the full SHA 7bff715View commit details -
Removing extra
eslint
rules (facebook#2064)Removing a stylistic lint rule
Configuration menu - View commit details
-
Copy full SHA for 814365b - Browse repository at this point
Copy the full SHA 814365bView commit details -
Support hoisting react-scripts and add require.resolve() to loaders (f…
…acebook#2166) * Support hoisting react-scripts * require.resolve() loaders and configs This makes it so that loaders and configs are resolved relative to the config rather than to the app. This seems to make more sense to me.
Configuration menu - View commit details
-
Copy full SHA for d6dbfc0 - Browse repository at this point
Copy the full SHA d6dbfc0View commit details -
Support node scripts in BROWSER (facebook#1590)
* Support node scripts in BROWSER Modify OpenBrowser.js to run node scripts specified with the BROWSER environment variable . If the value of the BROWSER environment variable ends with '.js' a child process is spawned to execute the script with node.js. Any arguments passed to npm start are also passed to this script, as well as the url where the app is served. The command executed in the child process is: node <pathToScript> [OPTIONS] <url> Update User Guide. * Tweak code style * Pin dep * Comment out 0.10 docs
Configuration menu - View commit details
-
Copy full SHA for 8f028ae - Browse repository at this point
Copy the full SHA 8f028aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b231d4 - Browse repository at this point
Copy the full SHA 9b231d4View commit details
Commits on May 16, 2017
-
Adding plugin postcss-flexbugs-fixes and flexbox: 'no-2009' to Autopr…
…efixer (facebook#1771) * Adding postcss-flexbugs-fixes Using postcss-flexbugs-fixes to fix all flexbug's issues. * Adding flexbox: 'no-2009' to Autoprefixer It will add flexbox prefixes only for final and IE versions of specification.
Configuration menu - View commit details
-
Copy full SHA for 044e57b - Browse repository at this point
Copy the full SHA 044e57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1832b76 - Browse repository at this point
Copy the full SHA 1832b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8a001 - Browse repository at this point
Copy the full SHA 9f8a001View commit details -
Only run tests in <rootDir>/src (facebook#544) (facebook#1808)
* Only run tests in <rootDir>/src (facebook#544) * updates Jest to 19.0.2 * removes testPathIgnorePatterns from jest config * adds testMatch to jest config to only match files in src * Bump babel-jest to 19.0.0 to match jest 19.0.2
Configuration menu - View commit details
-
Copy full SHA for c5e5eb5 - Browse repository at this point
Copy the full SHA c5e5eb5View commit details -
Bump dependencies (facebook#2170)
* Bump dependencies * Bump CSS deps * Somehow I missed dotenv * Bump ESLint deps * Tweak ESLint rules
Configuration menu - View commit details
-
Copy full SHA for 0ffed85 - Browse repository at this point
Copy the full SHA 0ffed85View commit details -
react-dev-utils/openBrowser now supports urls with 2+ params (faceboo…
…k#2076) * react-dev-utils/openBrowser now supports urls with 2+ params Fixed facebook#2047 * react-dev-utils/openBrowser: encode url before open the browser
Configuration menu - View commit details
-
Copy full SHA for 98fec2d - Browse repository at this point
Copy the full SHA 98fec2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db2f2ed - Browse repository at this point
Copy the full SHA db2f2edView commit details -
Make coverage and snapshot Jest options overridable in package.json (f…
…acebook#1830) * Override Jest config collectCoverageFrom with package.json * Protect against overriding other options * Better error message * Create Jest config early on eject * Tweak wording * Dry it up
Configuration menu - View commit details
-
Copy full SHA for 10a180b - Browse repository at this point
Copy the full SHA 10a180bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5868913 - Browse repository at this point
Copy the full SHA 5868913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50aaae6 - Browse repository at this point
Copy the full SHA 50aaae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66792dd - Browse repository at this point
Copy the full SHA 66792ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for dadf93b - Browse repository at this point
Copy the full SHA dadf93bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 134d229 - Browse repository at this point
Copy the full SHA 134d229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46eeabc - Browse repository at this point
Copy the full SHA 46eeabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e280254 - Browse repository at this point
Copy the full SHA e280254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 493e5a6 - Browse repository at this point
Copy the full SHA 493e5a6View commit details -
Ignore Moment.js locales by default (facebook#2187)
* Ignore Moment.js locales by default * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 65ff548 - Browse repository at this point
Copy the full SHA 65ff548View commit details
Commits on May 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e1f22b5 - Browse repository at this point
Copy the full SHA e1f22b5View commit details -
Add module scope plugin (facebook#2189)
* Add module scope plugin * Oops * Add comments * Check windows seps too * More descriptive error * Document it
Configuration menu - View commit details
-
Copy full SHA for a61be9c - Browse repository at this point
Copy the full SHA a61be9cView commit details -
Webpack config typo (facebook#2193)
* Webpack config typo * Webpack config more typo
Configuration menu - View commit details
-
Copy full SHA for e7c113e - Browse repository at this point
Copy the full SHA e7c113eView commit details -
PWA-ification, via SWPrecacheWebpackPlugin + manifest.json (facebook#…
…1728) * sw-precache-webpack-plugin, SW registration, manifest.json * Documentation + a few SW tweaks. * Added an unregister method, too, just in case. * More info for the READMEs. * Add minify to SWPrecacheWebpackPlugin config * Fix SWPrecacheWebpackPlugin typo * Fix file references in READMEmd * Add instructions for testing service-worker locally * Review feedback * Some additional PWA metadata * Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support * Review feedback. * Add manifest.json context in a comment. * Fix typo * Downgrade to sw-precache-webpack-plugin 0.9.1 * Hide changes in README until 1.0 * Hide changes in User Guide until 1.0 * Hide more docs
Configuration menu - View commit details
-
Copy full SHA for c7c3a52 - Browse repository at this point
Copy the full SHA c7c3a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a2974 - Browse repository at this point
Copy the full SHA d9a2974View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee850f5 - Browse repository at this point
Copy the full SHA ee850f5View commit details -
Test module scoping (facebook#2198)
* Correct readme * Add tests * Update README.md
Configuration menu - View commit details
-
Copy full SHA for c27d765 - Browse repository at this point
Copy the full SHA c27d765View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd2a800 - Browse repository at this point
Copy the full SHA fd2a800View commit details -
Tweaking error overlay styles (facebook#2201)
* Tweaked overlay styles * Tweaked pre-style * Clicked to background overlay dismiss * Tidied up styles tobe more mobile Safari friendly * Re-enabled pre-wrap * Margin fixes * Base font-size 10 -> 11px * Error overlay is full-screen now based on feedback * Make "N errors on the page" visible again * Fix bottom margin of frame location and lack of tab nav * Add tooltip to close button * Bring compile error styles closer to runtime overlay * s/when/if/
Configuration menu - View commit details
-
Copy full SHA for 68f95d4 - Browse repository at this point
Copy the full SHA 68f95d4View commit details
Commits on May 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c82c4f0 - Browse repository at this point
Copy the full SHA c82c4f0View commit details -
Tweaked error overlay styles (pt2) (facebook#2208)
* Fixed several of the issues and nits from PR: * Moved margin between header and file name to header, so when content was scrolled, the header would remain more separate * Made build-time and runtime overlays better match * Secondary error <pre> style now uses yellow bg instead of red * 'Scrollable Header' (see above comment to why this is necessary) but I did increase the max-height from 35% to 50%. * Fixed header and 'X' button vertical alignment * Temporary stack margin fix * Move "N errors" to the top
Configuration menu - View commit details
-
Copy full SHA for 0681e24 - Browse repository at this point
Copy the full SHA 0681e24View commit details -
Move more logic from react-scripts to react-dev-utils (facebook#2209)
* Show warnings for builds * Move WebpackDevServer helpers into react-dev-utils
Configuration menu - View commit details
-
Copy full SHA for 8dc9217 - Browse repository at this point
Copy the full SHA 8dc9217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0536f - Browse repository at this point
Copy the full SHA 0d0536fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02968ec - Browse repository at this point
Copy the full SHA 02968ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae1772 - Browse repository at this point
Copy the full SHA 2ae1772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c75aa - Browse repository at this point
Copy the full SHA 07c75aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f93bc4 - Browse repository at this point
Copy the full SHA 5f93bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55afd86 - Browse repository at this point
Copy the full SHA 55afd86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b819c - Browse repository at this point
Copy the full SHA 43b819cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c8b18b - Browse repository at this point
Copy the full SHA 6c8b18bView commit details
Commits on May 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b98ba3d - Browse repository at this point
Copy the full SHA b98ba3dView commit details -
Enable 1.0 docs (facebook#2220)
* Uncomment merged PRs * Switch to br * Update some webpack links * Add a little about section for PWA * oops * fast on subsequent visits * Add manual proxy config instructions * hint package.json * Change to js for comments * Tune wording
Configuration menu - View commit details
-
Copy full SHA for 741c4f0 - Browse repository at this point
Copy the full SHA 741c4f0View commit details -
Add documentation about using code splitting (facebook#1801)
* Add documentation about using code splitting * Revise docs a bit * Update README.md * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 54ea478 - Browse repository at this point
Copy the full SHA 54ea478View commit details -
Swap changelogs (facebook#2222)
* Swap changelogs * Update and rename CHANGELOG.md to CHANGELOG-0.x.md * Update and rename CHANGELOG-1.x.md to CHANGELOG.md * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for a5e88cd - Browse repository at this point
Copy the full SHA a5e88cdView commit details -
- babel-preset-react-app@3.0.0 - create-react-app@1.3.1 - eslint-config-react-app@1.0.0 - react-dev-utils@1.0.0 - react-error-overlay@1.0.0 - react-scripts@1.0.0
Configuration menu - View commit details
-
Copy full SHA for bf9eca2 - Browse repository at this point
Copy the full SHA bf9eca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c9a3d - Browse repository at this point
Copy the full SHA 26c9a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for af7fbae - Browse repository at this point
Copy the full SHA af7fbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 499adbe - Browse repository at this point
Copy the full SHA 499adbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a7f28 - Browse repository at this point
Copy the full SHA 70a7f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a32171 - Browse repository at this point
Copy the full SHA 4a32171View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b444e - Browse repository at this point
Copy the full SHA e0b444eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2023e44 - Browse repository at this point
Copy the full SHA 2023e44View commit details -
Correct docs on which .env.* files are supported. (facebook#2247)
* Correct which .env. files are referenced in docs * Highlight this is not available until 1.0.0 * Formatting * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 5410aa4 - Browse repository at this point
Copy the full SHA 5410aa4View commit details -
Hide React Storybook from the User Guide while it's incompatible (fac…
…ebook#2252) * Hide React Storybook from the User Guide while it's incompatible * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 9d98ca9 - Browse repository at this point
Copy the full SHA 9d98ca9View commit details -
Show customized build path for serve instruction (facebook#2229)
* Show customized build path for serve instruction * Remove cyan
Configuration menu - View commit details
-
Copy full SHA for 1834cb5 - Browse repository at this point
Copy the full SHA 1834cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f5599 - Browse repository at this point
Copy the full SHA f3f5599View commit details -
add noscript to template's index.html (facebook#2224)
* add noscript to template's index.html * Tweak message
Configuration menu - View commit details
-
Copy full SHA for c749de7 - Browse repository at this point
Copy the full SHA c749de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22ca584 - Browse repository at this point
Copy the full SHA 22ca584View commit details -
Configuration menu - View commit details
-
Copy full SHA for e939a5b - Browse repository at this point
Copy the full SHA e939a5bView commit details -
update readme with example of include path (facebook#2258)
* update readme with example of include path * Update README.md
Configuration menu - View commit details
-
Copy full SHA for bf7df73 - Browse repository at this point
Copy the full SHA bf7df73View commit details -
update reference with new name (facebook#2259)
s/adding-images-and-fonts/adding-images-fonts-and-files/
Configuration menu - View commit details
-
Copy full SHA for d6d2f6d - Browse repository at this point
Copy the full SHA d6d2f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd2267 - Browse repository at this point
Copy the full SHA 3cd2267View commit details -
Always resolve NODE_PATH (facebook#2261)
* Always resolve NODE_PATH * Update env.js
Configuration menu - View commit details
-
Copy full SHA for d24311e - Browse repository at this point
Copy the full SHA d24311eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3be74 - Browse repository at this point
Copy the full SHA 3a3be74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e806332 - Browse repository at this point
Copy the full SHA e806332View commit details -
Configuration menu - View commit details
-
Copy full SHA for b460795 - Browse repository at this point
Copy the full SHA b460795View commit details -
- eslint-config-react-app@1.0.1 - react-dev-utils@1.0.1 - react-error-overlay@1.0.1 - react-scripts@1.0.1
Configuration menu - View commit details
-
Copy full SHA for cd5c6d5 - Browse repository at this point
Copy the full SHA cd5c6d5View commit details -
Fix missing dependency (facebook#2269)
* Adding missing dependency * Pinning text-table dependency
Configuration menu - View commit details
-
Copy full SHA for 68cd598 - Browse repository at this point
Copy the full SHA 68cd598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2143a30 - Browse repository at this point
Copy the full SHA 2143a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b4ad8 - Browse repository at this point
Copy the full SHA 34b4ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95cbcc4 - Browse repository at this point
Copy the full SHA 95cbcc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e886f7 - Browse repository at this point
Copy the full SHA 4e886f7View commit details
Commits on May 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d3e8536 - Browse repository at this point
Copy the full SHA d3e8536View commit details -
Only enable host check if you use proxy, and add a way to opt out of …
…it (facebook#2288) * Disable host check if you don't use proxy * Add a way to opt out and document it
Configuration menu - View commit details
-
Copy full SHA for ba0d0da - Browse repository at this point
Copy the full SHA ba0d0daView commit details -
Ejecting should ensure you have clean git status (facebook#2221)
* Ejecting should ensure you have clean git status * Rename function * Style * Minor changes - extract function - exclude error output for missing git - more descriptive error message - no need to mutate answer - fix answering "no" to return 0 exit code
Configuration menu - View commit details
-
Copy full SHA for a257e7d - Browse repository at this point
Copy the full SHA a257e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ff3f2 - Browse repository at this point
Copy the full SHA f3ff3f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d76c1b7 - Browse repository at this point
Copy the full SHA d76c1b7View commit details -
Provide a no-op SW that will be served by the dev environment. (faceb…
…ook#2276) * Provide a no-op SW that will be served by the dev environment. * Hide no-op service worker from user
Configuration menu - View commit details
-
Copy full SHA for eadfad2 - Browse repository at this point
Copy the full SHA eadfad2View commit details -
Remove unnecessary dependencies(facebook#751) (facebook#2283)
* Remove unnecessary dependencies(facebook#751) * Sort alphabetically
Configuration menu - View commit details
-
Copy full SHA for a1749f9 - Browse repository at this point
Copy the full SHA a1749f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73356a1 - Browse repository at this point
Copy the full SHA 73356a1View commit details -
- react-dev-utils@1.0.2 - react-error-overlay@1.0.2 - react-scripts@1.0.2
Configuration menu - View commit details
-
Copy full SHA for ae0cb23 - Browse repository at this point
Copy the full SHA ae0cb23View commit details
Commits on May 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d558eaa - Browse repository at this point
Copy the full SHA d558eaaView commit details -
Wrap console calls into a check (facebook#2301)
* Wrap console calls into a check * Add another check
Configuration menu - View commit details
-
Copy full SHA for 7348ca9 - Browse repository at this point
Copy the full SHA 7348ca9View commit details -
Remove
flowtype/require-valid-file-annotation
temporarily. (faceboo……k#2311) Until this issue (gajus/eslint-plugin-flowtype#165) is fixed we're disabling `flowtype/require-valid-file-annotation`.
Configuration menu - View commit details
-
Copy full SHA for 3260d17 - Browse repository at this point
Copy the full SHA 3260d17View commit details -
Ensure address is private (facebook#2297)
* Ensure address is private Resolves facebook#2296 * adjust rule * Update WebpackDevServerUtils.js
Configuration menu - View commit details
-
Copy full SHA for 2430b56 - Browse repository at this point
Copy the full SHA 2430b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for d34a892 - Browse repository at this point
Copy the full SHA d34a892View commit details -
- eslint-config-react-app@1.0.2 - react-dev-utils@1.0.3 - react-error-overlay@1.0.3 - react-scripts@1.0.3
Configuration menu - View commit details
-
Copy full SHA for d649b8a - Browse repository at this point
Copy the full SHA d649b8aView commit details
Commits on May 22, 2017
-
Remove tarec from README (facebook#2323)
I no longer support this package. Create-react-app is so great I can no longer call tarec a credible alternative 😄
Configuration menu - View commit details
-
Copy full SHA for 6c9b574 - Browse repository at this point
Copy the full SHA 6c9b574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 812658a - Browse repository at this point
Copy the full SHA 812658aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e25c9a - Browse repository at this point
Copy the full SHA 7e25c9aView commit details -
Remove connect-history-api-fallback and cross-spawn dependencies from…
… react-scripts (facebook#751) (facebook#2320)
Configuration menu - View commit details
-
Copy full SHA for 0d1521a - Browse repository at this point
Copy the full SHA 0d1521aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42efedb - Browse repository at this point
Copy the full SHA 42efedbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cfa355 - Browse repository at this point
Copy the full SHA 9cfa355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f81f2 - Browse repository at this point
Copy the full SHA 25f81f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d72b6b4 - Browse repository at this point
Copy the full SHA d72b6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9b730 - Browse repository at this point
Copy the full SHA 6e9b730View commit details -
- eslint-config-react-app@1.0.3 - react-dev-utils@2.0.0 - react-error-overlay@1.0.5 - react-scripts@1.0.5
Configuration menu - View commit details
-
Copy full SHA for 2558c3e - Browse repository at this point
Copy the full SHA 2558c3eView commit details
Commits on May 23, 2017
-
Add missing files to README (facebook#2334)
* add missing files * Update README.md
Configuration menu - View commit details
-
Copy full SHA for bef503e - Browse repository at this point
Copy the full SHA bef503eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 913689f - Browse repository at this point
Copy the full SHA 913689fView commit details
Commits on May 24, 2017
-
Don't resolve localhost if on network (facebook#2332)
* Don't resolve if on network * Update WebpackDevServerUtils.js
Configuration menu - View commit details
-
Copy full SHA for a29808a - Browse repository at this point
Copy the full SHA a29808aView commit details -
Resolve flow errors in eslint JSX a11y (facebook#2346)
* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of d70ac7d7975819e7a52b85465ec67a0d93eb962a
Configuration menu - View commit details
-
Copy full SHA for 0d2989b - Browse repository at this point
Copy the full SHA 0d2989bView commit details -
Add navigateFallbackWhitelist /__* to SW Precache config (facebook#2347)
* Add navigateFallbackWhitelist /__* to SW Precache config * Add comments
Configuration menu - View commit details
-
Copy full SHA for 55fe136 - Browse repository at this point
Copy the full SHA 55fe136View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4f7d54 - Browse repository at this point
Copy the full SHA e4f7d54View commit details -
- eslint-config-react-app@1.0.4 - react-dev-utils@2.0.1 - react-error-overlay@1.0.6 - react-scripts@1.0.6
Configuration menu - View commit details
-
Copy full SHA for 7a1873c - Browse repository at this point
Copy the full SHA 7a1873cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90f9c6b - Browse repository at this point
Copy the full SHA 90f9c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36e279d - Browse repository at this point
Copy the full SHA 36e279dView commit details
Commits on May 25, 2017
-
Print file sizes with correct build folder path. (facebook#2361)
* Print file sizes with correct build folder path. * Just use the print the basename.
Configuration menu - View commit details
-
Copy full SHA for b60f55c - Browse repository at this point
Copy the full SHA b60f55cView commit details
Commits on May 26, 2017
-
Update README.md for
now
deployments (facebook#2372)Simplified steps for deploying app to `now` as a static site. No need to `serve` script in `package.json` file. As of May 15, 2017, all static deployments on `now` are free and unlimited.
Configuration menu - View commit details
-
Copy full SHA for fbaeff2 - Browse repository at this point
Copy the full SHA fbaeff2View commit details
Commits on May 27, 2017
-
Removed the overriding of reduce_vars to false since webpack v2.6.0 i…
…ncluded the fixed for Uglify bug (facebook#2351)
Configuration menu - View commit details
-
Copy full SHA for c1ba38d - Browse repository at this point
Copy the full SHA c1ba38dView commit details -
Disable comparisons feature in uglify compression in production (face…
…book#2379) * Disable a micro-option in uglify that appears to be buggy See facebook#2376 * wrong plugin * Add a comment
Configuration menu - View commit details
-
Copy full SHA for f6d8544 - Browse repository at this point
Copy the full SHA f6d8544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2069e8a - Browse repository at this point
Copy the full SHA 2069e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1421010 - Browse repository at this point
Copy the full SHA 1421010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84efd45 - Browse repository at this point
Copy the full SHA 84efd45View commit details -
- react-dev-utils@3.0.0 - react-error-overlay@1.0.7 - react-scripts@1.0.7
Configuration menu - View commit details
-
Copy full SHA for 58d8c5c - Browse repository at this point
Copy the full SHA 58d8c5cView commit details
Commits on Jun 30, 2017
-
Merge commit '58d8c5c05cc90d9286beb6b4200f5ac1918a8910' into merge-up…
…stream-107
Michael LaCroix committedJun 30, 2017 Configuration menu - View commit details
-
Copy full SHA for e1d5587 - Browse repository at this point
Copy the full SHA e1d5587View commit details -
Michael LaCroix committed
Jun 30, 2017 Configuration menu - View commit details
-
Copy full SHA for afa1603 - Browse repository at this point
Copy the full SHA afa1603View commit details -
Michael LaCroix committed
Jun 30, 2017 Configuration menu - View commit details
-
Copy full SHA for ef5defa - Browse repository at this point
Copy the full SHA ef5defaView commit details -
Bump react-scripts beta version
Michael LaCroix committedJun 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 83e061d - Browse repository at this point
Copy the full SHA 83e061dView commit details -
Fix Sass transforms and module mapping in the Jest config
Michael LaCroix committedJun 30, 2017 Configuration menu - View commit details
-
Copy full SHA for d1c1d84 - Browse repository at this point
Copy the full SHA d1c1d84View commit details
Commits on Jul 5, 2017
-
Update babel-preset-trunkclub beta version; add code coverage to tests
Michael LaCroix committedJul 5, 2017 Configuration menu - View commit details
-
Copy full SHA for ca3e438 - Browse repository at this point
Copy the full SHA ca3e438View commit details -
Update Flow dependency, remove old devDeps, bump beta version
Michael LaCroix committedJul 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 28d4cbc - Browse repository at this point
Copy the full SHA 28d4cbcView commit details -
Michael LaCroix committed
Jul 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 7d6949e - Browse repository at this point
Copy the full SHA 7d6949eView commit details
Commits on Jul 6, 2017
-
Michael LaCroix committed
Jul 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 07076c5 - Browse repository at this point
Copy the full SHA 07076c5View commit details
Commits on Jul 31, 2017
-
Run prettier on build-module script before merging TC upstream
Michael LaCroix committedJul 31, 2017 Configuration menu - View commit details
-
Copy full SHA for cefc1b2 - Browse repository at this point
Copy the full SHA cefc1b2View commit details -
Merge branch 'master' into merge-upstream-107
Michael LaCroix committedJul 31, 2017 Configuration menu - View commit details
-
Copy full SHA for 4780cf7 - Browse repository at this point
Copy the full SHA 4780cf7View commit details
Commits on Aug 2, 2017
-
Michael LaCroix committed
Aug 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 78b10f5 - Browse repository at this point
Copy the full SHA 78b10f5View commit details -
Michael LaCroix committed
Aug 2, 2017 Configuration menu - View commit details
-
Copy full SHA for ca72cf5 - Browse repository at this point
Copy the full SHA ca72cf5View commit details