Commit Graph

1310 Commits

Author SHA1 Message Date
Paul O’Shannessy
b882e1910c Merge pull request #3562 from dalinaum/rename
Rename 19--dangerouslySetInnerHTML.md -> 19-dangerously-set-inner-html.md
2015-04-01 12:13:55 -07:00
Leonardo YongUk Kim
56a14d28b2 Rename 19--dangerouslySetInnerHTML.md -> 19-dangerously-set-inner-html.md
1. It had double dash.
2. Its name was inconsistent. Other tips are named by their IDs.
2015-04-02 04:11:22 +09:00
Ahmad Wali Sidiqi
f7cf7ab511 Fix small typo in 11-advanced-performance.md.
"React didn't even had"->"React didn't even have"

http://english.stackexchange.com/questions/204603/proper-usage-of-didnt-had-or-didnt-have
2015-03-31 16:18:45 -07:00
Paul O’Shannessy
99946990cd Merge pull request #3537 from marocchino/korean-update
Update Korean translations
2015-03-30 14:20:37 -07:00
Ben Alpert
b3beb9804d [docs] English tweaks (and testing Travis) 2015-03-30 11:10:44 -07:00
Ben Alpert
31c0dbb19b Autobuild website on Travis from stable branch
$REACT_WEBSITE_BRANCH in https://travis-ci.org/facebook/react/settings/env_vars now needs to point to the stable branch (currently 0.13-stable). I haven't tested the commit-and-push part of this but everything else works so I'm hopeful.
2015-03-30 10:56:41 -07:00
Ben Alpert
4bfb8ed014 Merge pull request #3543 from spicyj/keep-docs-js-react
Keep docs/js/{react,JSXTransformer}.js in repo
2015-03-30 10:55:29 -07:00
Christopher Chedeau
cf4e88f650 Merge pull request #3545 from vjeux/roundup_26
Roundup 26
2015-03-30 07:23:20 -07:00
Christopher Chedeau
bf5472316d Roundup 26 2015-03-29 20:02:40 -07:00
Prathamesh Sonpatki
b305bdb5ea Fixed link to displayName component spec from JSX in depth article 2015-03-29 16:50:33 +05:30
Ben Alpert
66af9d2367 Keep docs/js/{react,JSXTransformer}.js in repo
This way we don't need to rebuild them each time for the website.
2015-03-28 14:56:54 -07:00
Russ
4bf2aa8135 Update tutorial.md
Grammar fix
2015-03-28 11:37:55 -07:00
Shim Won
621cea1f3a Update Korean translation to b3c75d8 2015-03-28 18:02:25 +09:00
jiyeonseo
02c1a4c2ac Translate tips 05..10
- Up to 3fd6ac5
2015-03-28 08:51:52 +09:00
Jinwoo Oh
d563124cc1 Translate tip-18 to Korean
- Up to 6f44f60
2015-03-28 08:47:18 +09:00
Jinwoo Oh
51b8bdf8f8 Translate tip-17 to Korean
- Up to 6f44f60
2015-03-28 08:47:12 +09:00
Jinwoo Oh
40ae76692c Translate tip-16 to Korean
- Up to 1cb3f25
2015-03-28 08:47:05 +09:00
Jinwoo Oh
5b2f191879 Translate tip-15 to Korean
- Up to 52494f9
2015-03-28 08:46:57 +09:00
Jinwoo Oh
80f7bf2439 Translate tip-14 to Korean
- Up to 92c37ff
2015-03-28 08:46:37 +09:00
Ted Kim
394770a9ef Translate tips 01..04 (based on 157d7770c99be26a9e0557d00978f15f6d9db794) 2015-03-28 08:46:26 +09:00
Shim Won
6c258bd271 Update to ed257cb 2015-03-28 08:46:14 +09: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
a75727d1e2 [docs] Split up second sentence more 2015-03-26 12:29:14 -07:00
Ben Alpert
8a024c1b84 [docs] Tweak words on homepage 2015-03-26 10:42:01 -07:00
Ben Alpert
541d6a1cb0 Add React Native blog post 2015-03-26 10:10:43 -07:00
Ben Alpert
aa86d2fbab [docs] Update site nav 2015-03-26 10:06:09 -07: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
e02e4b120f Merge pull request #3503 from aredridel/patch-1
npm without -g should never need sudo
2015-03-25 10:55:41 -07: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
Aria Stewart
cdbfb3894d npm without -g should never need sudo 2015-03-24 19:47:31 -07: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
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
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
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