Kohei TAKATA
b35de1db4e
Translate 10-addons.md to Japanese
2015-07-11 15:55:04 +09:00
Jim
52ad6bc61a
Merge pull request #4324 from drd/improve-warning-in-react-mount
...
Improve warning in react mount
2015-07-10 11:06:32 -07:00
Paul O’Shannessy
f0caf89dad
Merge pull request #4342 from laiso/unexpected_character
...
Remove the unexpected character in ReactEventListener
2015-07-10 09:18:54 -07:00
laiso
804b109ba6
Remove the unexpected character in ReactEventListener
2015-07-11 01:00:21 +09:00
Paul O’Shannessy
441a6ec378
Merge pull request #4338 from dcousens/patch-1
...
s/currentPathElemenID/currentPathElementID
2015-07-09 23:56:50 -07:00
Paul O’Shannessy
4ec2575cd8
Merge pull request #4337 from tako-black/translate_tooling-integration_to_japanese
...
Translate 09.tooling-integration.md to Japanese
2015-07-09 23:53:01 -07:00
Daniel Cousens
dfe5f19917
s/currentPathElemenID/currentPathElementID
2015-07-10 16:38:39 +10:00
Cheng Lou
37cd9277a9
Merge pull request #4336 from zpao/ID-not-Id
...
ID not Id
2015-07-09 23:11:17 -07:00
Kohei TAKATA
e6832b5136
Translate 09.tooling-integration.md to Japanese
2015-07-10 15:09:26 +09:00
Paul O’Shannessy
7032e88c25
ID not Id
2015-07-09 22:49:26 -07:00
Jim
6c0ab0b60e
Merge pull request #4334 from tako-black/add_meta_tag_in_the_header_of_html
...
Add meta tag in the header of HTML in translated documentation.
2015-07-09 19:59:51 -07:00
Kohei TAKATA
a9e0b4a0a3
Change number of html{} to highlight correct line
2015-07-10 09:16:26 +09:00
Kohei TAKATA
87ecb0ba1f
Add meta tag in the header of HTML
2015-07-10 08:49:43 +09:00
Benjamin Woodruff
4d4e0bd699
Merge pull request #4330 from zpao/eslint-jest
...
Use jest for eslint-rules
2015-07-09 16:04:15 -07:00
Paul O’Shannessy
d967ea4658
Merge pull request #4332 from bgw/eslint-tests-use-jest
...
Run eslint tests with jest
2015-07-09 16:04:01 -07:00
Benjamin Woodruff
fc0b42dc07
Run eslint tests with jest
...
Turns out eslint-tester works with jest (!)
We take advantage of this internally at FB, so we'll do it here too.
Fixes #4328
2015-07-09 15:59:59 -07:00
Eric O'Connell
d2e8449bf0
Only perform expensive checks in __DEV__, clean up after inserted iframe
2015-07-09 15:49:49 -07:00
Paul O’Shannessy
44c98704ff
Use jest for eslint-rules
2015-07-09 15:40:52 -07:00
Paul O’Shannessy
78f1369380
Merge pull request #4329 from zpao/fix-jest
...
Reset module cache between tests
2015-07-09 15:31:32 -07:00
Paul O’Shannessy
d6183570e3
Reset module cache between tests
...
This ensures that module caches for warnings is reset between runs. This makes
it so the deprecations warnings always fire.
2015-07-09 15:24:43 -07:00
Jim
cf164f1aa2
Merge pull request #4327 from jimfb/markup-unit-test
...
Add unit test: should generate simple markup for attribute with `>` symbol
2015-07-09 15:05:08 -07:00
Jim
7b1f03f4f8
Merge pull request #4311 from jimfb/fix-input-events
...
Fix event target for input change events. Fixes #4288
2015-07-09 15:03:37 -07:00
Eric O'Connell
0941cc9884
Use a test case that demonstrates the fix.
2015-07-09 14:56:55 -07:00
Jim
b89f7ebff4
Add unit test: should generate simple markup for attribute with > symbol
2015-07-09 14:26:41 -07:00
Jim
75c4311a04
Merge pull request #4325 from jimfb/self-closing-checksum
...
Fix checksum hash attribute insertion for self-closing root tags. Fixes #4323
2015-07-09 14:23:07 -07:00
Jim
dfeeb3f673
Fix checksum hash attribute insertion for self-closing root tags. Fixes #4323
2015-07-09 14:21:40 -07:00
Eric O'Connell
902b607f1f
Fix some lint
2015-07-09 14:06:42 -07:00
Eric O'Connell
1316160b86
Properly handle rendering into document when comparing markup
2015-07-09 11:48:42 -07:00
Jim
a9e2111b34
Merge pull request #4320 from tako-black/translate_more-about-refs_to_japanese
...
Translate 08.1-more-about-refs.md to Japanese
2015-07-09 08:25:56 -07:00
Jim
34c8b2366c
Merge pull request #4317 from koba04/add-deprecation-warning-for-clonewithprops
...
Add runtime deprecation warning for cloneWithProps
2015-07-09 08:24:20 -07:00
Toru Kobayashi
17a4dc83e0
Add runtime deprecation warning for cloneWithProps
2015-07-09 19:12:26 +09:00
Kohei TAKATA
55c3d92bc8
Translate 08.1-more-about-refs.md to Japanese
2015-07-09 18:41:19 +09:00
Paul O’Shannessy
59eddf8943
Merge pull request #4319 from tako-black/enclose_a_name_of_function_in_back_quote
...
Enclose a name of function in back quote
2015-07-08 23:13:59 -07:00
Kohei TAKATA
ecb483f307
Enclose a name of function in back quote
2015-07-09 15:11:20 +09:00
Eric O'Connell
0249adf3db
Handle escaping when comparing server/client markup
2015-07-08 20:31:10 -07:00
Paul O’Shannessy
84efb8a4f3
Merge pull request #4318 from jlongster/master
...
respect NODE_ENV environment variable if set when building
2015-07-08 15:14:59 -07:00
Jim
418e03e96e
Merge pull request #4309 from mmoss/addons-warning-fix
...
Concatenate warning message, due to parsing issues
2015-07-08 12:17:35 -07:00
James Long
ce61a49bca
respect NODE_ENV environment variable if set when building
2015-07-08 14:45:21 -04:00
Murray M. Moss
334372758c
Add comment to explain string concatenation
2015-07-08 13:26:36 -04:00
Murray M. Moss
fa4063455b
Concatenate warning message, due to parsing issues
...
The addons module warning is currently causing issues with babel/JSPM due to the warning message getting parsed as a require statement. Adding a break using string concatenation appears to prevent any issues.
Example error using JSPM:
```
Error loading "react-addons-{addon}" from...
```
2015-07-08 13:24:01 -04:00
Paul O’Shannessy
6eaf03df1a
Merge pull request #4314 from devonharvey/patch-1
...
Fix typo on line 91 of tutorial.md
2015-07-08 09:30:49 -07:00
Devon Harvey
b3ae6891b7
Fix typo on line 91 of tutorial.md
2015-07-07 22:16:14 -07:00
Jim
c3f0d7c6bd
Merge pull request #4312 from tako-black/translate_working-with-the-browser_to_japanese
...
Translate 08-working-with-the-browser.md to Japanese
2015-07-07 20:09:13 -07:00
Kohei TAKATA
5d7f24c67f
Translate 08-working-with-the-browser.md to Japanese
2015-07-08 09:21:09 +09:00
Jim
4b804e485d
Fix event target for input change events. Fixes #4288
2015-07-07 17:14:52 -07:00
Jim
ed0d41bb88
Merge pull request #4310 from tako-black/enclose_a_value_of_variable_in_back_quote
...
Enclose a value of variable in back quote
2015-07-07 16:27:30 -07:00
Kohei TAKATA
4dbb8b307c
Enclose a value of variable in back quote
2015-07-08 08:24:42 +09:00
Jim
abf965c3c5
Merge pull request #4290 from rwoodnz/patch-1
...
Suggest open index.html in browser regularly.
2015-07-07 15:08:27 -07:00
Jim
2284c0f449
Merge pull request #4299 from tako-black/enclose_a_value_in_back_quote
...
Enclose a value of variable in back quote
2015-07-06 08:20:47 -07:00
Jim
25be80c959
Merge pull request #4300 from tako-black/translate_forms_to_japanese
...
Translate 07-forms.md to Japanese
2015-07-06 08:20:03 -07:00