Dan Abramov
cba62feeec
Merge pull request #6633 from gaearon/native-tree-devtool
...
Make ReactComponentTreeDevtool work with React Native
(cherry picked from commit 45ec1265eb )
2016-05-09 22:05:16 -07:00
Christoph Pojer
09c6d53e64
Merge pull request #6620 from cpojer/master
...
Update to Jest 12. Codemod to new Jest APIs.
(cherry picked from commit d07b554291 )
2016-05-09 22:05:09 -07:00
Dan Abramov
78aa706491
Merge pull request #6046 from gaearon/new-perf
...
Add new ReactPerf
(cherry picked from commit 98a8f49068 )
2016-05-09 21:54:42 -07:00
Dan Abramov
f50d542ff7
Merge pull request #6612 from gaearon/instrumentation-new-operations
...
Add ReactNativeOperationHistoryDevtool to track native operations
(cherry picked from commit 3bdf09e86f )
2016-05-09 21:54:36 -07:00
Dan Abramov
583d7205c6
Merge pull request #6549 from gaearon/instrumentation-new
...
Provide info about component tree to devtools
(cherry picked from commit 76a4c46dba )
2016-05-09 21:54:23 -07:00
Jim
1f1dba92a8
Merge pull request #6364 from p-jackson/issue-5700
...
Don't wrap drag events in IE/Edge in dev builds
(cherry picked from commit 2e8f28c29f )
2016-05-09 21:54:17 -07:00
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
Paul O’Shannessy
4f0163fd38
Ensure babelrc gets added to zipfile too ( #6688 )
...
(cherry picked from commit 48f4684b5f )
2016-05-09 21:29:12 -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
Tanase Hagi
c3d99b5292
Update examples/basic-commonjs/package.json ( #6685 )
...
(cherry picked from commit 83521bddb0 )
2016-05-09 21:22:54 -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
2f435912d8
Shrinkwrap to account for updated object-assign
2016-05-03 12:38:01 -07:00
Paul O’Shannessy
d737dc6dd2
15.0.3-alpha.1
2016-05-03 12:21:33 -07:00
Paul O’Shannessy
1b22f12acd
Ensure we're using latest object-assign ( #6681 )
...
This picks up the change to feature test against order bugs.
(cherry picked from commit 468901c336 )
2016-05-03 12:18:46 -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
846b5ea252
Update website for 15.0.2
2016-04-29 17:34:00 -07:00
Paul O’Shannessy
de0b0b3705
15.0.2
v15.0.2
2016-04-29 17:32:43 -07:00
Paul O’Shannessy
4dec99c61e
Update readme for 15.0.2
2016-04-29 17:28:09 -07:00
Paul O’Shannessy
18d715b86e
Merge branch '15.0.2-dev' into 15-stable
2016-04-29 17:27:26 -07:00
Paul O’Shannessy
a157791264
Changelog for 15.0.2
2016-04-29 17:04:18 -07:00
Paul O’Shannessy
590d82bc33
Ensure babelrc file gets packaged for starter kit ( #6617 )
...
(cherry picked from commit 096e5c7cf7 )
2016-04-28 00:41:34 -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
Denis Laxalde
ecb61403d7
Remove mention of deprecated ReactLink add-on ( #6535 )
...
(cherry picked from commit de7d1da997 )
2016-04-22 13:13:07 -07:00
Paul O’Shannessy
9eb37bff49
Merge pull request #6519 from zpao/envdocsfixup
...
Cleanup environments doc
(cherry picked from commit befb70e42f )
2016-04-22 13:12:02 -07:00