Nikhil Erkimutt
98c1ebeff3
Update version number in header and versions page
6 years ago
Dan Abramov
ea03fe7163
Clarify DOM container in homepage examples ( #1526 )
6 years ago
Andrew Clark
ed911f4822
Update site constants
6 years ago
Jack Cross
a4148163b5
Add -webkit-overflow-scrolling to prism styles ( #1457 )
6 years ago
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
6 years ago
Dan Abramov
e6818c5979
Revert "Specify articleLayout.container to flex in column direction ( #1414 )" ( #1415 )
This reverts commit d0718a3953
.
6 years ago
Jane Manchun Wong
d0718a3953
Specify articleLayout.container to flex in column direction ( #1414 )
6 years ago
Sophie Alpert
cd6950a718
Add information about versioning policy ( #1403 )
6 years ago
Dan Abramov
1a97b5bd01
Update to 16.6.3 ( #1398 )
6 years ago
Andrew Clark
333656c363
Update version to 16.6.1
6 years ago
Dan Abramov
854b931866
Use 16.6.0 ( #1286 )
6 years ago
Sophie Alpert
c90d27a249
Smaller code font inside list items
6 years ago
Sophie Alpert
40394f97a8
Feature headings easier to read
6 years ago
Dan Abramov
35992a2a4d
Fix bad word breaks in Safari
6 years ago
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.
6 years ago
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!
6 years ago
Brian Vaughn
d0141c9326
Tweaked Prism theme to improve color accessibility
6 years ago
Dan Abramov
8c4652b041
Change highlight color ( #1211 )
6 years ago
Dustin Schau
3954cfe6f3
fix: address PR feedback (thanks @bvaughn!)
6 years ago
Dustin Schau
e855f5f503
chore: rearrange import order
6 years ago
Dustin Schau
6e2340d141
style: run prettier
6 years ago
Dustin Schau
12c43455e7
chore: add prop-types validation to code example
6 years ago
Dustin Schau
169754fb1b
refactor: tweak to use the _updateState method
6 years ago
Dustin Schau
d83238caf0
feat: get hot reloading working for js code snippets
6 years ago
Dustin Schau
57cb7abde1
chore: remove outer wrapper div
6 years ago
Dustin Schau
fc0ef96fb6
chore: minor tweaks and run prettier
6 years ago
Dustin Schau
9d6015a871
fix: refactor plugin to use source-filesystem and onCreateNode
6 years ago
Dustin Schau
3ead525cf7
feat: refactor index page so hot reloading works for code examples
6 years ago
Sophie Alpert
a78049a5da
Fix number alignment in sidebar ( #1203 )
![screenshot](https://user-images.githubusercontent.com/6820/46177889-6cf2b480-c269-11e8-8a92-182b3c225e8a.png )
6 years ago
Lionel
4a11063e9b
Update versiont into 16.5.2 ( #1198 )
6 years ago
Alexander Nanberg
71b03486c0
Upgrade to Gatsby v2 ( #1104 )
* Upgrade to Gatsby v2
* Remove unnecessary polyfills since gatsby already provides them
* Move global styles to gatsby-browser
* Add fb comment and convert to cjs
* Revert to use pageQuery again
* Add back html.js
* Update dependencies
* Move TitleAndMetaTags
* Replace glamor/reset with normalize.css which fixes style order in prod
* Prettier formatting
* Remove unused types
* Remove old layout
* Fix versions link
* Update deps
* Update deps
* Remove hack since it's no longer needed
* Update dependencies
* Fix build error
* Fix prettier config resolution
* Update gatsby
* Remove custom onCreatePage logic
* Update dependencies
* Fix build
* Update dependencies
* prettier formatting
* update dependencies
* add custom babel config for flow
* upgrade dependencies
* update dependencies
* use stable gatsby release
6 years ago
Dan Abramov
74e254a394
16.5.1
6 years ago
Brian Vaughn
bfc61c3d69
Bumped docs version
6 years ago
Dan
58804cc370
More Flow fixes
6 years ago
Dan
88799e61fd
Add exit clause for static builds
6 years ago
Dan Abramov
1ee1c3085f
Patch the DOM to fix Google Translate ( #1148 )
* Fix Google Translate
* Tweaks
6 years ago
Sophie Alpert
0e4f45fa24
–
6 years ago
Dan Abramov
c32884da5f
16.4.2 blog post
7 years ago
Dan Abramov
428d52b834
Fix styling of code ( #1087 )
7 years ago
Alex Krolick
242dbdd7cc
yarn upgrade
works locally...
7 years ago
Alex Krolick
d9cd3e311f
upgrade some gatsby deps
7 years ago
Ben Halpern
1afab28a7e
Add dev.to link to footer ( #1003 )
* Add DEV Community (dev.to) link to footer
Add to the channels section of footer alongside similar resources
* Add DEV Community to support page
7 years ago
Dan Abramov
623523131e
Rewrite Installation and related docs ( #996 )
* Rewrite "adding React to existing app"
Fixes #988
* Some copy
* typo
* Update babel instructions
* Update umd link
* Add prod minification section
* Show "button" example in several targets
* wip
* More
* More
* tweak
* yas
* Multi root tip
* moaar
* alot
* Tweak links
* Explain better
* better lead
* tweaks
* tweaks
* wording
* More reassuring tone
* Grammar
* wording
* feedback from readers
* Use id, not class
* More nits
* Re-add a useful section
7 years ago
Dan Abramov
38c1a9ad7a
React 16.4.1 ( #975 )
7 years ago
Dan Abramov
17c50df9d9
Explicitly order Main Concepts ( #957 )
7 years ago
Dan Abramov
03c0046f7b
Try to fix iPhone horizontal scroll in Component reference
7 years ago
Minh Nguyen
1de600d9da
React 16.4.0 ( #907 )
7 years ago
Dan Abramov
f461942615
Minor wording tweak for Versions page ( #816 )
7 years ago
Dan Abramov
0b2fac96bb
React 16.3.2
7 years ago
Brian Vaughn
88bf29d3f3
Added 16.3 changelog to version links
7 years ago