Jim
258e591e45
Merge pull request #6341 from borisyankov/master
...
Add more information to warning 'Input elements must be either controlled or uncontrolled'
(cherry picked from commit 006058daa5 )
2016-05-09 21:54:12 -07:00
Jim
42d27cd152
Merge pull request #6134 from richardscarrott/master
...
Warn if props obj passed into createElement / cloneElement inherits from anything other than Object
(cherry picked from commit 7b47e3e537 )
2016-05-09 21:53:51 -07:00
Paul O’Shannessy
d8d6c7a07b
15.0.3-alpha.2
2016-05-09 21:32:13 -07:00
Jim
0244879c8f
Basic SSR support for error boundaries ( #6694 )
...
(cherry picked from commit 96cb8c5fc4 )
2016-05-09 21:23:44 -07:00
Andreas Svensson
743e4c6231
DOMLazyTree, populate <object> before insertion into DOM ( #6691 )
...
(cherry picked from commit 2af4765a2a )
2016-05-09 21:23:38 -07:00
Jake Boone
d1f519e0cd
Grammar correction in ReactDOMInput.js warning ( #6657 )
...
Changed "a uncontrolled input" to "an uncontrolled input".
(cherry picked from commit 393a1798fa )
2016-05-09 21:19:51 -07:00
Brandon Dail
ff3cec5beb
Return early from enqueuePutListener for SSR ( #6678 )
...
(cherry picked from commit eb116482a3 )
2016-05-09 21:19:42 -07:00
Jan Schär
b0deadc05d
Allow custom elements extending native ones ( #6570 )
...
...by passing the `is` attribute as the second param to `createElement`.
See http://webcomponents.org/polyfills/custom-elements/
(cherry picked from commit 3d31361cfb )
2016-05-09 21:16:51 -07:00
Paul O’Shannessy
d737dc6dd2
15.0.3-alpha.1
2016-05-03 12:21:33 -07:00
Pieter De Baets
69bb9e3c8c
Remove some mocks that are already packaged by InitializeJavaScriptAppEngine ( #6642 )
...
(cherry picked from commit 760b1ef4c3 )
2016-05-03 12:03:13 -07:00
Pieter De Baets
772b5f9a5a
Move ReactIOS components to native subfolder ( #6643 )
...
* Move ReactIOS components to ReactNative
* Drop ReactNative subfolder
(cherry picked from commit 222f5087fe )
2016-05-03 12:02:35 -07:00
Sebastian Markbåge
64acaca8ee
Use spread instead of deprecated merge utility ( #6634 )
...
(cherry picked from commit 72ba5971ae )
2016-05-03 11:50:28 -07:00
Sebastian Markbåge
0008beb1fb
Get rid of transformMatrix/decomposeMatrix special case ( #6660 )
...
This is no longer needed on the native side.
This is also the last use of the Platform flag. React Core is now
platform agnostic with regard to React Native. So I'll remove
the mocks and dependency.
(cherry picked from commit 0e4b046634 )
2016-05-03 11:44:02 -07:00
Paul O’Shannessy
de0b0b3705
15.0.2
2016-04-29 17:32:43 -07:00
Paul O’Shannessy
a210dacdf4
15.0.2-alpha.4
2016-04-27 23:54:09 -07:00
Jim
1dfaa528f8
ComponentWillUnmount should only ever be invoked once ( #6613 )
...
(cherry picked from commit 8dfdac6780 )
2016-04-27 23:32:08 -07:00
Esteban
8c811778d6
Fix return type in onlyChild's JSDoc ( #6573 )
...
The return type is a 'ReactElement' instead of a 'ReactComponent'.
(cherry picked from commit 416f315c96 )
2016-04-27 23:20:27 -07:00
Esteban
395ae75eb3
Fix mapFunction parameters in mapChildren's JSDoc ( #6569 )
...
Remove 'key' parameter from 'mapFunction(child, key, index)'. It is no longer called with 'key'.
(cherry picked from commit 9462d0d040 )
2016-04-27 23:19:52 -07:00
Ike Peters
2606966b43
properly handling invalid scryRenderedDOMComponentsWithClass args ( #6529 )
...
properly handling invalid scryRenderedDOMComponentsWithClass args
properly handle invalid scryRenderedDOMComponentsWithClass args
(cherry picked from commit 9df54e0fce )
2016-04-27 23:19:22 -07:00
Dan Abramov
c98f0e6631
Merge pull request #6516 from gaearon/ignore-dom-writes-outside-batch
...
Ignore DOM writes outside the batch in ReactPerf
(cherry picked from commit 6a93137f0e )
2016-04-27 23:18:17 -07:00
Paul O’Shannessy
a7714585bb
Merge pull request #6504 from alexlur/patch-1
...
Replaces Array#map with Array#forEach
(cherry picked from commit 932334d3d4 )
2016-04-27 23:13:18 -07:00
hkal
da6e4853be
Helper for escaping and unescpaing component keys ( #6500 )
...
- Abstract escaping
- Provide human readible same key warnings
(cherry picked from commit dc6fc8cc07 )
2016-04-27 23:12:19 -07:00
Ben Alpert
afba0f3da7
Merge pull request #6469 from keyanzhang/validate-foreignObject-children
...
Ensure validateDOMNesting catches nested body elements
(cherry picked from commit 4016e71609 )
2016-04-27 23:10:30 -07:00
Jim
d2b947c351
Merge pull request #6462 from Wildhoney/master
...
Re-added support for attaching events to document fragments
(cherry picked from commit 0b1fd18685 )
2016-04-27 23:09:50 -07:00
Jim
d1ba51bc84
Merge pull request #6442 from trevorsmith/master
...
Correctly select options when nested inside an optgroup
(cherry picked from commit 5ac51c39a0 )
2016-04-27 23:06:43 -07:00
Dan Abramov
9d73b2339a
Merge pull request #6388 from gaearon/bye-bye-deprecated-utils
...
Remove OrderedMap and ReactPropTransferer
(cherry picked from commit b8f8360b5c )
2016-04-27 23:05:48 -07:00
Dan Abramov
e88c96b1d7
Merge pull request #6362 from gaearon/no-owner-in-test-utils
...
Elements from functional components in TestUtils should have no owner
(cherry picked from commit ae56910573 )
2016-04-27 22:59:40 -07:00
Dan Abramov
3655e30adb
Merge pull request #6215 from nhunzaker/nh-fix-disabled-inputs
...
Disabled inputs should not respond to clicks in IE
(cherry picked from commit 36e4fe54a8 )
2016-04-27 22:54:46 -07:00
Paul O’Shannessy
112a400662
15.0.2-alpha.3
2016-04-25 12:55:13 -07:00
Sebastian Markbåge
33a9603e93
Ignore events fired on missing React Native instances
...
This can happen if something gets unmounted before the event gets
dispatched. I'm not sure how this works out exactly but this
preserves previous behavior in this scenario.
(cherry picked from commit 69b6869a3e )
2016-04-25 12:53:02 -07:00
Sebastian Markbåge
ae6dfa9dae
Merge pull request #6588 from sahrens/patch-3
...
Delete ReactNativeGlobalInteractionHandler.js
(cherry picked from commit 2f2ed71bd0 )
2016-04-25 12:52:52 -07:00
Sebastian Markbåge
c05ae26ec8
Merge pull request #6587 from sahrens/patch-2
...
Move PanResponder back to react-native repo temporarily.
(cherry picked from commit ea504521d5 )
2016-04-25 12:52:46 -07:00
Sebastian Markbåge
3b2f29ef69
Merge pull request #6584 from sahrens/patch-1
...
[RN] Don't hold interaction handles for all touches
(cherry picked from commit aacb5467a0 )
2016-04-25 12:52:41 -07:00
Ben Alpert
1fb7d64171
15.0.2-alpha.2
2016-04-21 15:18:27 -07:00
Ben Alpert
fd8aa077e3
Merge pull request #6572 from spicyj/rn-batch
...
Batch event handling in React Native
2016-04-21 15:15:19 -07:00
Paul O’Shannessy
3e8a2aaddb
15.0.2-alpha.1
2016-04-20 10:37:33 -07:00
Sebastian Markbåge
5b4b6e7999
Merge pull request #6338 from sebmarkbage/reactnative2
...
Move React Core Integration and Injection to the Core Repo
(cherry picked from commit c84ad52ddb )
2016-04-20 09:39:50 -07:00
Paul O’Shannessy
ca92b9104c
15.0.1
2016-04-08 11:12:25 -07:00
Ben Alpert
8afaf0380f
Merge pull request #6449 from spicyj/option-value
...
Set value using attribute only on initial option render
(cherry picked from commit 2b1bd1d7fe )
2016-04-07 21:47:58 -07:00
Paul O’Shannessy
ca0c409b6f
Merge pull request #6444 from zpao/re__spreadwarn
...
Add back React.__spread and make it warn
(cherry picked from commit 516c1d809e )
2016-04-07 17:49:05 -07:00
Paul O’Shannessy
d1c08f11d5
v15.0.0
2016-04-07 12:07:50 -07:00
Sebastian Markbåge
a37e4e94fc
Merge pull request #6431 from sebmarkbage/killspread
...
Kill React.__spread
2016-04-06 18:42:45 -07:00
Paul O’Shannessy
95cd88d07a
Ensure default injection is injected for test utils
2016-04-06 17:43:08 -07:00
Sebastian Markbage
a142fd2578
Kill React.__spread
...
This was only for a JSTransform related experiment that is now
dead along with JSTransform.
2016-04-06 17:08:50 -07:00
Paul O’Shannessy
e19353cdb5
Merge pull request #6429 from zpao/viceversa2words
...
Fix "vice versa" in warning message
2016-04-06 16:46:19 -07:00
Paul O’Shannessy
a55579af0a
Merge pull request #6426 from zpao/valuetest
...
Fix tests for value change
2016-04-06 16:24:09 -07:00
Paul O’Shannessy
a10665cac0
Fix "vice versa" in warning message
...
The phrase is 2 words, not 1.
2016-04-06 15:51:06 -07:00
Paul O’Shannessy
cf1a96611f
Fix tests for value change
2016-04-06 13:43:59 -07:00
Paul O’Shannessy
42b1cba048
Make sure simulated events don't warn when providing extra event properties
2016-04-05 14:53:25 -07:00
Sebastian Markbage
2d069fc5e6
Fix typo
...
Resets currentTarget on the pooled event instead of adding an
expando.
2016-04-05 13:40:49 -07:00