Commit Graph

205 Commits

Author SHA1 Message Date
Stepan
f0d1a01120 links Get started and Take the Tutorial have been relocated in mobile… (#1857) 2019-04-23 20:48:21 +03:00
Camilo Giraldo
2a1b08943c Fix 1640: Formatting for code blocks nested in blockquote (#1899) 2019-04-03 12:51:42 -07:00
Dan Abramov
2753191ee2 Bump React versions 2019-03-28 00:17:49 -07:00
Nelson Reitz
1fe2e0ae29 Fix overflowing headers on small screens (#1830) 2019-03-15 14:04:19 +00:00
Farhad Yasir
b50fe64c1e fix(unicode-to-char): Replaced other languages unicode to text (#1780)
* fix(unicode-to-char): Replaced other languages unicode to text

* fix(unicode-to-char): run prettier to fix lint error

* feat(unicode-to-char): modified the replace function with p1 parameter
2019-03-06 11:31:15 -08:00
Brian Vaughn
e81a451424 16.8.3 -> 16.8.4 2019-03-05 15:20:19 -08:00
Nat Alison
c792f7d29f Fix eslint errors (#1734) 2019-02-25 15:56:53 -08:00
Dan Abramov
bab2a3491a Hide horizontal scrollbar in header and tweak breakpoitns (#1749)
* Hide horizontal scrollbar in header

* Tweak topbar breakpoints

* Simplify breakpoints to fix animation
2019-02-24 14:27:31 +00:00
Dan Abramov
ef81426b06 Put Blog in top bar before Community (#1741) 2019-02-23 22:17:16 +00:00
Brian Vaughn
07253c8209 Add "Languages" page (#1691)
* Added language selector page

* PR nits

* Fix typo in variable name

* Added language icon. Show search icon in mobile.

* Tweaked header alignment

* Split languages into 3 categories based on progress:
complete, partially translated, and needs contributors

* Lower-cased pt-* language codes

* Re-added locale sort

* Renamed 'Partially Translated' header to 'In Progress'
2019-02-23 19:42:52 +00:00
Farhad Yasir
927a44a0b4 fix(remove-unused-var): Unused variable ReactDOM removed 2019-02-22 16:33:27 +11:00
Alexey Pyltsyn
1a625b7b69 Merge branch 'master' into httpsify 2019-02-22 00:12:48 +03:00
Dan Abramov
4a7df5686b Bump React to 16.8.3 (#1724) 2019-02-21 20:05:29 +00:00
Farhad Yasir
cd7bfe7b2f fix(renderExamplePlaceholder): renderExamplePlaceholder removed as its never used 2019-02-18 11:55:05 +11:00
Saransh Kataria
cbe648ede3 updated footer to get year based on current date 2019-02-16 14:35:03 -08:00
Saransh Kataria
d12ff4dd93 Merge pull request #1683 from nurul3101/patch-1
Updated Copyright Year
2019-02-14 12:50:25 -08:00
Dan Abramov
b2183584ba Use 16.8.2 (#1686) 2019-02-14 19:21:15 +00:00
Nurul Sundarani
bbf2cb1d6f Updated Copyright Year 2019-02-13 16:08:25 +05:30
Michał Gołębiowski-Owczarek
7e4ac52af4 HTTPS-ify most insecure URLs in content/docs (& one in Acknowledgments)
This is a followup to #1157
2019-02-07 14:45:03 +01:00
Dan Abramov
8eaa70139f Use 16.8.1 (#1638) 2019-02-06 18:28:08 +00:00
Nikhil Erkimutt
98c1ebeff3 Update version number in header and versions page 2019-02-06 14:37:45 +05:30
Dan Abramov
ea03fe7163 Clarify DOM container in homepage examples (#1526) 2019-01-02 19:07:45 +00:00
Andrew Clark
ed911f4822 Update site constants 2018-12-19 17:31:20 -08:00
Jack Cross
a4148163b5 Add -webkit-overflow-scrolling to prism styles (#1457) 2018-12-03 21:14:55 +00:00
Jane Manchun Wong
bbfb7c5b27 articleLayout.container.flexDirection='column' only when media is less than 'small' (#1416)
* Specify articleLayout.container to flex in column direction

* articleLayout.container.flexDirection=column when media less than small

* Comply with eslint rules
2018-11-20 12:56:56 +00:00
Dan Abramov
e6818c5979 Revert "Specify articleLayout.container to flex in column direction (#1414)" (#1415)
This reverts commit d0718a3953.
2018-11-20 11:39:37 +00:00
Jane Manchun Wong
d0718a3953 Specify articleLayout.container to flex in column direction (#1414) 2018-11-20 11:06:03 +00:00
Sophie Alpert
cd6950a718 Add information about versioning policy (#1403) 2018-11-16 17:07:48 -08:00
Dan Abramov
1a97b5bd01 Update to 16.6.3 (#1398) 2018-11-13 20:35:56 +00:00
Andrew Clark
333656c363 Update version to 16.6.1 2018-11-06 18:41:40 -08:00
Dan Abramov
854b931866 Use 16.6.0 (#1286) 2018-10-23 17:05:04 -07:00
Sophie Alpert
c90d27a249 Smaller code font inside list items 2018-10-23 10:20:18 -07:00
Sophie Alpert
40394f97a8 Feature headings easier to read 2018-10-17 12:56:47 -07:00
Dan Abramov
35992a2a4d Fix bad word breaks in Safari 2018-10-10 15:17:01 +01:00
Michał Gołębiowski-Owczarek
06a8850b2f HTTPS-ify lots of URLs, update some to their newer homes (#1157)
This matters for user security.

I didn't touch blog posts & pages related to past conferences.

The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
2018-10-05 14:39:12 -07:00
Dustin Schau
7d12082d8b fix: prevent gatsby file detection from breaking path field (#1226)
Fixes #1088

This should fix the path issues that people intermittently run into.
Gatsby sees the relative path (and the parent node with an absolute
path), joins on the parent path and the relative path, and presumes it's
a file... which is normally good, but which here is not what we want
beacuse then we're getting a resolver of type file instead of type
string referring to the relative path of the document.

This seems to fix a (long standing?) bug where the "Edit this Page"
button is broken, as well. e.g. see [this page](https://reactjs.org/community/support.html) which _should_ have an Edit this Page button

I'd need to think more as to whether there's a cleaner fix here, but
this seems to work pretty well!
2018-10-03 15:02:44 -07:00
Brian Vaughn
d0141c9326 Tweaked Prism theme to improve color accessibility 2018-10-01 07:55:05 -07:00
Dan Abramov
8c4652b041 Change highlight color (#1211) 2018-09-29 19:23:44 +01:00
Dustin Schau
3954cfe6f3 fix: address PR feedback (thanks @bvaughn!) 2018-09-28 20:39:43 -05:00
Dustin Schau
e855f5f503 chore: rearrange import order 2018-09-28 18:12:49 -05:00
Dustin Schau
6e2340d141 style: run prettier 2018-09-28 18:07:01 -05:00
Dustin Schau
12c43455e7 chore: add prop-types validation to code example 2018-09-28 18:04:02 -05:00
Dustin Schau
169754fb1b refactor: tweak to use the _updateState method 2018-09-28 14:54:26 -05:00
Dustin Schau
d83238caf0 feat: get hot reloading working for js code snippets 2018-09-28 14:52:17 -05:00
Dustin Schau
57cb7abde1 chore: remove outer wrapper div 2018-09-28 14:32:36 -05:00
Dustin Schau
fc0ef96fb6 chore: minor tweaks and run prettier 2018-09-28 14:29:44 -05:00
Dustin Schau
9d6015a871 fix: refactor plugin to use source-filesystem and onCreateNode 2018-09-28 14:25:10 -05:00
Dustin Schau
3ead525cf7 feat: refactor index page so hot reloading works for code examples 2018-09-28 14:17:15 -05:00
Sophie Alpert
a78049a5da Fix number alignment in sidebar (#1203)
![screenshot](https://user-images.githubusercontent.com/6820/46177889-6cf2b480-c269-11e8-8a92-182b3c225e8a.png)
2018-09-27 18:48:17 -04:00
Lionel
4a11063e9b Update versiont into 16.5.2 (#1198) 2018-09-25 18:28:58 +01:00