Dan Abramov
ac6edee48b
fix url
2018-10-19 19:58:47 -04:00
Dan Abramov
0febe269b5
doc tweaks
2018-10-19 19:49:55 -04:00
Dan Abramov
a840d56683
Port documentation updates
2018-10-19 19:30:18 -04:00
Dan Abramov
567921d929
Merge branch 'docusaurus'
2018-10-19 18:52:43 -04:00
Sophie Alpert
b652a98e8c
New copy, by me
2018-10-18 18:41:11 -07:00
Jack Zhao
67fb2654ea
Merge pull request #5475 from thompk2/patch-1
...
Fix typo
2018-10-18 14:18:27 -07:00
Kit Thompson
302daeffff
Fix typo
...
explictly seems like a typo for explicitly
2018-10-18 10:31:43 -04:00
Ran Yitzhaki
05d3fd2d0d
Remove dot from the end of the link ( #5449 )
2018-10-16 20:14:33 -04:00
Dan Abramov
f89385f743
Publish
...
- babel-preset-react-app@5.0.4
- confusing-browser-globals@1.0.4
- create-react-app@2.0.4
- eslint-config-react-app@3.0.4
- react-dev-utils@6.0.5
- react-error-overlay@5.0.5
- react-scripts@2.0.5
2018-10-14 20:03:15 +01:00
Dan Abramov
7a6a9b50b6
Changelog for 2.0.5
v2.0.5
2018-10-14 20:02:26 +01:00
Dan Abramov
9d532d2751
Update cached lockfile
2018-10-14 19:58:24 +01:00
Dan Abramov
659dd6447a
Downgrade lerna-changelog because it has a bug
2018-10-14 19:53:41 +01:00
Rafael Lüder
a70055fe5b
Added note on update to .flowconfig for .scss imports ( #5321 )
...
* Added note on update to .flowconfig for .scss imports
Added a note aimed at Flow users on how to get Flow to recognize the .scss imports.
* Mentioned .sass extension in note, added backticks
2018-10-14 19:36:44 +01:00
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
Amy Lam
358ed99011
Merge pull request #5398 from selbekk/front-page-content
...
Add some front page content
2018-10-11 09:50:59 -07:00
Kristofer Selbekk
9d794828f2
Merge pull request #5400 from amyrlam/amy/tweaks
...
Tweaks
2018-10-11 11:21:37 +02:00
Amy Lam
6235d57631
Edits to Getting Started
...
- Copy edits for consistency
- Remove <br>'s for readability
Should all headers be Title Case? I see `Creating an App` but `Installing A Dependency`. I tend to use https://titlecaseconverter.com/ , thoughts?
2018-10-11 01:37:00 -07:00
Amy Lam
492de3cc29
Order docs in footer
...
Rename to match page "About The Docs"
These seem redundant, consider just "Getting Started"? Add more links?
2018-10-11 01:18:21 -07:00
Amy Lam
33cbc7ad5b
Make Getting Started consistent
2018-10-11 01:08:21 -07:00
Kristofer Selbekk
9b751311d2
Remove punctuation for consistency
2018-10-11 10:08:07 +02:00
Kristofer Selbekk
83542fca5b
Add missing period
2018-10-11 10:06:58 +02:00
Kristofer Selbekk
740ff8ba1d
Fix indentation mess
2018-10-11 10:06:21 +02:00
Kristofer Selbekk
10110a6d6c
Add a few more features to the bottom
2018-10-11 09:01:22 +02:00
Kristofer Selbekk
8ea3222c2d
Add section about updating
2018-10-11 08:32:01 +02:00
Kristofer Selbekk
4ea222f54f
Add section about how to get started
2018-10-11 07:50:33 +02:00
Kristofer Selbekk
5b9b3382a3
Make the navigation easier to read on small devices
2018-10-11 07:32:18 +02:00
Kristofer Selbekk
8e5f0650fc
Merge pull request #5357 from selbekk/potpourri
...
Potpourri
2018-10-11 07:07:36 +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
Kristofer Selbekk
2e9bc28b46
Update i18n file
2018-10-09 07:02:15 +02:00
Kristofer Selbekk
bd648f34dc
Make 'sending feedback' a part of the introduction
2018-10-09 07:00:29 +02:00
Kristofer Selbekk
4a7a4362c9
Move testing above back-end integration
2018-10-09 06:58:38 +02:00
Kristofer Selbekk
e3f0f4ab45
Make 'publishing components to npm' a sub-part of the deployment doc
2018-10-09 06:57:35 +02:00
Kristofer Selbekk
89087144ac
Title Case All Headings
2018-10-09 06:55:08 +02:00
Joe Haddad
f80d27ba5b
Fix checking against non-semver compliant Yarn versions ( #5362 )
2018-10-08 18:35:01 -04:00
Kristofer Selbekk
840c424198
Remove API reference from footer
2018-10-08 19:41:25 +02:00
Kristofer Selbekk
25ed9b3719
Combine even more pages
2018-10-08 19:40:18 +02:00
Kristofer Selbekk
9f9f505efb
Combine pages about head tags
2018-10-08 19:33:40 +02:00
Kristofer Selbekk
001cdeadff
Shorten the sidebar labels
2018-10-08 19:30:31 +02:00
Kristofer Selbekk
cf7d1c08e5
Shorten label
2018-10-08 19:25:54 +02:00
Kristofer Selbekk
8dbd621743
Add a note about why you _should_ set up your editor
2018-10-08 19:24:42 +02:00
Kristofer Selbekk
559446099d
Combine a few articles on setting up your editor
2018-10-08 19:24:29 +02:00
Kristofer Selbekk
964d2fb9c9
Combine the supported browsers and language features pages
2018-10-08 19:12:00 +02:00
Kristofer Selbekk
f05b4eeb52
Create two new categories for the sidebar
2018-10-08 19:04:54 +02:00
Kristofer Selbekk
92afadfe84
Create a new Styles and Assets sidebar category
2018-10-08 18:59:12 +02:00