Commit Graph

774 Commits

Author SHA1 Message Date
Prathamesh Sonpatki
b305bdb5ea Fixed link to displayName component spec from JSX in depth article 2015-03-29 16:50:33 +05:30
Russ
4bf2aa8135 Update tutorial.md
Grammar fix
2015-03-28 11:37:55 -07:00
Paul O’Shannessy
86d5291203 Merge pull request #3240 from reactkr/translate-ko-release
Korean translation for docs
2015-03-27 11:39:54 -07:00
Ustin Zarubin
3604354776 Swapping defaultChecked and defaultValue
The current documentation states that the `<select>` tag supports `defaultChecked`, but it actually doesn't. I believe this documentation was meant to be written in the proposed order. 

Non-working fiddle using `defaultChecked`: http://jsfiddle.net/jqs1hsLr/1/
Working fiddle using `defaultValue`: http://jsfiddle.net/nv7z0yzL/1/
2015-03-26 16:42:36 -04:00
Ben Alpert
524806a3e5 Merge pull request #3518 from alopatin/patch-1
Docs: Clarify that React.PropTypes.node accepts fragments
2015-03-25 17:23:52 -07:00
Paul O’Shannessy
d4c34bec91 Merge pull request #3504 from clariroid/docsJP
Translate 2 docs into Japanese
2015-03-25 17:20:59 -07:00
Alex Lopatin
3524427e54 Docs: Clarify that React.PropTypes.node accepts fragments
As of #3293 `ReactFragment` counts as a node, but this isn't made clear in the docs.
2015-03-25 17:17:42 -07:00
Paul O’Shannessy
425f81933d Merge pull request #3498 from AnSavvides/patch-1
Include latest version of jQuery in tutorial
2015-03-25 16:53:13 -07:00
Andreas Savvides
7ebde90c1f Include latest version of jQuery in tutorial
Include latest version of jQuery 2.x in tutorial
2015-03-25 22:36:27 +00:00
clariroid
d2e669f141 Fix the locale id 2015-03-26 06:15:52 +09:00
clariroid
881128e610 Translate 2 docs into Japanese 2015-03-26 06:15:50 +09:00
Paul O’Shannessy
7c74945694 Merge pull request #3507 from dpellier/master
Add scoped property to the list of DOM standard properties
2015-03-25 10:54:29 -07:00
Paul O’Shannessy
2d14b157f9 Merge pull request #3511 from AnSavvides/glossary-space
Minor space change to be in line with coding style everywhere else
2015-03-25 10:51:15 -07:00
Andreas
662773a2b4 Minor space change to be in line with coding style everywhere else 2015-03-25 17:09:58 +00:00
Damien Pellier
ff203a3f22 add scoped property to the list of DOM standard properties 2015-03-25 09:41:05 +01:00
Paul O’Shannessy
e3d8c62de3 Merge pull request #3487 from zpao/doc/video
[docs] Videos: use https, right width videos
2015-03-24 14:18:36 -07:00
Paul O’Shannessy
cd80a20ad9 Merge pull request #3491 from bobbyrenwick/transition-group-appear-docs
adding docs for componentWillAppear and componentDidAppear
2015-03-24 14:05:11 -07:00
Bob Renwick
f75946d91d adding docs for componentWillAppear and componentDidAppear 2015-03-24 01:41:04 +00:00
Cheng Lou
db33842478 Remove mention from docs 2015-03-23 20:13:24 -04:00
Paul O’Shannessy
959fb008b7 [docs] Videos: use https, right width videos
I also added some <hr>s in there, which helps a little bit with spacing.
2015-03-23 11:38:10 -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
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
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
Jay Jaeho Lee
485a9bbb1d Revise Korean translation - final 2015-03-12 01:57:44 +09:00
Jinwoo Oh
e65800f095 Update Translation to 91b4564 2015-03-12 00:37:35 +09:00
Ted Kim
c8a5f6aa36 ref-08-reconciliation (based on 941cba6) 2015-03-12 00:37:35 +09:00
Jinwoo Oh
1f6272b567 Translate 06 to Korean
- Up to 8326a9f
2015-03-12 00:37:34 +09:00
Shim Won
5a32bb0971 Apply review
- Up to 60e96ed
2015-03-12 00:37:02 +09:00
Jinwoo Oh
fdee644a88 Translate 11 to Korean
- Up to 83e4409
2015-03-12 00:37:02 +09:00
Shim Won
d4fa638cb5 Translate 10.1 to Korean
- Up to 678ec31
2015-03-12 00:37:02 +09:00
Seoh Char
73e2965ca4 translation of 05-reusable-components-ko-KR.md 2015-03-12 00:37:02 +09:00
Shim Won
8f1664afc6 Update Translation to b95ad29 2015-03-12 00:37:01 +09:00
Shim Won
3bf5674ad1 Translate 10.2 to Korean
- Up to b7a548c
2015-03-12 00:36:50 +09:00
Jinwoo Oh
171c8d27ad Translate 08.1 to Korean
- Up to b7a548c
2015-03-12 00:36:50 +09:00
Shim Won
735d2cad3a Translate 10.7 to Korean
- Up to 0bf88f2
2015-03-12 00:36:50 +09:00
Shim Won
77ad7e88e0 Translate 10.3 to Korean
- Up to 5ab7fde
2015-03-12 00:36:50 +09:00
Jinwoo Oh
0ec5df6e6b Translate conferences to Korean
- Up to 1b86246
2015-03-12 00:36:50 +09:00
Shim Won
c7b04db2e1 Translate 10.5 to Korean
- Up to 60e96ed
2015-03-12 00:36:25 +09:00
Shim Won
48c346a513 Translate 10.8 to Korean
- Up to ab512af
2015-03-12 00:36:25 +09:00
Shim Won
b32205dceb Translate 10.4 to Korean
- Up to 2e232f8
2015-03-12 00:36:25 +09:00
Jinwoo Oh
85d202f678 Translate 08 to Korean
- Up to b7a548c
2015-03-12 00:36:25 +09:00
Shim Won
6df8aebec0 Update Translation to 673874d 2015-03-12 00:33:40 +09:00
Shim Won
b725ef293e Unify words 2015-03-12 00:33:40 +09:00
Jay Jaeho Lee
9fd9487df1 Revise Korean translations 2015-03-12 00:33:40 +09:00
Shim Won
810f51566c Translate 09 to Korean
- Up to 2de44cf
2015-03-12 00:33:40 +09:00
Shim Won
3709afabea Translate 02.2 to Korean
- Up to fc91d2f
2015-03-12 00:33:40 +09:00