Commit Graph

139 Commits

Author SHA1 Message Date
Minh Nguyen
1de600d9da React 16.4.0 (#907) 2018-05-24 12:01:27 +01:00
Dan Abramov
f461942615 Minor wording tweak for Versions page (#816) 2018-04-17 17:29:09 +01:00
Brian Vaughn
ec442372d6 Merge pull request #801 from bvaughn/versions
Added redirects for old React versions
2018-04-17 08:56:26 -07:00
Dan Abramov
0b2fac96bb React 16.3.2 2018-04-16 16:34:13 +01:00
Brian Vaughn
88bf29d3f3 Added 16.3 changelog to version links 2018-04-15 08:00:04 -07:00
Brian Vaughn
d184d0292f Added links to old release changelogs also 2018-04-14 08:08:16 -07:00
Brian Vaughn
48a92c592e Moved versions control into versions.yml and Gatsby plug-in 2018-04-13 13:42:50 -07:00
Brian Vaughn
8e45c4bd6a Added versions page with links to recent releases 2018-04-13 11:45:12 -07:00
Brian Vaughn
ae0b9532e1 Added version drop-down toggle (that I will replace in a moment) 2018-04-13 11:31:17 -07:00
Dan Abramov
b6c0a51a58 React 16.3.1 (#765) 2018-04-04 01:51:36 +01:00
Brian Vaughn
fc9936f4ea Updated site constants to 16.3 2018-03-29 13:18:03 -07:00
Alex Krolick
8006e2dc8e Merge pull request #688 from raunofreiberg/fix/footer-nav-links-title
fix: NavigationFooter links pull paginated title from nav metadata
2018-03-28 10:02:43 -07:00
Brian Vaughn
a3ea63a213 Merge branch 'master' into update-on-async-rendering 2018-03-27 10:12:19 -07:00
Brian Vaughn
ce060eb37a Imported theme style tweaks from PR 587 2018-03-24 16:01:57 -07:00
raunofreiberg
64805ebf96 fix: append .html extension back to template url after mapping 2018-03-15 10:04:03 +02:00
raunofreiberg
01f780cf00 refactor: getPaginatedTitle -> getPageById 2018-03-15 09:37:08 +02:00
Rauno
3163c18da9 fix: Footer keys warning 2018-03-15 01:46:52 +02:00
Rauno
0b5b2c72f4 fix: NavigationFooter links pull paginated title from nav metadata 2018-03-15 01:44:07 +02:00
Alex Krolick
037ae8225e Merge branch 'master' into a11y 2018-03-08 17:34:32 -08:00
Alex Krolick
8a12940f0d Merge pull request #663 from jdan/master
Improve a11y in homepage examples with some labels
2018-03-08 17:30:32 -08:00
Jordan Scales
35ea09cf03 improve a11y in homepage examples with some labels 2018-03-04 16:57:18 -05:00
Sophie Alpert
96010b5d97 Improve a11y of docs
* Add placeholder/label to input on homepage demo
* Mark sections with aria-expanded

![screenshot of markup with aria-expanded for sections](https://user-images.githubusercontent.com/6820/36941651-2f851bee-1f15-11e8-8090-e93e596b3d11.png)
2018-03-03 19:06:14 -08:00
Michael H
f1cbff3e17 Fixed Accessiblity Issue jsx docblocks - 594
set ignoreTabKey to true so that keyboard only users can tab out of jsx docblocks
2018-02-21 20:34:02 -08:00
Dan Abramov
0b805a8d97 Make error message bold on the decoder page (#582)
* Make error message bold on the decoder page

* Update ErrorDecoder.js

* Update ErrorDecoder.js
2018-02-04 22:38:35 +00:00
Isaac Chien
ae29fa0491 move docsearch to end of body (#564) 2018-01-31 21:17:17 +00:00
Brian Vaughn
e4fffa1356 Font-smoothing for Firefox (at least on OSX) 2018-01-17 11:33:18 -08:00
OOO :: ItsPugle
e81393125e Update Footer.js to reflect the change of year (#493)
* Update Footer.js

* Removing an accidental character
2018-01-07 11:38:33 +00:00
Alex
7fafb9f916 Break out Installation into top-level doc section (#452)
* Break out Installation into top-level doc section

* Update navigation (prev/next, nav tree)

- Move Installation section to top
- Add next/prev to install pages

* add links to other install options from try react page

* fix markdown link

* Clarify that Quick Start and Install are optional "next steps"

* Add top-level CDN page

This is useful for Codepen and other Unpkg-y setups

* Add link to Tutorial from Try React

* Update CRA link in tutorial

* Make Try React subheader a proper sentence

* Add "minimal"

* Explain local dev setup is more work than Codepen etc

* Fix typos

* Add : between headings

* add note that CRA is not lightweight

* fix typo

* Update add-react-to-a-new-app.md

* Update add-react-to-a-new-app.md

* Remove the Bower note

* Update try-react.md

* Tweak wording

* Use direct link
2017-12-23 15:37:23 +00:00
Brian Vaughn
bb55d1083b Re-ran Prettier after version bump 2017-12-21 09:22:05 -08:00
Joe Critchley
184a7ef947 Reorganized footer nav (#448)
* Reorganized footer nav to match latest structure

* Footer nav - skip Installation page for Quick Start
2017-12-20 15:06:12 +00:00
Sophie Alpert
59cb8abc77 Tweak link/code styles (#435)
- Tone down link background
- Tone down code background
- Shrink font -- I'd prefer 15px Menlo and 17px Consolas but we'll meet
in the middle at 16px where both look reasonable, unlike 17px Menlo
which was comically large.

![before-after](https://user-images.githubusercontent.com/6820/34066487-360cf57e-e1c4-11e7-891e-db5d4cd59b1d.gif)
2017-12-15 18:21:04 -08:00
Fredrik Forsmo
a970afa27e Remove "use strict" from source files 2017-12-02 15:25:17 +01:00
Sophie Alpert
33cfa5f6b8 Fix hero buttons to be clickable (#373) 2017-11-29 19:35:28 -08:00
Brian Vaughn
b8d13d5fe5 Merge pull request #205 from tricinel/feature/flow-types
Add flow types to components; realted to #24
2017-11-29 13:32:38 -08:00
Brian Vaughn
989cccee10 Prettier fix 2017-11-29 13:26:52 -08:00
Brian Vaughn
d2a9c9aed7 Removed unnecessary empty <div> from conditional 2017-11-29 13:26:06 -08:00
Brian Vaughn
2a165e7e88 Fixed children Flow type for layout template 2017-11-29 13:21:57 -08:00
Brian Vaughn
f92249c8b7 Removed FIXME comment 2017-11-29 13:20:22 -08:00
MICHAEL JACKSON
e6eb004b28 Use fill="none" instead of fill="transparent" for logo SVG 2017-11-29 11:40:27 -08:00
MICHAEL JACKSON
587e44487b Merge pull request #354 from webdesserts/logo-size
Reduce Logo Size
2017-11-29 11:28:25 -08:00
Clement Hoang
cdde744353 Change site version 2017-11-28 13:47:34 -08:00
tricinel
4bf2356e02 Add flow types to utils 2017-11-28 15:00:19 +01:00
tricinel
990a13e2af Handle case when author does not exist
According to the Edge type in allMarkdownRemarkData, the author in
frontmatter could be undefined.

related to #24
2017-11-28 14:57:20 +01:00
Michael Mullins
1d7c1d4ad4 convert logo-large into a plain white version of the logo
logo-large was a custom version of the logo made just for the banner background. It was also scaled up manually rather than taking advantage of svg's inherit scaling. This change reduces its size, makes it just a plain white version of the react logo, and moves most of the custom stuff into css. It also moves it from the static folder, over to the icons folder where it can be imported as a url.
2017-11-27 12:25:50 -06:00
Michael Mullins
4b4d3c6941 reduce size of logo.svg 2017-11-27 12:25:50 -06:00
Bond
fbbf1081ec Pretty print 2017-11-27 10:18:39 +01:00
Bond
ce01d0baa7 Update footer links to example and community tools 2017-11-27 09:43:05 +01:00
tricinel
03df4d4ab8 Merge branch 'master' into feature/flow-types 2017-11-21 18:59:27 +01:00
tricinel
232d15463d Add flow types; related to #24 2017-11-20 17:57:36 +01:00
tricinel
cf2bd4c171 Reorganise open/close navMenu functions 2017-11-20 16:33:32 +01:00