Kristofer Selbekk
eb91435505
Move developing components in isolation into its own file
2018-10-07 19:15:24 +02:00
Kristofer Selbekk
621943d5ce
Move updating to new releases to its own file
2018-10-07 19:12:06 +02:00
Kristofer Selbekk
3692e7b9f4
Move analyzing the bundle size into its own file
2018-10-07 19:10:09 +02:00
Kristofer Selbekk
eee5197d37
Move proxying api requests in development to its own file
2018-10-07 19:06:47 +02:00
Kristofer Selbekk
b86344ffe1
Move formatting code automatically to its own file
2018-10-07 19:01:54 +02:00
Kristofer Selbekk
15bc819d14
Move debugging in the editor to its own file
2018-10-07 18:58:51 +02:00
Kristofer Selbekk
f5dfa21d7f
Move lint output to its own file
2018-10-07 18:56:53 +02:00
Kristofer Selbekk
e9fff0fd7e
Move syntax highlighting to its own file
2018-10-07 18:54:28 +02:00
Kristofer Selbekk
88e5de2ea9
fixup! Move available scripts into its own file
2018-10-07 18:49:36 +02:00
Kristofer Selbekk
c5590b72f3
Move folder structure into its own file
2018-10-07 18:48:49 +02:00
Kristofer Selbekk
196fa46d1d
Move something missing to its own page
2018-10-07 18:43:35 +02:00
Kristofer Selbekk
4c90f07e04
Move sending feedback to its own file
2018-10-07 18:40:50 +02:00
Kristofer Selbekk
f9ab037907
Move publishing components to npm to its own file
2018-10-07 18:40:38 +02:00
Kristofer Selbekk
0651a47661
Move troubleshooting to its own file
2018-10-07 18:34:29 +02:00
Kristofer Selbekk
cd1522a890
Move deployment to its own file
2018-10-07 18:29:28 +02:00
Kristofer Selbekk
4720741a5e
Move debugging tests to its own file
2018-10-07 18:24:26 +02:00
Kristofer Selbekk
c9d4da2fe8
Move running tests into its own file
2018-10-07 18:22:04 +02:00
Kristofer Selbekk
d1b54c4dcc
Move available scripts into its own file
2018-10-07 18:18:49 +02:00
Kristofer Selbekk
c17858fdea
Add some headings to the getting started section
2018-10-07 17:51:45 +02:00
Kristofer Selbekk
c2a163a350
Add some links to documentation ( #5251 )
...
* Add GitHub link to header
* Add GitHub link to footer
* Add link to Stack Overflow
* Add Twitter link
* Add the repoUrl prop to the siteConfig
* Switch out Discord with Spectrum
2018-10-04 08:31:11 -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
Dan Abramov
d3f8c99c6c
Update CHANGELOG.md
2018-10-02 01:16:10 +01:00
Dan Abramov
65b01e93cd
Update CHANGELOG-0.x.md
2018-10-02 01:13:25 +01:00
Dan Abramov
6e54d897b5
Update CHANGELOG-1.x.md
2018-10-02 01:12:28 +01:00