Commit Graph

957 Commits

Author SHA1 Message Date
Shim Won
aa5cca496d Update Korean translation to e88c7bf 2015-08-01 12:35:09 +09:00
Alastair Hole
2569cabbcd Update 02.1-jsx-in-depth.md
'setup' is a noun, not a verb
2015-07-31 17:40:48 +01:00
Jim
4bef3970bd Merge pull request #4370 from blainekasten/video-events
Add Video/Audio Media Events
2015-07-29 21:57:25 -07:00
blainekasten
159278e34a Add MediaEvent Handlers for Video/Audio components 2015-07-29 23:25:01 -05:00
Paul O’Shannessy
b8fa801f68 Merge pull request #3761 from alexpien/CustomClassesForReactCSSTransitionGroup
Custom class names in ReactCSSTransitionGroup
2015-07-28 16:59:51 -07:00
Paul O’Shannessy
2c91d080e8 Merge pull request #2664 from jasonwebster/patch-1
Add additional supported methods to event documentation
2015-07-28 16:09:23 -07:00
Kohei TAKATA
911b01f467 Translate 10.9-perf.md to Japanese 2015-07-28 17:54:10 +09:00
Jim
d06e326dc5 Merge pull request #4469 from KevinTCoughlin/kevintcoughlin/#4265
Fixes #4265 - Clarify React.render note in documentation
2015-07-27 11:06:58 -07:00
Kohei TAKATA
1287d697dd Translate 10.8-pure-render-mixin.md to Japanese 2015-07-27 11:22:45 +09:00
Kevin Coughlin
eb3c1bd437 remove footnote reference asterisk, no longer needed 2015-07-26 21:35:12 -04:00
Paul O’Shannessy
4bb0a7b26d Merge pull request #4486 from yangmillstheory/docfix
Fix grammar
2015-07-25 10:10:18 -07:00
Victor Alvarez
c323b251da Fix grammar 2015-07-25 10:08:23 -07:00
Shim Won
e8612cd732 Update Korean translation to 991c437 2015-07-25 11:06:00 +09:00
Kohei TAKATA
2fa2b5b79c Translate 10.7-update.md to Japanese 2015-07-24 17:52:48 +09:00
Paul O’Shannessy
144d2c350a Merge pull request #4386 from AnSavvides/4369-walkthrough-clarification
[#4369] Make getting started a little less confusing
2015-07-23 13:45:33 -07:00
Kohei TAKATA
c6de526589 Translate 10.6-create-fragment.md to Japanese 2015-07-23 17:06:21 +09:00
Kevin Coughlin
2651c7f58b remove markdown remnant & unnecessary whitespace 2015-07-22 22:26:03 -04:00
Jim
b7427a7794 Merge pull request #4460 from tako-black/enclose_variables_in_back_quote
Enclose variables in back quote
2015-07-22 09:00:58 -07:00
Kohei TAKATA
c1160668d9 Enclose variables in back quote 2015-07-22 16:19:04 +09:00
Kohei TAKATA
6333b66240 Translate 10.5-clone-with-props.md to Japanese 2015-07-22 16:12:08 +09:00
Shim Won
1f3e1360b2 Update Korean translation to e928c65 2015-07-22 08:11:26 +09:00
Paul O’Shannessy
ccdb7ff865 Merge pull request #4404 from jbonta/component_api_docs
Make component api docs clearer
2015-07-21 11:11:37 -07:00
Jim
3bd334fc61 Merge pull request #4443 from tako-black/translate_test-utils_to_japanese
Translate 10.4test-utils.md to Japanese
2015-07-21 05:14:52 -07:00
Kohei TAKATA
19327d11e0 Add period 2015-07-21 21:08:42 +09:00
Kohei TAKATA
99e4e765a9 Translate 10.4test-utils.md to Japanese 2015-07-21 21:04:46 +09:00
Ben Alpert
2bcc761667 counterexample -> antipattern 2015-07-20 08:28:53 -07:00
Jason Bonta
704fb36b8e Make component api docs clearer
I'm proposing these changes because I found some repetition / lack of
clarity and some language that suggested that you could mutate
`this.state` directly.
2015-07-18 17:20:36 -07:00
Paul O’Shannessy
5e3e74c4a8 Tweaks to new content in forms documentation 2015-07-16 23:50:18 -07:00
Jim
fe215dc32e Merge pull request #4379 from eriklharper/patch-1
Add more information about defaultValue
2015-07-16 19:13:31 -07:00
Jim
93c2f67d51 Merge pull request #4407 from Simek/patch-4
split code block for readability
2015-07-16 19:08:50 -07:00
Jim
69cae6d426 Merge pull request #4409 from tako-black/translate_class-name-manipulation_to_japanese
Translate 10.3-class-name-manipulation.md to Japanese
2015-07-16 19:06:08 -07:00
Paul O’Shannessy
53dd1ed534 Merge pull request #3186 from benekastah/patch-1
Modify sample CSS so that it works in Safari
2015-07-16 16:52:21 -07:00
Kohei TAKATA
13487db8b5 Translate 10.3-class-name-manipulation.md to Japanese 2015-07-17 08:51:22 +09:00
Bartosz Kaszubowski
6d65b4488d split code block for readability 2015-07-16 23:49:40 +02:00
eriklharper
1eeac6c024 Review changes
Fixing spelling errors and revising based on feedback.
2015-07-16 10:57:16 -07:00
Andreas Savvides
076f47aaaf [#4369] Make getting started a little less confusing 2015-07-15 11:25:58 +01:00
Jim
99b9765eaf Merge pull request #4382 from tako-black/enclose_a_name_of_library_in_back_quote
Enclose a name of library in back quote
2015-07-14 22:30:26 -07:00
Kohei TAKATA
667d677612 Enclose a name of library in back quote 2015-07-15 09:26:56 +09:00
Kohei TAKATA
dcecb647c7 Translate 10.2-form-input-binding-sugar.md to Japanese 2015-07-15 09:20:29 +09:00
eriklharper
ed2897cb17 Add more information about defaultValue
I came across an issue on a React project where I needed to programatically set the default value of an input as the result of an async call.  (I was prepopulating a zip code field from the Google Maps Geocoding API).  It didn't work when I passed in an updated defaultValue prop, until I came across this StackOverflow: http://stackoverflow.com/questions/30146105/react-input-defaultvalue-doesnt-update-with-state.  I was able to get it to do what I wanted by passing in the value prop instead.
2015-07-14 13:28:55 -07:00
sugarshin
2ae8af700a Delete unnecessary control code. 2015-07-15 00:39:52 +09:00
Jim
89f2ea78d0 Merge pull request #4371 from tako-black/translate_animation_to_japanese
Translate 10.1-animation.md to Japanese
2015-07-14 00:00:10 -07:00
Kohei TAKATA
31aee61f95 Translate 10.1-animation.md to Japanese 2015-07-14 15:54:42 +09:00
Joe Stein
75ed7d83b8 Add wrap attribute 2015-07-13 15:00:03 -07:00
Paul O’Shannessy
26ba6949ac Merge pull request #4291 from rwoodnz/patch-2
indicate file name requried for static file
2015-07-13 13:34:51 -07:00
Paul O’Shannessy
48f5c4c9bc Merge pull request #4357 from yangmillstheory/docfix
Warn against JSX transform failure for non-HTTP-served JSX
2015-07-13 13:20:09 -07:00
Victor Alvarez
27395ed005 Add warning for protocol sandboxing near pain point in Getting Started 2015-07-13 12:50:42 -07:00
Kohei TAKATA
f6f73cd287 Change css to uppecase 2015-07-13 21:07:40 +09:00
Jim
b6d71432b2 Merge pull request #4356 from makky3939/fix_03-interactivity-and-dynamic-uis_ja-JP_md
Update 03-interactivity-and-dynamic-uis.ja-JP.md
2015-07-11 21:39:25 -07:00
Masaki KOBAYASHI
5f0f5adc01 remove controll character from 07-forms.ja-JP.md, 10-addons.ja-JP.md and 10-addons.ja-JP.md 2015-07-12 11:39:05 +09:00