Leonardo YongUk Kim
16832c701b
Create 13-false-in-jsx.ko-KR.md
...
Based on 52494f9d72
2015-04-10 06:52:31 +09:00
Jim
0185c68c91
Merge pull request #3615 from jsfb/enable-new-context
...
Switch to parent-based context. Fixes #2112 .
2015-04-09 13:21:26 -07:00
Jim
0f0f5aa701
Merge pull request #3638 from devicehubnet/master
...
check if type.prototype is object in instantiateReactComponent
2015-04-09 12:35:57 -07:00
Paul O’Shannessy
857736dc13
Merge pull request #3636 from cody/jsx-target
...
Add target option to npm readme
2015-04-09 10:27:06 -07:00
Teodor Szente
cdd359b710
check if is undefined
2015-04-09 20:12:22 +03:00
Jim
f4a07c4b53
Merge pull request #3635 from garethnic/reuseCompDoc
...
Clarify sentence in Reusable Components doc
2015-04-09 10:01:10 -07:00
Teodor Szente
8f6bae21fb
check if type.prototype is object
2015-04-09 19:29:25 +03:00
Stefan Dombrowski
148543ce2b
Add target option to npm readme
2015-04-09 13:04:04 +02:00
Gareth Nicholson
5c35d93436
clarify sentence
2015-04-09 12:16:21 +02:00
Jim
f1cd867323
Merge pull request #3580 from robertknight/2402-warn-multiple-copies-of-react-on-same-page
...
Warn when multiple instances of React are loaded on the same page
2015-04-08 19:18:44 -07:00
Ben Alpert
50e08d4269
Merge pull request #3627 from spicyj/mut-warn-clone
...
Refer to cloneElement in mutation warning
2015-04-08 15:33:56 -07:00
Paul O’Shannessy
b6756c56ff
Merge pull request #3584 from ThornWinters/patch-1
...
More Uniform Formating
2015-04-08 15:33:16 -07:00
Ben Alpert
177dfea503
Merge pull request #3628 from spicyj/do-not-bind
...
Kill ReactDoNotBindDeprecated
2015-04-08 15:28:07 -07:00
Ben Alpert
e60a26a682
Kill ReactDoNotBindDeprecated
...
No one uses this.
2015-04-08 15:15:02 -07:00
Ben Alpert
05f6e7de71
Refer to cloneElement in mutation warning
2015-04-08 14:51:17 -07:00
Ben Alpert
44f0e801df
Merge pull request #3587 from spicyj/kill-plq
...
Kill ReactPutListenerQueue
2015-04-08 14:49:53 -07:00
Paul O’Shannessy
ee811b1614
[docs] Fix typo
...
Introduced in #3589
2015-04-08 10:39:26 -07:00
Paul O’Shannessy
a34cf222ba
Merge pull request #3604 from Charca/firefox-tests-fixes
...
Fixes for several failing tests in Firefox and Safari
2015-04-08 10:34:57 -07:00
Paul O’Shannessy
cf76365cd9
Merge pull request #3618 from TimeBomb/master
...
Document new es6module flag in react-tools README
2015-04-08 10:31:24 -07:00
Christoph Pojer
214c1f9919
Merge pull request #3622 from cpojer/copyright-headers
...
Add copyright headers to npm-react-codemod.
2015-04-08 10:29:06 -07:00
cpojer
245f0d0afa
Add copyright headers to npm-react-codemod.
2015-04-08 10:28:20 -07:00
Jim
5b7f865ffe
Merge pull request #3621 from bhamodi/master
...
Update Copyright notices to include 2015
2015-04-08 10:10:12 -07:00
Baraa Hamodi
8e806ba382
Merge pull request #2 from bhamodi/bhamodi-patch-1
...
Update ReactDOMIframe-test.js
2015-04-08 13:06:50 -04:00
Baraa Hamodi
d9d77bc9a5
Update ReactDOMIframe-test.js
2015-04-08 13:06:37 -04:00
Baraa Hamodi
9ecdd3600b
Merge pull request #1 from bhamodi/2015-update
...
Update ReactCompositeComponentNestedState-test.js
2015-04-08 13:05:38 -04:00
Baraa Hamodi
c9e3a32bc5
Update ReactCompositeComponentNestedState-test.js
2015-04-08 13:02:43 -04:00
Jason
eb377195be
Document new es6module flag in react-tools README
2015-04-08 01:01:54 -07:00
Ben Alpert
e27ad4add3
Merge pull request #3589 from theseyi/master
...
Documentation: Fixed typo / grammar in 'clone with props'
2015-04-07 17:33:52 -07:00
Ben Alpert
057f41ec0f
Merge pull request #3595 from spicyj/select-ssr
...
Fix server-side rendering of <select>
2015-04-07 16:49:10 -07:00
Ben Alpert
ea089fdfe6
Fix server-side rendering of <select>
...
Fixes #1398 .
2015-04-07 16:48:58 -07:00
Jim
7d44917531
Switch to parent-based context. Fixes #2112 .
2015-04-07 14:49:29 -07:00
Paul O’Shannessy
3eb2a01ec1
Merge pull request #3612 from gaearon/patch-1
...
Mention Flux in “communicate between components”
2015-04-07 13:14:44 -07:00
Paul O’Shannessy
af819d122e
Merge pull request #3614 from kassens/set_style_null
...
Fix for style not always reset when set to null
2015-04-07 13:13:31 -07:00
Jan Kassens
eda9ec53b5
Fix for style not always reset when set to null
...
When the style property existed, but was set to null, `this._previousStyleCopy`
was not set back to `null` causing an old value to persist. This broke setting
the style to `null` the next time.
Fixes #3606 .
2015-04-07 12:17:06 -07:00
Dan Abramov
21d91e6f5f
Mention Flux in “communicate between components”
2015-04-07 19:44:20 +03:00
Maxi Ferreira
49745e7bff
Fixes for several failing tests in Firefox and Safari
2015-04-07 01:37:27 -03:00
Seyi Adebajo
5eaca79baa
Documentation: Suggested edit adds clarity regarding when 'shouldComponentUpdate' is triggered and what the 're-rendering' process entails.
2015-04-05 18:46:38 -04:00
Seyi Adebajo
a366ec16e6
Fixed typo / grammar docs
2015-04-05 18:46:38 -04:00
Ben Alpert
ddbbaa9500
Merge pull request #3590 from koba04/patch-1
...
component.render method returns a ReactElement.
2015-04-04 23:47:05 -07:00
Toru Kobayashi
c7a2d46ead
component.render method returns a ReactElement.
2015-04-05 15:33:19 +09:00
Ben Alpert
aee05c27ea
Merge pull request #3588 from marocchino/ko-update
...
Update Korean translation to d402bd3
2015-04-04 22:26:50 -07:00
Shim Won
b9f02d37ed
Update Korean translation to d402bd3
2015-04-05 09:44:54 +09:00
Ben Alpert
7529e6de47
Kill ReactPutListenerQueue
...
As far as I can tell, this is almost equivalent and is simpler. When a component's componentDidMount is called, all the listeners for that subtree will have been attached which I think is all that matters.
2015-04-04 17:34:35 -07:00
Michael Warner
0126e9efcd
More Uniform Formating
...
Corrected so the formatting in this document matches the same as others.
2015-04-03 20:37:42 -07:00
Ben Alpert
d402bd3831
[docs] Fix type on renderIntoDocument
...
Fixes #3581 .
2015-04-03 09:12:10 -07:00
Robert Knight
8ad58ae45a
Warn when multiple instances of React are loaded on the same page
...
This causes a variety of hard-to-debug issues.
See #2402 for examples.
Fixes #2402
2015-04-03 11:46:58 +01:00
Paul O’Shannessy
5a3bda983b
Merge pull request #3567 from chenglou/rm-getdomnode
...
Remove some `getDOMNode` from docs and DOMComponent test
2015-04-02 15:01:15 -07:00
Paul O’Shannessy
1576c1a2b9
Merge pull request #3576 from chenglou/last-getdomnode
...
Remove last call to `getDOMNode` in tests
2015-04-02 15:00:39 -07:00
Cheng Lou
f3e6436bee
Remove last call to getDOMNode in tests
2015-04-02 17:26:19 -04:00
Cheng Lou
5561d0e925
Remove some getDOMNode from docs and examples
2015-04-02 17:23:27 -04:00