Commit Graph

1173 Commits

Author SHA1 Message Date
Jim
c43546b376 Merge pull request #3341 from rickbeerendonk/3338-documentation-issue
Add documentation about JSX and displayName.
2015-03-09 10:35:28 -07:00
BinaryMuse
973a7a8eb2 Add onContextMenu to events doc 2015-03-07 20:22:10 -08:00
Rick Beerendonk
60d197eca3 Add documentation about JSX and displayName.
The section that described how JSX transform handles displayName was lost in commit 9b1ee4de4636fcc9af1cf93099e062a3f6eb96f5

Fixes #3338
2015-03-07 19:01:58 +01:00
Jim
b790477362 Merge pull request #2802 from jsfb/findDOMNode-in-docs
Updated docs examples/recommendations to use findDOMNode instead of getDOMNode
2015-03-05 16:51:13 -08:00
Jim
7114950cd1 Updated docs examples/recommendations to use findDOMNode instead of getDOMNode 2015-03-05 16:42:43 -08:00
Aria Buckles
fa83c48c73 [Docs] Add 'ing' to make "opening" and "closing" line up
Test Plan:
None
2015-03-05 16:25:41 -08:00
Paul O’Shannessy
423d2ebd7d Merge pull request #3294 from zpao/jsxcompiler-linenumbers
[docs] show line numbers in online jsx compiler
2015-03-04 18:45:18 -08:00
Paul O’Shannessy
8326f48c98 [docs] Fox Ryan's name: #3311 2015-03-04 12:32:41 -08:00
Christopher Chedeau
73c17c7170 Update round-up 25
(cherry picked from commit 40336d81442882272b73cbb3c2b587d24d3f2da3)
2015-03-04 12:32:37 -08:00
Christopher Chedeau
743a42fd3b Merge pull request #3304 from facebook/matthewjohnston4-croundup-1
Community Roundup #25 blog post
2015-03-04 09:06:38 -08:00
Jim
2f05b441e7 Merge pull request #3305 from brafdlog/patch-1
There was a redundant word in the sentence
2015-03-03 14:04:05 -08:00
Paul O’Shannessy
1a69d7c19d Facebook, not FaceBook 2015-03-03 12:49:02 -08:00
Paul O’Shannessy
3f4a8d5831 v0.13 rc blog post 2015-03-03 12:42:57 -08:00
brafdlog
203b7fa42d There was a redundant word in the sentence 2015-03-03 22:03:53 +02:00
Paul O’Shannessy
1f5ad15200 v0.13.0-rc2 starter kit 2015-03-03 11:46:01 -08:00
Paul O’Shannessy
e2c1ab5a10 v0.13.0-rc2 2015-03-03 11:46:01 -08:00
Matthew Johnston
0167fb5e43 Update 2015-03-03-community-roundup-25.md 2015-03-03 18:34:07 +00:00
Matthew Johnston
9f1affeebe Update 2015-03-03-community-roundup-25.md 2015-03-03 18:31:45 +00:00
Matthew Johnston
462af0f58e Update 2015-03-03-community-roundup-25.md 2015-03-03 17:56:53 +00:00
Matthew Johnston
08fdc03220 Community Roundup #25 blog post 2015-03-03 14:20:41 +00:00
Jim
8303b11b60 Merge pull request #3284 from delftswa2014/bugfix/blog/https-urls
Fixed the http url in the blog pages
2015-03-02 11:20:10 -08:00
Toru Kobayashi
8b9cf8442e Add a code format in 2015-02-24-react-v0.13-rc1.md 2015-03-02 09:33:36 +09:00
Paul O’Shannessy
4db91d74fe [docs] show line numbers in online jsx compiler 2015-03-01 11:53:06 -08:00
Ben Alpert
ef5927e07e Merge pull request #3263 from wmertens/patch-1
beta1 blog entry: Fix CoffeeScript example
2015-02-27 15:28:22 -08:00
PNikray
7688e8bc2c Fixed the url in community-roundup-9
using http resulted in an error, changing it to https fixes it
2015-02-27 23:43:50 +01:00
PNikray
0224addf49 Fixed the url in community-roundup-5
using http resulted in an error, changing it to https fixes it
2015-02-27 23:42:14 +01:00
PNikray
e209c6bb18 Changed the url of the video in community-round-up-4
The url was using http instead of https, which results in an error.
2015-02-27 23:39:17 +01:00
Ben Alpert
9cf4a87fff Add note about enter/leave bubbling
Fixes #2826.
2015-02-26 16:29:18 -08:00
Ben Alpert
98fed1b0ba Merge pull request #3239 from rralian/update/docs-clarify-forceUpdate
Docs: clarifies forceUpdate method
2015-02-25 17:35:07 -08:00
Wout Mertens
a397d27e7e beta1 blog entry: Fix CoffeeScript example
Fix the constructor call and make code more idiomatic.
2015-02-26 00:26:16 +01:00
Paul O’Shannessy
ceeac81709 Merge pull request #3257 from danmane/update-tutorial-md
Add mention of go and php server implementations in React tutorial
2015-02-25 12:46:17 -08:00
Daniel Mané
9e77ef78a4 Add mention of go and php server implementations in React tutorial 2015-02-24 15:10:11 -08:00
Paul O’Shannessy
7edbdf6204 v0.13 RC blog post
Note: we need to manually specify date in these files so that the sort order is
correct (2 posts on the same day). Otherwise it will just be ABC order, which
is wrong.

Closes: #3256
2015-02-24 14:05:57 -08:00
Paul O’Shannessy
4b9d18b532 Fix typo
(cherry picked from commit 4d90b9bdf3fc4ccfd2ccbaf9a590b16f06746b55)
2015-02-24 12:49:19 -08:00
Cheng Lou
a93ce64ca6 [Blog] Fix post code snippet display
I think nokogiri (is that what we use?) accidentally escaped this
snippet. Simply putting spaces between braces fixes it.
2015-02-24 15:22:25 -05:00
Paul O’Shannessy
fe927b4115 Merge pull request #3250 from sebmarkbage/blogpost
Add Blog Post about ReactElement Changes in 0.13
2015-02-24 11:26:55 -08:00
Sebastian Markbage
7841d7afc6 Add Blog Post about ReactElement Changes in 0.13
Explains some of the rationale for the new warnings added in 0.13.
2015-02-24 10:54:03 -08:00
Bartosz Kaszubowski
a2f2a7ed14 do not show empty "docs-prevnext" div on single page
to remove additional necessary spacing between content and footer
2015-02-24 16:28:47 +01:00
Bob Ralian
3d9349c653 clarifies forceUpdate method 2015-02-23 10:34:41 -06:00
Paul O’Shannessy
edb4048868 v0.13.0-rc1 starter kit 2015-02-22 13:32:25 -08:00
Paul O’Shannessy
e6a3802e06 v0.13.0-rc1 2015-02-22 13:26:13 -08:00
Bartosz Kaszubowski
0656758b18 wider Twitter timeline on support page 2015-02-21 23:20:09 +01:00
Paul O’Shannessy
606b7be261 Merge pull request #2994 from chenglou/docs-classset
[Docs] Add note on classSet deprecation
2015-02-20 17:00:36 -08:00
Greg Hurrell
4b1794d09b Add Relay blog post
closes #3174
2015-02-19 21:27:45 -08:00
Paul O’Shannessy
6460227d05 Merge pull request #3209 from chicoxyzzy/eslint-everywhere
lint from root
2015-02-19 20:59:44 -08:00
Jim
fefcc0a5c4 Merge pull request #2921 from hanski07/updateTransferringPropsDocs
Update transferring props docs
2015-02-19 17:52:02 -08:00
Toru Kobayashi
906f0bfe62 Fix a doc. cloneWithProps clones a ReactElement. 2015-02-20 10:08:46 +09:00
chico
3fcd3824b3 lint from root 2015-02-20 04:06:15 +03:00
Jim
f162ba1c71 Merge pull request #3180 from cody/https
Using https URLs for embedded fiddles
2015-02-19 13:18:34 -08:00
Steven Luscher
525c00597b Added the immutability talk to the React.js Conf update.
(cherry picked from commit de8b3eb9d4c87622282c1303c8dae62cf70881af)
2015-02-18 21:42:11 -08:00