Paul O’Shannessy
7e6c820cd2
Merge pull request #3022 from btholt/master
...
Added itemRef and itemId for complete microdata support.
2015-02-04 16:57:03 -08:00
Paul O’Shannessy
f2cd1a0591
Merge pull request #2969 from gsklee/patch-1
...
Update thinking-in-react.md
2015-02-04 15:22:37 -08:00
Paul O’Shannessy
ac4b64059e
Merge pull request #3013 from akheron/patch-2
...
Document React.addons.TestUtils.isElement()
2015-02-04 15:19:08 -08:00
Paul O’Shannessy
99a2ef30ae
Merge pull request #3032 from germ13/patch-1
...
Corrected documentation
2015-02-04 11:46:27 -08:00
Jamison Dance
d74d0e3215
Fix list formatting in glossary
2015-02-03 23:34:43 -07:00
juan serrano
3a0534e1b8
Corrected documentation
2015-02-03 18:41:47 -08:00
Paul O’Shannessy
3f60a99cd9
Merge pull request #3016 from hnordt/patch-1
...
Removing unnecessary returns
2015-02-03 10:46:21 -08:00
Héliton Nordt
62213e08df
Fix highlighting
2015-02-03 08:38:16 -02:00
Brian Holt
ea67a1d436
Added itemRef and itemId for complete microdata support.
2015-02-02 17:17:04 -08:00
Paul O’Shannessy
6c36b528e2
Merge pull request #2997 from rickbeerendonk/2943-jsx-build-tool-documentation
...
Documents that JSX tool is transforming files with .js extension (and no...
2015-02-02 11:25:32 -08:00
Paul O’Shannessy
f922664e86
Merge pull request #3007 from JoelOtter/patch-2
...
Add note linking to up-to-date doc on Flux website
2015-02-02 11:22:45 -08:00
Héliton Nordt
8fc4f23cdb
Removing unnecessary returns
2015-02-02 17:20:38 -02:00
Paul O’Shannessy
bab94bf2af
Merge pull request #3011 from koba04/fix-coponent-api-doc
...
Fix consistency of component api document
2015-02-02 11:18:10 -08:00
Paul O’Shannessy
8b1cd7509d
Merge pull request #3001 from rgarcia/patch-1
...
remove extraneous comma in tutorial
2015-02-02 11:16:28 -08:00
Paul O’Shannessy
2aeb8a2a6b
Merge pull request #2995 from rickbeerendonk/copyright-2015
...
Update copyright headers for 2015
2015-02-02 11:15:30 -08:00
Petri Lehtinen
2e232f83bc
Document React.addons.TestUtils.isElement()
2015-02-02 10:22:52 +02:00
Toru Kobayashi
b7860b7da4
Fix consistency of component api document
2015-02-02 09:52:08 +09:00
Joel Auterson
344d07d7de
Add note linking to up-to-date doc on Flux website
2015-02-01 15:26:29 +00:00
Rafael
246fdebf82
remove extraneous comma in tutorial
2015-01-31 12:31:14 -10:00
Robert Sedovsek
ea94ec8c0e
Changed unit to pixels due to inconsitent font-size rendering of code elements.
2015-01-31 22:53:21 +01:00
Rick Beerendonk
2de44cf668
Documents that JSX tool is transforming files with .js extension (and not .jsx) by default
2015-01-31 20:59:18 +01:00
Rick Beerendonk
3e0750a4ad
Update copyright headers for 2015
2015-01-31 20:18:25 +01:00
Jeff Kolesky
b7530e19eb
Documents that classSet concatenates its arguments
...
Just wanted it to be noted that `classSet` operates in two ways, both of which are valuable.
2015-01-30 16:47:44 -08:00
Jim
2ea00ea772
Fixed linewrap issue on markdown output css. Fixes #2986
2015-01-30 12:19:18 -08:00
Paul O’Shannessy
bab59cd090
Pull in 0.13 beta blog post from 0.12-stable branch
2015-01-30 11:49:40 -08:00
G. Kay Lee
140627b1b2
Update thinking-in-react.md
...
Make style consistent with `tutorial.md`
2015-01-28 16:59:03 +08:00
Preston Parry
e4352efc21
Update 04-multiple-components.md
2015-01-27 14:34:35 -08:00
Ben Alpert
513433b370
Merge pull request #2962 from ClimbsRocks/patch-3
...
Docs wording tweak for clarity
2015-01-27 11:59:00 -08:00
Preston Parry
33ecec07cb
Update 02.1-jsx-in-depth.md
2015-01-27 11:22:21 -08:00
Preston Parry
cadbe1d27e
Rewording for clarity
2015-01-27 11:04:21 -08:00
Patrick Laughlin
51e0610a62
Update 06-transferring-props.md
2015-01-25 22:03:57 -05:00
Paul O’Shannessy
f8a214137a
Merge pull request #2903 from tendant/merge-conflicts-in-translation
...
Update documents for Chinese translation
2015-01-22 12:55:53 -08:00
Paul O’Shannessy
92e361709c
[docs] Use current date in copyright footer
...
This will be based on the site generation time, making doc generation
slightly less deterministic but that's ok. Now we won't depend on
helpful community members updating it for us (#2874 ) when we forget,
it'll just happen naturally the next time the site is generated.
2015-01-22 12:50:52 -08:00
Jim
54b565de93
Merge pull request #2518 from jsfb/documentation-for-dangerouslySetInnerHtml
...
Document justification for dangerouslySetInnerHTML, fixes #2256
2015-01-22 10:52:47 -08:00
Ben Alpert
76e1d5a542
Merge pull request #2902 from swestwood/patch-2
...
Correctly highlight changed line in tutorial.
2015-01-22 08:27:29 -08:00
Lei
943c2aa77a
Add Chinese translation of reusable-components
2015-01-21 19:43:24 -08:00
Lei
833fcb6593
Add Chinese translation of multiple-components
2015-01-21 19:34:40 -08:00
Sophia Westwood
a19966f2ea
Correctly highlight changed line in tutorial.
...
This excerpt adds the onSubmit handler to the form element, but the line was not highlighted as having been modified.
2015-01-21 17:15:31 -08:00
Jim
6f44f6049e
Document justification for dangerouslySetInnerHTML, fixes #2256
...
Conflicts:
docs/_data/nav_tips.yml
docs/tips/17-children-undefined.md
2015-01-21 12:47:36 -08:00
amykyta
b8f3c7f7fb
Update 02.1-jsx-in-depth.md
2015-01-21 12:22:29 -05:00
Paul O’Shannessy
06de3f31f0
Merge pull request #2875 from kchia/patch-2
...
Update 03-interactivity-and-dynamic-uis.md: correct typo
2015-01-20 16:42:27 -08:00
Cam Song
1694aff89e
Add Chinese translation to 7 more pages.
...
Translate 'Note' to '注意' instead of '提示' to make it more sensible.
2015-01-20 00:15:16 +08:00
Hou Chia
9f18ccdce9
Update 03-interactivity-and-dynamic-uis.md: correct typo
...
My file change corrects a typo in the document.
Best,
Hou
2015-01-18 00:35:27 -08:00
Daniel Carlsson
4ffdbefaa2
Friends don't let friends look foolish on the internet
...
Updated your footer =)
2015-01-17 20:16:24 +01:00
Paul O’Shannessy
f656f1966e
Merge pull request #2297 from pedronauck/docs-namespace-in-jsx
...
Add a section at 'jsx-in-depth' talking about namespaced components
2015-01-16 16:21:22 -08:00
Paul O’Shannessy
4f50071de0
Merge pull request #2675 from af/topLevelAPIDocs
...
Top level api docs for createFactory
2015-01-16 13:18:28 -08:00
Paul O’Shannessy
d6aa588dfc
Merge pull request #2360 from beausmith/patch-1
...
Highlighted changed lines in examples
2015-01-16 13:10:00 -08:00
Paul O’Shannessy
31002e0cc1
Merge pull request #2707 from camsong/master
...
More Chinese Doc Translation
2015-01-16 13:06:40 -08:00
Paul O’Shannessy
1b85e611ad
Merge pull request #2734 from Minwe/master
...
add Forms and Event System docs Chinese translation
2015-01-16 13:06:12 -08:00
Paul O’Shannessy
d471fb4c0b
Merge pull request #2795 from chenglou/tips-lib
...
[Docs] Tip on integration with other libraries
2015-01-16 13:05:43 -08:00