-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/customized webpack plugin integration #2
Feature/customized webpack plugin integration #2
Commits on Jul 18, 2019
-
Fix CI issue on windows (facebook#7385)
* Attempt at fixing CI issue on windows * Try to debug why verdaccio isn't in the ps output * Just remove the kill call alltogether
Configuration menu - View commit details
-
Copy full SHA for 45e0703 - Browse repository at this point
Copy the full SHA 45e0703View commit details -
This closes facebook#7359 by making IMAGE_INLINE_SIZE_LIMIT=0 actually disable image inlining. We use url-loader's `limit` option to set the line at which images will be inlined, and we basically expose this option to our end users via the IMAGE_INLINE_SIZE_LIMIT environment variable. Most people using it want to disable inlining images all together (the major motivator for adding it at all was I think for strict CSP), and our documentation said setting the value to zero would do that. However, it did the opposite: url-loader treated zero as "no limit". The update to 2.x fixes this; zero means nothing gets inlined. The other changes from the version bump shouldn't affect us: - minimum node version is 8.9.x, we already require 8.10.x - the limit was "greater than", is now "greater than or equal to"
Configuration menu - View commit details
-
Copy full SHA for 58fad40 - Browse repository at this point
Copy the full SHA 58fad40View commit details -
Merge pull request facebook#7378 from heyimalex/update_url_loader
Update url-loader to 2.0.1
Configuration menu - View commit details
-
Copy full SHA for a95c573 - Browse repository at this point
Copy the full SHA a95c573View commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ad51d62 - Browse repository at this point
Copy the full SHA ad51d62View commit details
Commits on Jul 25, 2019
-
Add question issue template (facebook#7423)
* Add question issue template * Fix bug report template formatting * Fix bug report template formatting * Add labels to pull request template
Configuration menu - View commit details
-
Copy full SHA for 498913d - Browse repository at this point
Copy the full SHA 498913dView commit details -
Update deploy instructions in contributing guide (facebook#7429)
* Update deploy instructions in contributing guide * Update docs publishing instructions
Configuration menu - View commit details
-
Copy full SHA for aa3e221 - Browse repository at this point
Copy the full SHA aa3e221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a2088 - Browse repository at this point
Copy the full SHA 67a2088View commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cbad256 - Browse repository at this point
Copy the full SHA cbad256View commit details
Commits on Jul 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 404af90 - Browse repository at this point
Copy the full SHA 404af90View commit details
Commits on Jul 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 567f36c - Browse repository at this point
Copy the full SHA 567f36cView commit details
Commits on Jul 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b96ac6c - Browse repository at this point
Copy the full SHA b96ac6cView commit details
Commits on Aug 1, 2019
-
Improve bootstrap docs when using custom SCSS (facebook#7462)
* Added dependencies to bootstrap article when using custom SCSS. * Make changes to package designation and added npm install directions.
Configuration menu - View commit details
-
Copy full SHA for 032cdf7 - Browse repository at this point
Copy the full SHA 032cdf7View commit details
Commits on Aug 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30fc0bf - Browse repository at this point
Copy the full SHA 30fc0bfView commit details
Commits on Aug 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 066053c - Browse repository at this point
Copy the full SHA 066053cView commit details
Commits on Aug 6, 2019
-
Resolve relative paths for preprocessor styles (facebook#5829)
preprocessor will output sourceMap by default then check if sourceMaps are needed on resolve-url-loader Fixes facebook#4653
Configuration menu - View commit details
-
Copy full SHA for 914c95e - Browse repository at this point
Copy the full SHA 914c95eView commit details
Commits on Aug 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ae671dc - Browse repository at this point
Copy the full SHA ae671dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a891c - Browse repository at this point
Copy the full SHA 65a891cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2bcb7 - Browse repository at this point
Copy the full SHA ea2bcb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf0b17 - Browse repository at this point
Copy the full SHA eaf0b17View commit details
Commits on Aug 8, 2019
-
Adjusted deployment documentation for ZEIT Now (facebook#7488)
* Adjusted deployment documentation for ZEIT Now * Fixed missing word * Update docusaurus/docs/deployment.md Co-Authored-By: Joe Haddad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cff4046 - Browse repository at this point
Copy the full SHA cff4046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c2673 - Browse repository at this point
Copy the full SHA 91c2673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9678bbb - Browse repository at this point
Copy the full SHA 9678bbbView commit details -
Fix RegExp from navigateFallbackBlacklist (workbox) (facebook#7176)
Exclude URLs that contains a "?" character.
Configuration menu - View commit details
-
Copy full SHA for efaee65 - Browse repository at this point
Copy the full SHA efaee65View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb2c720 - Browse repository at this point
Copy the full SHA cb2c720View commit details -
Configuration menu - View commit details
-
Copy full SHA for b225842 - Browse repository at this point
Copy the full SHA b225842View commit details
Commits on Aug 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a48a054 - Browse repository at this point
Copy the full SHA a48a054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538943f - Browse repository at this point
Copy the full SHA 538943fView commit details -
Remove unused dependencies in babel-preset-react-app (facebook#5818)
* Remove unused dependencies in babel-preset-react-app * Re-add @babel/plugin-transform-react-display-name * Remove some dependencies again
Configuration menu - View commit details
-
Copy full SHA for f09d3d3 - Browse repository at this point
Copy the full SHA f09d3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe7967 - Browse repository at this point
Copy the full SHA dbe7967View commit details -
Configuration menu - View commit details
-
Copy full SHA for a78ff74 - Browse repository at this point
Copy the full SHA a78ff74View commit details
Commits on Aug 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 70febc7 - Browse repository at this point
Copy the full SHA 70febc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b4173 - Browse repository at this point
Copy the full SHA c0b4173View commit details
Commits on Aug 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a21e6b1 - Browse repository at this point
Copy the full SHA a21e6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 413e7c8 - Browse repository at this point
Copy the full SHA 413e7c8View commit details
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cbf2134 - Browse repository at this point
Copy the full SHA cbf2134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a84cd4 - Browse repository at this point
Copy the full SHA 4a84cd4View commit details -
Fix ESLint 6 support (facebook#7513)
* Remove extends restriction to fix ESLint 6 support * Attempt to resolve CI errors
Configuration menu - View commit details
-
Copy full SHA for cbaed7f - Browse repository at this point
Copy the full SHA cbaed7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 094983d - Browse repository at this point
Copy the full SHA 094983dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4410f5e - Browse repository at this point
Copy the full SHA 4410f5eView commit details
Commits on Aug 14, 2019
-
Show logo on mobile docs (facebook#7521)
* Show logo for mobile views in create-react-app.dev * Update docusaurus/website/static/css/custom.css Co-authored-by: Sabesh Kumar Rajendran <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 437b83f - Browse repository at this point
Copy the full SHA 437b83fView commit details
Commits on Aug 16, 2019
-
Add a migration step to remove static directory from robots.txt (face…
…book#7536) * add a migration step to remove static from robots.txt * Update CHANGELOG.md Co-Authored-By: Ian Sutherland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6466282 - Browse repository at this point
Copy the full SHA 6466282View commit details -
docs: update Flow documentation (facebook#7550)
* docs: update Flow documentation * Update adding-flow.md * Update adding-flow.md
Configuration menu - View commit details
-
Copy full SHA for 24780bb - Browse repository at this point
Copy the full SHA 24780bbView commit details
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fbb3b03 - Browse repository at this point
Copy the full SHA fbb3b03View commit details
Commits on Aug 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6560858 - Browse repository at this point
Copy the full SHA 6560858View commit details
Commits on Aug 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 567787b - Browse repository at this point
Copy the full SHA 567787bView commit details
Commits on Sep 2, 2019
-
Remove cleanup-after-each example (facebook#7620)
cleanup is called now by default after each test if the testing framework supports the afterEach global
Configuration menu - View commit details
-
Copy full SHA for 6dec056 - Browse repository at this point
Copy the full SHA 6dec056View commit details
Commits on Sep 6, 2019
-
Adopt Contributor Covenant (facebook#7650)
* Adopt Contributor Covenant * Add link to Contributor Covenant to docs site
Configuration menu - View commit details
-
Copy full SHA for 78fb4cf - Browse repository at this point
Copy the full SHA 78fb4cfView commit details
Commits on Sep 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1f46136 - Browse repository at this point
Copy the full SHA 1f46136View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb31710 - Browse repository at this point
Copy the full SHA bb31710View commit details -
Configuration menu - View commit details
-
Copy full SHA for aafc7ff - Browse repository at this point
Copy the full SHA aafc7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b9504 - Browse repository at this point
Copy the full SHA c9b9504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9e350 - Browse repository at this point
Copy the full SHA 0f9e350View commit details
Commits on Sep 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b3f8ef2 - Browse repository at this point
Copy the full SHA b3f8ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for edb3411 - Browse repository at this point
Copy the full SHA edb3411View commit details -
Minor performance improvements (facebook#7587)
- use ESLint cache - remove useless `watch` option in fork-ts-checker
Configuration menu - View commit details
-
Copy full SHA for 71c4d11 - Browse repository at this point
Copy the full SHA 71c4d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74eb65a - Browse repository at this point
Copy the full SHA 74eb65aView commit details
Commits on Sep 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8b7b819 - Browse repository at this point
Copy the full SHA 8b7b819View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d533d4 - Browse repository at this point
Copy the full SHA 4d533d4View commit details
Commits on Sep 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7ac8150 - Browse repository at this point
Copy the full SHA 7ac8150View commit details
Commits on Sep 17, 2019
-
Update deployment.md with another AWS example (facebook#7616)
Add blog post that takes a React developer step-by-step through many features of AWS. Blog post is suitable for a beginner to follow and have a production ready workflow.
Configuration menu - View commit details
-
Copy full SHA for a1afaa6 - Browse repository at this point
Copy the full SHA a1afaa6View commit details
Commits on Sep 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ff15a08 - Browse repository at this point
Copy the full SHA ff15a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0719e4 - Browse repository at this point
Copy the full SHA e0719e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a825e8f - Browse repository at this point
Copy the full SHA a825e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc69ec - Browse repository at this point
Copy the full SHA 0dc69ecView commit details
Commits on Sep 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05f7924 - Browse repository at this point
Copy the full SHA 05f7924View commit details
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b1e6155 - Browse repository at this point
Copy the full SHA b1e6155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5221c - Browse repository at this point
Copy the full SHA 6f5221cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93150c5 - Browse repository at this point
Copy the full SHA 93150c5View commit details
Commits on Sep 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0d1775e - Browse repository at this point
Copy the full SHA 0d1775eView commit details
Commits on Sep 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 42ee721 - Browse repository at this point
Copy the full SHA 42ee721View commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6533a6d - Browse repository at this point
Copy the full SHA 6533a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e624b75 - Browse repository at this point
Copy the full SHA e624b75View commit details
Commits on Sep 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4a3718b - Browse repository at this point
Copy the full SHA 4a3718bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d73ba - Browse repository at this point
Copy the full SHA c0d73baView commit details -
Configuration menu - View commit details
-
Copy full SHA for fefd716 - Browse repository at this point
Copy the full SHA fefd716View commit details -
Configuration menu - View commit details
-
Copy full SHA for a10223d - Browse repository at this point
Copy the full SHA a10223dView commit details
Commits on Oct 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6f7b371 - Browse repository at this point
Copy the full SHA 6f7b371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71946b1 - Browse repository at this point
Copy the full SHA 71946b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f36d61a - Browse repository at this point
Copy the full SHA f36d61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6980616 - Browse repository at this point
Copy the full SHA 6980616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85aac9b - Browse repository at this point
Copy the full SHA 85aac9bView commit details
Commits on Oct 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7e2b6b1 - Browse repository at this point
Copy the full SHA 7e2b6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8fa00 - Browse repository at this point
Copy the full SHA 6b8fa00View commit details
Commits on Oct 3, 2019
-
Support production profiling with React Developer Tools (facebook#7737)
* Added the alias for profiling and output change to keep the classNames and functionNames for human readbility * defined isEnvProductionProfile with other isEnv checks * moved the keep_classnames and keep_fnames to terserOptions scope * resolve merge conflict for yarn.lock.cache * revert yarn.lock.cache to master yarn.lock.cache - git checkout origin/master -- packages/create-react-app/yarn.lock.cached * Comment and Boolean Check - I clarified the comment and specified the use case - Changed the environment check to check for the specific true rather than the assumed primitive value as before. * Replaced env with flag - Per suggestion --profile flag used instead of env variable PROFILE_APP * documentation in available scripts section with suggested information * resolved a local git issue. Fixed documentation error. * moved documentation to suggested file - Added a brief summary of profiling in available scripts section. The summary references the production-build document. Which is the file I moved the new documentation into under a new Header for production support. * Update production-build.md Co-authored-by: Ian Sutherland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88cf8cd - Browse repository at this point
Copy the full SHA 88cf8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a74342 - Browse repository at this point
Copy the full SHA 6a74342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fae307 - Browse repository at this point
Copy the full SHA 7fae307View commit details -
Configuration menu - View commit details
-
Copy full SHA for e51ea13 - Browse repository at this point
Copy the full SHA e51ea13View commit details
Commits on Oct 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ac93f31 - Browse repository at this point
Copy the full SHA ac93f31View commit details
Commits on Oct 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 09cbb89 - Browse repository at this point
Copy the full SHA 09cbb89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9161ba8 - Browse repository at this point
Copy the full SHA 9161ba8View commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f06ae8b - Browse repository at this point
Copy the full SHA f06ae8bView commit details
Commits on Oct 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c8ca307 - Browse repository at this point
Copy the full SHA c8ca307View commit details
Commits on Oct 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dc4d62d - Browse repository at this point
Copy the full SHA dc4d62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab41c4c - Browse repository at this point
Copy the full SHA ab41c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 889df8e - Browse repository at this point
Copy the full SHA 889df8eView commit details
Commits on Oct 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4a4ae1e - Browse repository at this point
Copy the full SHA 4a4ae1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c48dc - Browse repository at this point
Copy the full SHA 81c48dcView commit details -
Upgrade to docusaurus 2 (facebook#7785)
* chore: upgrade to docusaurus 2 * address review
Configuration menu - View commit details
-
Copy full SHA for 9243305 - Browse repository at this point
Copy the full SHA 9243305View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4068f2 - Browse repository at this point
Copy the full SHA b4068f2View commit details
Commits on Oct 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 584e352 - Browse repository at this point
Copy the full SHA 584e352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da645c - Browse repository at this point
Copy the full SHA 2da645cView commit details -
Link to React documentation for code splitting (facebook#7686)
The official documentation offers a simpler way of achieving route based code splitting.
Configuration menu - View commit details
-
Copy full SHA for ca37609 - Browse repository at this point
Copy the full SHA ca37609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 053f977 - Browse repository at this point
Copy the full SHA 053f977View commit details
Commits on Oct 17, 2019
-
added check for typescript template and unsupported node version (fac…
…ebook#7839) * added check for typescript template and unsupported node version * addressed code review feedback regarding syntax and spelling mistakes
Configuration menu - View commit details
-
Copy full SHA for 4b024e9 - Browse repository at this point
Copy the full SHA 4b024e9View commit details
Commits on Oct 18, 2019
-
Update getting-started.md (facebook#7841)
Update the initial project structure generated by create-react-app.
Configuration menu - View commit details
-
Copy full SHA for ce968a9 - Browse repository at this point
Copy the full SHA ce968a9View commit details
Commits on Oct 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 07470fd - Browse repository at this point
Copy the full SHA 07470fdView commit details
Commits on Oct 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for da06c23 - Browse repository at this point
Copy the full SHA da06c23View commit details
Commits on Oct 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9455ec5 - Browse repository at this point
Copy the full SHA 9455ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f337acc - Browse repository at this point
Copy the full SHA f337accView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d00fce - Browse repository at this point
Copy the full SHA 9d00fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7690af5 - Browse repository at this point
Copy the full SHA 7690af5View commit details
Commits on Oct 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9788522 - Browse repository at this point
Copy the full SHA 9788522View commit details
Commits on Oct 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 42140e5 - Browse repository at this point
Copy the full SHA 42140e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea3b34 - Browse repository at this point
Copy the full SHA 5ea3b34View commit details -
Add Service-Worker header to checkValidServiceWorker (facebook#6753)
* Add header to checkValidServiceWorker (ts) * Add header to checkValidServiceWorker
Configuration menu - View commit details
-
Copy full SHA for ea34c1d - Browse repository at this point
Copy the full SHA ea34c1dView commit details -
Add additional information for postcss errors (facebook#6282) (facebo…
…ok#6352) * Add additional information for postcss errors * Add additional information for postcss errors (simplify) * Remove chunkname from postCSS compile error * Remove line number from postCSS compile error
Configuration menu - View commit details
-
Copy full SHA for a351750 - Browse repository at this point
Copy the full SHA a351750View commit details
Commits on Oct 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4582491 - Browse repository at this point
Copy the full SHA 4582491View commit details -
Add Alex to lint documentation (facebook#7852)
* Add Alex to lint documentation * Attempt to trigger GitHub Action * Configure Alex and update docs * More docs updates
Configuration menu - View commit details
-
Copy full SHA for 1d03579 - Browse repository at this point
Copy the full SHA 1d03579View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51729c - Browse repository at this point
Copy the full SHA a51729cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c24314d - Browse repository at this point
Copy the full SHA c24314dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efe29b - Browse repository at this point
Copy the full SHA 7efe29bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f79f303 - Browse repository at this point
Copy the full SHA f79f303View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92db94 - Browse repository at this point
Copy the full SHA e92db94View commit details -
Add template support (facebook#7716)
* Add template support * Update templates version check * Update TypeScript template README
Configuration menu - View commit details
-
Copy full SHA for 4c0c819 - Browse repository at this point
Copy the full SHA 4c0c819View commit details -
Configuration menu - View commit details
-
Copy full SHA for facd8f9 - Browse repository at this point
Copy the full SHA facd8f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7391d - Browse repository at this point
Copy the full SHA 3e7391dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ccad7 - Browse repository at this point
Copy the full SHA 07ccad7View commit details
Commits on Oct 25, 2019
-
Upgrade packages and tweak config to adapt to new config format (face…
…book#7814) Rebased again now with smaller changes in this one which will make it easier to revert in case of eventual regressions.
Configuration menu - View commit details
-
Copy full SHA for 324428f - Browse repository at this point
Copy the full SHA 324428fView commit details
Commits on Oct 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 971f249 - Browse repository at this point
Copy the full SHA 971f249View commit details -
Configuration menu - View commit details
-
Copy full SHA for c34aa13 - Browse repository at this point
Copy the full SHA c34aa13View commit details
Commits on Oct 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 165765d - Browse repository at this point
Copy the full SHA 165765dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c45a3c - Browse repository at this point
Copy the full SHA 2c45a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de57fe - Browse repository at this point
Copy the full SHA 2de57feView commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b4fe788 - Browse repository at this point
Copy the full SHA b4fe788View commit details
Commits on Oct 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b68c777 - Browse repository at this point
Copy the full SHA b68c777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d6dfa9 - Browse repository at this point
Copy the full SHA 6d6dfa9View commit details
Commits on Nov 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9750738 - Browse repository at this point
Copy the full SHA 9750738View commit details
Commits on Nov 5, 2019
-
fix seperators typo (facebook#7932)
Its the little things that makes the big difference! 😁 Thanks
Configuration menu - View commit details
-
Copy full SHA for d46da89 - Browse repository at this point
Copy the full SHA d46da89View commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 10daea2 - Browse repository at this point
Copy the full SHA 10daea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9fa8d - Browse repository at this point
Copy the full SHA 0c9fa8dView commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8a1ee2f - Browse repository at this point
Copy the full SHA 8a1ee2fView commit details
Commits on Nov 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 211694a - Browse repository at this point
Copy the full SHA 211694aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d12b4b6 - Browse repository at this point
Copy the full SHA d12b4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cdc3cc - Browse repository at this point
Copy the full SHA 5cdc3ccView commit details
Commits on Nov 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f01bfac - Browse repository at this point
Copy the full SHA f01bfacView commit details
Commits on Nov 13, 2019
-
Fix light background in docusaurus night mode (facebook#7936)
* Fix light background in docusaurus night mode Closes facebook#7930 * Rename lightBackground to gettingStartedSection
Configuration menu - View commit details
-
Copy full SHA for 30b491b - Browse repository at this point
Copy the full SHA 30b491bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 915108b - Browse repository at this point
Copy the full SHA 915108bView commit details
Commits on Nov 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9df95df - Browse repository at this point
Copy the full SHA 9df95dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6d0a1 - Browse repository at this point
Copy the full SHA 3d6d0a1View commit details
Commits on Nov 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 58b4738 - Browse repository at this point
Copy the full SHA 58b4738View commit details
Commits on Nov 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7cdde6 - Browse repository at this point
Copy the full SHA e7cdde6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aaa3fa - Browse repository at this point
Copy the full SHA 3aaa3faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4f3f2 - Browse repository at this point
Copy the full SHA 4b4f3f2View commit details
Commits on Nov 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for df5088d - Browse repository at this point
Copy the full SHA df5088dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d5776 - Browse repository at this point
Copy the full SHA 23d5776View commit details
Commits on Nov 20, 2019
-
Override no-unused-expressions with the typescript-eslint version (fa…
…cebook#8003) Fixes issues with optional chaining
Configuration menu - View commit details
-
Copy full SHA for 4604c5e - Browse repository at this point
Copy the full SHA 4604c5eView commit details
Commits on Nov 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5d24a5e - Browse repository at this point
Copy the full SHA 5d24a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82009f5 - Browse repository at this point
Copy the full SHA 82009f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a66971 - Browse repository at this point
Copy the full SHA 1a66971View commit details
Commits on Nov 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 99d71f3 - Browse repository at this point
Copy the full SHA 99d71f3View commit details
Commits on Nov 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 821fe6b - Browse repository at this point
Copy the full SHA 821fe6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3ccc3 - Browse repository at this point
Copy the full SHA 6a3ccc3View commit details
Commits on Nov 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fffc777 - Browse repository at this point
Copy the full SHA fffc777View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ba862 - Browse repository at this point
Copy the full SHA f6ba862View commit details
Commits on Nov 29, 2019
-
Update template docs (facebook#8050)
* Update template docs * Update custom-templates.md * Update custom-templates.md Co-authored-by: Ian Sutherland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29c5e55 - Browse repository at this point
Copy the full SHA 29c5e55View commit details
Commits on Dec 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9654bef - Browse repository at this point
Copy the full SHA 9654befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b45600 - Browse repository at this point
Copy the full SHA 0b45600View commit details
Commits on Dec 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9a817dd - Browse repository at this point
Copy the full SHA 9a817ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4cb4f - Browse repository at this point
Copy the full SHA 9f4cb4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ace7c2 - Browse repository at this point
Copy the full SHA 2ace7c2View commit details
Commits on Dec 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8330e7c - Browse repository at this point
Copy the full SHA 8330e7cView commit details -
Remove error for @typescript-eslint/no-namespace (facebook#7803)
Declare namespaces are supported by babel now, and babel will throw with a nice error message for non-declare namespaces, so this rule is unnecessary. Closes facebook#7651.
Configuration menu - View commit details
-
Copy full SHA for b19bffe - Browse repository at this point
Copy the full SHA b19bffeView commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0b293e9 - Browse repository at this point
Copy the full SHA 0b293e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0327d89 - Browse repository at this point
Copy the full SHA 0327d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a48c4 - Browse repository at this point
Copy the full SHA 53a48c4View commit details -
Fix typo in comment:
?.
is right, not.?
(facebook#8124)This is just a comment fix. Actual optional chaining operator syntax is `?.`, not `.?`.
Configuration menu - View commit details
-
Copy full SHA for b8ff97b - Browse repository at this point
Copy the full SHA b8ff97bView commit details
Commits on Dec 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1f1594d - Browse repository at this point
Copy the full SHA 1f1594dView commit details
Commits on Dec 11, 2019
-
[Security] Update terser webpack plugin (facebook#8102)
* security: update terser webpack plugin
Configuration menu - View commit details
-
Copy full SHA for 8d1a4f2 - Browse repository at this point
Copy the full SHA 8d1a4f2View commit details
Commits on Dec 13, 2019
-
Add current version and bin location to --info output (facebook#8168)
Make the --info subcommand outuput the current version information and the location of the file being run. Our issue template tells users to provide the output of --info, so having the current version is incredibly helpful, especially since it doesn't necessarily match the globally installed version that envinfo outputs. Knowing the location helps us determine whether the running bin is globally installed or in the local node_modules.
Configuration menu - View commit details
-
Copy full SHA for ebcffda - Browse repository at this point
Copy the full SHA ebcffdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9922275 - Browse repository at this point
Copy the full SHA 9922275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349a92a - Browse repository at this point
Copy the full SHA 349a92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2976f - Browse repository at this point
Copy the full SHA ab2976fView commit details
Commits on Dec 14, 2019
-
Bump internal dependencies (facebook#8176)
* Bump dependencies in react-dev-utils * Bump dependencies in react-app-polyfill * Bump dependencies in create-react-app * Bump dependencies in react-error-overlay * Bump dependencies in react-scripts * Bump react
Configuration menu - View commit details
-
Copy full SHA for f26de73 - Browse repository at this point
Copy the full SHA f26de73View commit details
Commits on Dec 15, 2019
-
Add package-runner note to readme (facebook#8132)
* Add package-runner note to readme * Add link to `yarn create`
Configuration menu - View commit details
-
Copy full SHA for f314855 - Browse repository at this point
Copy the full SHA f314855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a13b59 - Browse repository at this point
Copy the full SHA 1a13b59View commit details
Commits on Dec 16, 2019
-
Minor refactors in create-react-app (facebook#8178)
- Remove templates version minimum stopgap. - Replace indexOf with more idiomatic alternatives. - Inline errorLogFilePatterns. - Alphabetize validFiles. - Simplify log file removal code. - Move unconditional console.log() call outside of isSafe. - Differentiate conflicting directories from files. - Document yarn version special case. - Inline printValidationResults. - Standardize checkAppName output on failure. - Add link for checkThatNpmCanReadCwd. Functionally the code should be exactly the same.
Configuration menu - View commit details
-
Copy full SHA for 30eaab4 - Browse repository at this point
Copy the full SHA 30eaab4View commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 18e56da - Browse repository at this point
Copy the full SHA 18e56daView commit details
Commits on Dec 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 88a5435 - Browse repository at this point
Copy the full SHA 88a5435View commit details
Commits on Dec 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3f2037b - Browse repository at this point
Copy the full SHA 3f2037bView commit details
Commits on Dec 30, 2019
-
Replace favicon in templates (facebook#8194)
The old favicon was the same as the official react documentation, which is a minor annoyance during development when trying to find the tab you want. The new favicon is just the old with inverted colors. Closes facebook#7957
Configuration menu - View commit details
-
Copy full SHA for c03bb36 - Browse repository at this point
Copy the full SHA c03bb36View commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa85f03 - Browse repository at this point
Copy the full SHA fa85f03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94932be - Browse repository at this point
Copy the full SHA 94932beView commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f875bb0 - Browse repository at this point
Copy the full SHA f875bb0View commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a608c5a - Browse repository at this point
Copy the full SHA a608c5aView commit details
Commits on Jan 22, 2020
-
Remove React.FC from Typescript template (facebook#8177)
This removes `React.FC` from the base template for a Typescript project. Long explanation for a small change: `React.FC` is unnecessary: it provides next to no benefits and has a few downsides. (See below.) I see a lot of beginners to TS+React using it, however, and I think that it's usage in this template is a contributing factor to that, as the prominence of this template makes it a de facto source of "best practice". ### Downsides to React.FC/React.FunctionComponent ##### Provides an implicit definition of `children` Defining a component with `React.FC` causes it to implicitly take `children` (of type `ReactNode`). It means that all components accept children, even if they're not supposed to, allowing code like: ```ts const App: React.FC = () => { /*... */ }; const Example = () => { <App><div>Unwanted children</div></App> } ``` This isn't a run-time error, but it is a mistake and one that would be caught by Typescript if not for `React.FC`. ##### Doesn't support generics. I can define a generic component like: ```ts type GenericComponentProps<T> = { prop: T callback: (t: T) => void } const GenericComponent = <T>(props: GenericComponentProps<T>) => {/*...*/} ``` But it's not possible when using `React.FC` - there's no way to preserve the unresolved generic `T` in the type returned by `React.FC`. ```ts const GenericComponent: React.FC</* ??? */> = <T>(props: GenericComponentProps<T>) => {/*...*/} ``` ##### Makes "component as namespace pattern" more awkward. It's a somewhat popular pattern to use a component as a namespace for related components (usually children): ```jsx <Select> <Select.Item /> </Select> ``` This is possible, but awkward, with `React.FC`: ```tsx const Select: React.FC<SelectProps> & { Item: React.FC<ItemProps> } = (props) => {/* ... */ } Select.Item = (props) => { /*...*/ } ``` but "just works" without `React.FC`: ```tsx const Select = (props: SelectProps) => {/* ... */} Select.Item = (props) => { /*...*/ } ``` ##### Doesn't work correctly with defaultProps This is a fairly moot point as in both cases it's probably better to use ES6 default arguments, but... ```tsx type ComponentProps = { name: string; } const Component = ({ name }: ComponentProps) => (<div> {name.toUpperCase()} /* Safe since name is required */ </div>); Component.defaultProps = { name: "John" }; const Example = () => (<Component />) /* Safe to omit since name has a default value */ ``` This compiles correctly. Any approach with `React.FC` will be slightly wrong: either `React.FC<{name: string}>` will make the prop required by consumers, when it should be optional, or `React.FC<{name?: string}>` will cause `name.toUpperCase()` to be a type error. There's no way to replicate the "internally required, externally optional" behavior which is desired. ##### It's as long, or longer than the alternative: (especially longer if you use `FunctionalComponent`): Not a huge point, but it isn't even shorter to use `React.FC` ```ts const C1: React.FC<CProps> = (props) => { } const C2 = (props: CProps) => {}; ``` ### Benefits of React.FC ##### Provides an explicit return type The only benefit I really see to `React.FC` (unless you think that implicit `children` is a good thing) is that it specifies the return type, which catches mistakes like: ```ts const Component = () => { return undefined; // components aren't allowed to return undefined, just `null` } ``` In practice, I think this is fine, as it'll be caught as soon as you try to use it: ```ts const Example = () => <Component />; // Error here, due to Component returning the wrong thing ``` But even with explicit type annotations, `React.FC` still isn't saving very much boilerplate: ```ts const Component1 = (props: ComponentProps): ReactNode => { /*...*/ } const Component2: FC<ComponentProps> = (props) => { /*...*/ } ```
Configuration menu - View commit details
-
Copy full SHA for dada035 - Browse repository at this point
Copy the full SHA dada035View commit details
Commits on Jan 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4bf14fa - Browse repository at this point
Copy the full SHA 4bf14faView commit details
Commits on Jan 30, 2020
-
Remove outdated babel plugins (facebook#8353)
Updates dependencies and removes babel plugins that are now covered by `@babel/preset-env`. Co-authored-by: hdineen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b855da5 - Browse repository at this point
Copy the full SHA b855da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddcb7d5 - Browse repository at this point
Copy the full SHA ddcb7d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 720d90b - Browse repository at this point
Copy the full SHA 720d90bView commit details -
Update custom template docs with instructions for testing custom temp…
…late locally (facebook#8092) Co-authored-by: Ian Schmitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cafd602 - Browse repository at this point
Copy the full SHA cafd602View commit details -
Update setting-up-your-editor.md (facebook#8247)
`Auto Fix is enabled by default. Use the single string form.` warning is shown in `.vscode/settings.json` due to changes in vscode-eslint. As autoFix is set to default, object format in `eslint.validate` is deprecated.
Configuration menu - View commit details
-
Copy full SHA for ca9c61e - Browse repository at this point
Copy the full SHA ca9c61eView commit details -
Remove outdated docs regarding vscode eslint extension and type… (fac…
…ebook#8307) Co-authored-by: Ian Schmitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd0df73 - Browse repository at this point
Copy the full SHA dd0df73View commit details -
Configuration menu - View commit details
-
Copy full SHA for e530598 - Browse repository at this point
Copy the full SHA e530598View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed162a3 - Browse repository at this point
Copy the full SHA ed162a3View commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6ee4e91 - Browse repository at this point
Copy the full SHA 6ee4e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03018d7 - Browse repository at this point
Copy the full SHA 03018d7View commit details -
docs: Add troubleshooting documentation on ENOSPC (facebook#8380)
Co-authored-by: Ian Schmitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4da41b4 - Browse repository at this point
Copy the full SHA 4da41b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7b8732 - Browse repository at this point
Copy the full SHA a7b8732View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c6842 - Browse repository at this point
Copy the full SHA d7c6842View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9745e - Browse repository at this point
Copy the full SHA fb9745eView commit details -
Update commit message to use imperative mood (facebook#8377)
Why: * As per best practice: https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/SubmittingPatches#n135 See also: https://chris.beams.io/posts/git-commit/#imperative
Configuration menu - View commit details
-
Copy full SHA for d9e05f9 - Browse repository at this point
Copy the full SHA d9e05f9View commit details -
Wider Chromium support for openBrowser (facebook#8367)
* Expands scope of openBrowser tab control Adjust openChrome.applescript to allow manipulation of other Chromium-based browsers (defaulting to Chrome). Requires list of compatible browsers to try in openBrowser.js * Fix typo * Remove Safari
Matthew Curtis authoredJan 31, 2020 Configuration menu - View commit details
-
Copy full SHA for d2de54b - Browse repository at this point
Copy the full SHA d2de54bView commit details -
fix(test): force install npm in e2e-behaviour (facebook#8402)
This will fix e2e-behaviour on macos Related: npm/cli#611 (comment)
Configuration menu - View commit details
-
Copy full SHA for 325e599 - Browse repository at this point
Copy the full SHA 325e599View commit details -
setupTestFrameworkScriptFile is deprecated (facebook#8390)
* setupTestFrameworkScriptFile is deprecated __Note:_ `_setupTestFrameworkScriptFile_` _is deprecated in favor of_ `_setupFilesAfterEnv_`_.__ ref: https://jestjs.io/docs/en/configuration#setupfilesafterenv-array * Update docusaurus/docs/running-tests.md Co-Authored-By: Simen Bekkhus <[email protected]> Co-authored-by: Simen Bekkhus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0db04ec - Browse repository at this point
Copy the full SHA 0db04ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1959131 - Browse repository at this point
Copy the full SHA 1959131View commit details -
Update public folder usage docs to clarify globals (facebook#8299)
Added the relevant topic linked directly, instead of saying it's just in the next section. Adjusted the text so it sounds more like a recommendation rather than a requirement. The topic linked is basically explainer to how you'd reference it using the global window object and ways to avoid linter errors. Thus I used 'reference' to give users a hint of what it the linked page would be for.
Configuration menu - View commit details
-
Copy full SHA for 9233caf - Browse repository at this point
Copy the full SHA 9233cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d8b14 - Browse repository at this point
Copy the full SHA 84d8b14View commit details -
Support JetBrains Rider IDE as an editor (facebook#7948)
Rider is JetBrains .NET IDE, which supports the React plugin identically to other JetBrains IDEs such as Idea and WebStorm.
Configuration menu - View commit details
-
Copy full SHA for cc985d0 - Browse repository at this point
Copy the full SHA cc985d0View commit details -
Enable custom sockjs pathname for hot reloading server. (facebook#7750)
* Enable custom sockjs pathname for hot reloading server. * Update docusaurus/docs/advanced-configuration.md Co-Authored-By: Brody McKee <[email protected]> * let WDS_SOCKET_PATH be undefined * adding env variables for sockHost and sockPort options Co-authored-by: Brody McKee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 822422c - Browse repository at this point
Copy the full SHA 822422cView commit details -
Add option to provide custom ssl certificates during development (fac…
…ebook#5845) * Add option to provide custom SSL certificates when using HTTPS * Update documentation with custom HTTPS certs * Improve certificate validation and move to its own file * Update https in development docs Co-Authored-By: Brody McKee <[email protected]> * Add custom cert example to docs * Rename https file and update error message * Include original error message when custom ssl cert is invalid * Add chalk to react-scripts dependencies * Bump docs version to say that the new config will be available in 3.2.0 * Remove chalk dependency * Update custom ssl version to 3.4.0 in docs * Remove version from custom ssl certificate docs Co-authored-by: Brody McKee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0299c0e - Browse repository at this point
Copy the full SHA 0299c0eView commit details -
Handle service worker error in Firefox (facebook#8272)
* Handle service worker error in Firefox See https://bugzilla.mozilla.org/show_bug.cgi?id=1429714 for more details. * Update serviceWorker.js
Configuration menu - View commit details
-
Copy full SHA for 3190e4f - Browse repository at this point
Copy the full SHA 3190e4fView commit details
Commits on Feb 2, 2020
-
feat(react-scripts): allow PUBLIC_URL in develoment mode (facebook#7259)
Co-authored-by: Eric Clemmons <[email protected]> Co-authored-by: Alex Guerra <[email protected]> Co-authored-by: Kelly <[email protected]> Co-authored-by: Eric Clemmons <[email protected]> Co-authored-by: Alex Guerra <[email protected]> Co-authored-by: Kelly <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cbc6f7 - Browse repository at this point
Copy the full SHA 1cbc6f7View commit details
Commits on Feb 3, 2020
-
Change arrow functions to function declarations (facebook#8412)
- The JavaScript template uses a function declaration to define the component, the TypeScript template and a page of the documentation used arrow functions. Changed it to use function declarations for consistency and readability.
Configuration menu - View commit details
-
Copy full SHA for 687c4eb - Browse repository at this point
Copy the full SHA 687c4ebView commit details
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cd2469e - Browse repository at this point
Copy the full SHA cd2469eView commit details
Commits on Feb 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 767aa18 - Browse repository at this point
Copy the full SHA 767aa18View commit details -
Downgrade chalk for ie 11 support (facebook#8439)
* Downgrade chalk for ie 11 support * Update lockfile
Configuration menu - View commit details
-
Copy full SHA for eb8e7be - Browse repository at this point
Copy the full SHA eb8e7beView commit details -
fix(react-scripts): do not redirect served path if request may proxy (f…
…acebook#8442) Moved redirect middleware and noopSW middleware in WDS after hook So proxy, and before proxy will take precedence before redirect Closes facebook#8417
Configuration menu - View commit details
-
Copy full SHA for d45823c - Browse repository at this point
Copy the full SHA d45823cView commit details
Commits on Feb 10, 2020
-
fix(typescriptFormatter): use chalk@2 constructor (facebook#8450)
Related facebook#8164 Related facebook#8439
Configuration menu - View commit details
-
Copy full SHA for 865ea05 - Browse repository at this point
Copy the full SHA 865ea05View commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 589b41a - Browse repository at this point
Copy the full SHA 589b41aView commit details
Commits on Feb 13, 2020
-
Correct webpack name casing (facebook#8475)
webpack should always be written in lower-case, according to webpack's branding guidelines https://webpack.js.org/branding
Configuration menu - View commit details
-
Copy full SHA for 4784997 - Browse repository at this point
Copy the full SHA 4784997View commit details
Commits on Feb 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e579de1 - Browse repository at this point
Copy the full SHA e579de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ccee88 - Browse repository at this point
Copy the full SHA 5ccee88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b0dd54 - Browse repository at this point
Copy the full SHA 8b0dd54View commit details
Commits on Feb 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for af926d5 - Browse repository at this point
Copy the full SHA af926d5View commit details -
Closes webpack dev server and exits process on "end" stdin (facebook#…
…7203) Co-authored-by: Ian Schmitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e6d6cd - Browse repository at this point
Copy the full SHA 7e6d6cdView commit details -
Widen eslint-config-react-app peer dependency versions (facebook#7790)
Co-authored-by: Ian Schmitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 038e6fa - Browse repository at this point
Copy the full SHA 038e6faView commit details
Commits on Feb 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2030ee1 - Browse repository at this point
Copy the full SHA 2030ee1View commit details
Commits on Feb 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7d3b72c - Browse repository at this point
Copy the full SHA 7d3b72cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba0ccb - Browse repository at this point
Copy the full SHA 8ba0ccbView commit details
Commits on Mar 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4d26208 - Browse repository at this point
Copy the full SHA 4d26208View commit details
Commits on Mar 4, 2020
-
Fix proxying API request docs (facebook#8515)
The http-proxy-middleware package has made a major version upgraded and introduced a breaking change. This fixes the "Configuring the Proxy Manually" documentation to match the latest version.
Configuration menu - View commit details
-
Copy full SHA for 3f699fd - Browse repository at this point
Copy the full SHA 3f699fdView commit details
Commits on Mar 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a452ddc - Browse repository at this point
Copy the full SHA a452ddcView commit details
Commits on Mar 10, 2020
-
Add React.StrictMode to default templates (facebook#8558)
Co-authored-by: Dan Abramov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6adb82a - Browse repository at this point
Copy the full SHA 6adb82aView commit details
Commits on Mar 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d5b527f - Browse repository at this point
Copy the full SHA d5b527fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7641a3c - Browse repository at this point
Copy the full SHA 7641a3cView commit details
Commits on Mar 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d2f813f - Browse repository at this point
Copy the full SHA d2f813fView commit details
Commits on Mar 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 79dbc33 - Browse repository at this point
Copy the full SHA 79dbc33View commit details
Commits on Mar 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for edc671e - Browse repository at this point
Copy the full SHA edc671eView commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cf2944d - Browse repository at this point
Copy the full SHA cf2944dView commit details -
Merge branch 'feature/customizedWebpackPluginIntegration' of https://…
…github.com/ArbaazDossani/create-react-app into feature/customizedWebpackPluginIntegration
Configuration menu - View commit details
-
Copy full SHA for 4121a46 - Browse repository at this point
Copy the full SHA 4121a46View commit details