Commit Graph

1214 Commits

Author SHA1 Message Date
Bob Renwick
f75946d91d adding docs for componentWillAppear and componentDidAppear 2015-03-24 01:41:04 +00:00
Paul O’Shannessy
ca6982e443 Merge pull request #3271 from delftswa2014/fix/todo-example
Added the key attribute into the todo example
2015-03-23 14:54:08 -07:00
Julen Ruiz Aizpuru
3ebec4b55b Docs: do not render components to document.body
Rendering to `document.body` in the examples is conveniently short, but it can
be misleading at the same time, especially for newcomers.

While it's possible to render React components to `document.body`, any 3rd
party scripts can also mess up with it, and it can have unintended consequences
and be source of difficult-to-trace bugs.
2015-03-23 13:59:24 +01:00
Ben Alpert
c0c18c2a80 Merge pull request #3442 from spicyj/kill-initializeTouchEvents
Kill React.initializeTouchEvents for good
2015-03-19 14:15:26 -07:00
Joseph Savona
fbf2a13015 Merge pull request #3463 from josephsavona/relay-components
Building The Facebook News Feed With Relay
2015-03-19 12:56:21 -07:00
Joseph Savona
e1d17c68e5 Building with Relay blog post 2015-03-19 12:53:49 -07:00
Stefan Dombrowski
a88d01c073 Fix HTML to JSX converter to work with https 2015-03-19 00:33:14 +01:00
Ben Alpert
9dd9111dd7 Kill React.initializeTouchEvents for good
Now that #1169 is fixed, the only thing this is used for is to determine whether `onTouchTap` causes touch listeners to be added. The only internal uses of TapEventPlugin are where touch events are already initialized (so this doesn't make a difference) and we don't support `onTouchTap` as part of the public API so this should be safe.
2015-03-17 14:12:26 -07:00
Paul O’Shannessy
583aa67301 0.13 blog post, starter kit 2015-03-16 16:59:22 -07:00
Paul O’Shannessy
d6cc34e4bf Merge pull request #3419 from xmo-odoo/patch-1
Link to inserting raw HTML document
2015-03-16 13:22:33 -07:00
Julian Viereck
c72d79879c Fix small typo 2015-03-16 18:27:04 +01:00
xmo-odoo
8433eb7c7c Link to inserting raw HTML document 2015-03-16 10:51:20 +01:00
Stefan Dombrowski
eac5bd1499 Fix in docs: getDOMNode --> findDOMNode 2015-03-12 22:07:03 +01:00
Richard Littauer
5e474eaaef Nominalized 'shallow copy'
I mis-parsed 'shallow copies' as adjective noun, instead of as a compound verb. I've adjusted the text to make it easier to parse on the first read, which should also help ESL learners to be able to parse it easier.
2015-03-11 16:22:24 -07:00
Ben Alpert
5c88cb855e It\ns -> Its 2015-03-11 15:28:24 -07:00
Paul O’Shannessy
fd5b30a5fc [docs] it's --> its 2015-03-11 15:25:57 -07:00
Paul O’Shannessy
aec6f69149 v0.13 starter kit 2015-03-10 15:08:26 -07:00
Paul O’Shannessy
69c2d366ce Bump version so we can get back to work 2015-03-10 15:06:35 -07:00
Ben Alpert
e60e8db043 with the exception for -> with the exception of 2015-03-10 14:44:44 -07:00
Sebastian Markbage
ea4dd85a7e ES6 Class Docs
Some minor burried docs.
2015-03-10 14:41:42 -07:00
Ben Alpert
94ce4c59e6 Add deprecation note to blog post and changelog 2015-03-10 14:22:03 -07:00
Paul O’Shannessy
ccd52562eb [docs] Update acknowledgements
Missed updating this in #3283 before merging.
2015-03-10 13:57:44 -07:00
Paul O’Shannessy
07e4efd1b5 Update AUTHORS for 0.13 2015-03-10 13:55:55 -07:00
Paul O’Shannessy
61520bc491 Merge pull request #3363 from zpao/0.13-docs-cloneelement
[docs] React.cloneElement
2015-03-10 13:46:12 -07:00
Paul O’Shannessy
feeacd4d57 A couple small changes to the changelog for 0.13 2015-03-10 13:43:15 -07:00
Jim
7faf10630a Merge pull request #3364 from jsfb/refs-docs
Added docs about the ref-as-callback.
2015-03-10 13:02:18 -07:00
Jim
d25e5aed00 Added docs about the ref-as-callback. 2015-03-10 13:01:07 -07:00
Ben Alpert
2662d33c59 0.13 blog post 2015-03-10 12:57:50 -07:00
Paul O’Shannessy
b8c7ed89ed Merge pull request #3362 from jsfb/docs-for-setstate
Added docs about the first-parameter-is-function version of setState.
2015-03-10 12:29:25 -07:00
Jim
135117dd27 Added docs about the first-parameter-is-function version of setState. 2015-03-10 11:47:00 -07:00
Paul O’Shannessy
c0630494d3 [docs] React.cloneElement 2015-03-10 11:19:11 -07:00
Paul O’Shannessy
fbb6e531f2 Merge pull request #3360 from zpao/0.13-docs-api-deprecations
Add deprecation note for deprecated component APIs
2015-03-10 11:07:47 -07:00
Paul O’Shannessy
ab11e54d4c Add deprecation note for deprecated component APIs 2015-03-10 10:44:24 -07:00
Ben Alpert
20bd7daa5f Merge pull request #3358 from coliff/patch-1
Update relevant URLS to HTTPS
2015-03-10 10:03:59 -07:00
Paul O’Shannessy
04bb500df0 Merge pull request #2963 from graue/document-shallow-testing
Add documentation for shallow testing
2015-03-10 09:39:47 -07:00
Ben Alpert
3d6af36002 Add docs for createFragment 2015-03-10 09:17:34 -07:00
Christian
6968b23774 Update relevant URLS to HTTPS
Update relevant URLS to HTTPS
2015-03-10 18:11:29 +09:00
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