Commit Graph

1793 Commits

Author SHA1 Message Date
Gavin Barron
c52cdc6280 Correct instructions for HTTPS and PowerShell (#5394)
Current instructions for running using HTTPS in a PowerShell prompt are incorrect and do not work on Windows 10 v1809
2018-10-14 19:30:45 +01:00
Dan Abramov
bd0ffb72aa Fix click-to-open on Windows (#5431)
* Fix click-to-open on Windows

* Oops
2018-10-14 19:27:34 +01:00
Vikram Rangaraj
52fcb23b0d use the correct dependency for babel-plugin-dynamic-import-node (#4984)
* use the correct dependency for babel-plugin-dynamic-import-node

* Update package.json
2018-10-14 19:22:18 +01:00
Jeffrey Posnick
50607682ef Updates to clarify the "waiting" SW behavior (#5410) 2018-10-12 09:45:57 -04:00
Wenchen Li
4e3ffb9843 Add the new SVGs feature from the template README to the root README (#5374) 2018-10-12 11:43:45 +02:00
Ludovico Fischer
9fe8f6b4e7 Fix eslint config docs. (#5416)
Update peer dependency versions in README.
2018-10-12 11:39:33 +02:00
Joe Haddad
5fecfee237 Clean up the behavior tests (#5365)
* Speed up installs with pnp

* Move to a better relative path test

* Continue work on new test organization

* Move mjs test to new enhanced tests

* Move over last legacy test

* Update behavior e2e script

* Add first iteration of instructions to test readme

* Add some more bad instructions

* Split test command into multiple lines

* Use two workers (do not run in band)

* Bump install timeout

* No global pollution

* Fix PnP support via standard run mechanism

* Prevent circular serve command

* Silent yarn execs

* Fix common commands by using a shell

* Run with npx instead of Yarn

* Remove unused scripts

* Wait for localhost and fix script booting with PnP

* Don't pnp locally because links will cause module resolution to whine

* lint-staged is annoying

* Strip Yarn out of execa runs

* Set default license if none specified

* Don't impose worker limit

* Disable pnp for webpack messages

* Add missing dependency

* Disable timeout and rely on Jest

* Only use 2 jest workers

* Add missing dependency
2018-10-10 11:05:15 -04:00
Jon Clark
04735de777 Update path to serviceWorker.js in docs (#5371) 2018-10-09 13:57:53 -06:00
Joe Haddad
f80d27ba5b Fix checking against non-semver compliant Yarn versions (#5362) 2018-10-08 18:35:01 -04:00
Alex Forbes-Reed
9971653775 Add environment variable to optionaly disable inlining of chunks (#5354)
* Add environment variable to optionaly disable inlining of chunks

* Changed env var to `process.env.INLINE_RUNTIME_CHUNK `

* Added env var to Advanced Configuration in docs

* Drop implied behavior

* Tweak working to match other descriptions
2018-10-08 12:48:15 -04:00
Mikhail Vasin
4879425e69 Fix typo (#5337)
* Fix typo

* Clean up change description
2018-10-07 11:49:25 -04:00
Oskar Persson
9fd98447d8 Fix file size report after build (#5335)
Fixes #5333

printFileSizesAfterBuild calls canReadAsset with an object containing
the file name while measureFileSizesBeforeBuild calls it with just the
name. When canReadAsset only receives the name it returns false since
accessing the `name` property results in undefined.

This commit fixes that by having canReadAssset instead expect only the
file name and making printFileSizesAfterBuild just like
measureFileSizesBeforeBuild only provide the name as argument.
2018-10-06 18:27:30 -04:00
simonCordovaByte9
b201aee073 Update README.md (#5302) 2018-10-06 18:22:39 -04:00
Ragnar Rebase
12f794cfdb Update README due to deprecation of react-testing-library's toBeInTheDOM (#5334) 2018-10-06 18:20:27 -04:00
Almero Steyn
81830dc9a2 Update eslint-plugin-jsx-a11y version (#5330) 2018-10-06 15:13:34 -04:00
David Gilbertson
f9c1a76037 README link fixes (#5326)
* Fix broken link in main README

* Fix incorrect link in user guide README
2018-10-05 19:59:51 -04:00
Behzod Saidov
fcb4f98c4e Updated the URL in index.html (#5327)
It seems correct URL is https://developers.google.com/web/fundamentals/web-app-manifest/
Current URL (https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/) is redirecting to there.
2018-10-05 19:58:55 -04:00
Ben Brandt
183efedb42 Remove unused require for getCacheIdentifier after ejecting (#5317) 2018-10-05 13:01:52 -04:00
Peter Bengtsson
e783bf8aed avoid TypeError on when registering service workers without config (#5301)
* avoid TypeError on when registering service workers without config

Fixes #5299

* same before config.onUpdate
2018-10-04 22:42:16 -04:00
Ryan Cogswell
ea15ebad8f Adding documentation about git init (#5296) 2018-10-04 22:40:28 -04:00
Ernesto García
3a4414c142 add react-testing-library documentation/examples (#4679) (#5290)
* add react-testing-library documentation/examples

* make react-testing-library a heading

* fix typo
2018-10-04 10:07:40 -04:00
Joe Haddad
0473b7d812 Run formatting over *.md files to prevent conflicts 2018-10-04 08:37:28 -04:00
Adam Bowles
61c0ba3731 Fix broken links to src/serviceWorker.js (#5286) 2018-10-04 08:27:19 -04:00
Kristofer Selbekk
4bda8f7350 5238 set up basic docs structure (#5245)
* Add a temporary README file

This commit adds a temporary readme file that points users to the
main README file or the User Guide.

* Add a "getting started" doc

This commit adds a page for getting started, copying the
"Get started now" from the current `README.md`.

* Add link to the get started page from the index page

* Add the getting started doc to the site header

* Add footer link to getting started info

* Add getting started to the sidebar

* Add placeholder for the user guide page

* Add links to the user-guide page as well

* Add auto-generated i18n file

* Move all docusaurus related files into own folder
2018-10-03 23:09:14 +01:00
Joe Haddad
2655b42c6b Add changelog for 2.0.4 2018-10-03 16:08:13 -04:00
Joe Haddad
6e14dbbbb8 Publish
- babel-preset-react-app@5.0.3
 - create-react-app@2.0.3
 - react-dev-utils@6.0.4
 - react-error-overlay@5.0.4
 - react-scripts@2.0.4
react-error-overlay@5.0.4 create-react-app@2.0.3 react-scripts@2.0.4 babel-preset-react-app@5.0.3 react-dev-utils@6.0.4 v2.0.4
2018-10-03 16:01:44 -04:00
Joe Haddad
f166144557 Disable inline 3 option (#5281) 2018-10-03 15:43:37 -04:00
Dan Abramov
449a812b1a Disable Symbol typeof transform (#5278) 2018-10-03 20:04:33 +01:00
Shubham Tiwari
b3947e15a6 removed create-react-app-parcel link (#5228)
create-react-app-parcel is failing and there is no support for that.
2018-10-03 20:03:57 +01:00
Maël Nison
201079dca2 Caches the Yarn resolution for faster installs (#5270)
* Caches the Yarn resolution for faster installs

* Adds the yarn.lock.cached file to the publish list

* Removes the copied lockfile when the install fails

* Updates the release checklist
2018-10-03 20:00:07 +01:00
Maël Nison
d6682c8190 Adds a version check when using --use-pnp (#5269) 2018-10-03 13:02:11 +01:00
Joe Haddad
b41e69662a Add browser test for graphql (#5263) 2018-10-03 01:05:06 -04:00
Joe Haddad
736561fa8b Add .mjs support back to webpack (#5258)
* Add `.mjs` support back to webpack, because webpack was not the problem

* Continue toggling `.mjs` to `javascript/auto` mode

* Be more inline with the specification

* Bump old Node to 6
2018-10-03 00:03:51 -04:00
Iurii Kucherov
a5d2e43ae0 Update README links for CSS modules and SASS (#5254) 2018-10-02 15:37:56 -04:00
Ian Sutherland
7c65ba71f1 Revert change to http-proxy-middleware docs (#5252) 2018-10-02 11:07:54 -06:00
Kristofer Selbekk
bb95472c4a Set the color palette to something a bit more React-y (#5249) 2018-10-02 12:59:30 -04:00
Kohei Hasegawa
ab272d25d5 Fix documentation of http-proxy-middleware (#5226) 2018-10-02 10:21:19 -06:00
Kristofer Selbekk
2b2d8667f2 Update favicon and OpenGraph images (#5244)
Borrowed these from the reactjs/reactjs.org repo on GitHub:

- https://github.com/reactjs/reactjs.org/blob/master/static/logo-og.png
- https://github.com/reactjs/reactjs.org/blob/master/static/favicon.ico
2018-10-02 10:42:38 -04:00
Crux
d624f25df3 Fix GENERATE_SOURCEMAP env not working for css (#5246) 2018-10-02 10:37:42 -04:00
Kristofer Selbekk
d58253d35c Removing sample pages (#5242)
* Remove "who uses this" callout on front page

* Remove users and help pages

* Add link to React's support docs

Instead of removing the Help link altogether, this commit re-adds it
as an external link to React's existing support documentation
2018-10-02 09:23:22 -04:00
Kristofer Selbekk
2a2e8bf1b8 Set the project name and owner correctly (#5243)
This commit sets the page name to "Create React App", the tagline to
"Create React apps with no build configuration." and the copyright
owner to "Facebook"
2018-10-02 09:22:18 -04:00
Kristofer Selbekk
e963dde975 Removing blog from Docusaurus (#5239)
* Remove the blog link from the header

* Remove blog link from the site footer

* Remove blog translation, as we no longer have a blog

* Remove all sample blog-content

* Remove blog info from the website readme
2018-10-02 08:44:13 -04:00
Zacharias Knudsen
a9c09d48d9 Add Relay example (#5233) 2018-10-02 08:30:09 -04:00
Amy Lam
00b1b511cf Initial setup of Docusaurus (#5227)
* Initial setup of Docusaurus

Followed steps on: https://docusaurus.io/docs/en/installation

* Delete doc1.md

* Delete doc2.md

* Delete doc3.md

* Delete exampledoc4.md

* Delete exampledoc5.md
2018-10-02 12:56:35 +01:00
Joe Haddad
209053b97e Publish
- babel-plugin-named-asset-import@0.2.2
 - babel-preset-react-app@5.0.2
 - confusing-browser-globals@1.0.3
 - create-react-app@2.0.2
 - eslint-config-react-app@3.0.3
 - react-app-polyfill@0.1.3
 - react-dev-utils@6.0.3
 - react-error-overlay@5.0.3
 - react-scripts@2.0.3
react-scripts@2.0.3 react-error-overlay@5.0.3 babel-plugin-named-asset-import@0.2.2 babel-preset-react-app@5.0.2 confusing-browser-globals@1.0.3 create-react-app@2.0.2 eslint-config-react-app@3.0.3 react-app-polyfill@0.1.3 react-dev-utils@6.0.3 v2.0.3
2018-10-01 20:54:45 -04:00
Dan Abramov
de67243b51 Update CHANGELOG.md 2018-10-02 01:51:39 +01:00
Dan Abramov
439177f4d7 Update CHANGELOG.md 2018-10-02 01:34:30 +01:00
Dan Abramov
0b39a17dd3 Update CHANGELOG.md 2018-10-02 01:33:59 +01:00
Dan Abramov
40bde1b795 Update CHANGELOG.md 2018-10-02 01:31:28 +01:00
Dan Abramov
d61ca62c9f Update CHANGELOG.md 2018-10-02 01:24:21 +01:00