Desmond Brand
db175052c0
Add links to docs for addons and top level API ( #6555 )
...
This makes it easier to figure out where the docs live.
Googling for e.g. `react-addons-update` also works, but this should
make things easier for people that hyperclick directly to the source.
2016-05-02 06:14:28 -07:00
Sasha Aickin
256753b830
Add test logic to make sure that events get tested when rendering on top of server-generated markup. ( #6668 )
2016-04-30 11:21:34 -07:00
Greg Hurrell
4f01b4b186
Remove errant console.log ( #6664 )
...
That crept in in c1e3f7ec14 .
2016-04-30 07:45:23 -07:00
Andrey Safronov
08e568cfc8
Create 01-why-react.ru-RU.md ( #6659 )
...
* Create 01-why-react.ru-RU.md
* Create 01-why-react.ru-RU.md
Translation for language code [ru-RU](https://en.wikipedia.org/wiki/Russian_language )
* Create 01-why-react.ru-RU.md
Errors fixes
* Update 01-why-react.ru-RU.md
исправил "чтобы решить".
спасибо за отзывчивость. надеюсь дальнейшие переводы хоть немного помогут распространению React в России :)
2016-04-30 07:43:25 -07:00
Sebastian Markbåge
0e4b046634
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.
2016-04-29 15:57:12 -07:00
Jason Quense
a02eeb59f5
Bail out of dedupe logic in cases where there is an incomplete value descriptor ( #6648 )
2016-04-29 15:21:01 -07:00
Jan Schär
3d31361cfb
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/
2016-04-29 15:05:33 -07:00
Ben Alpert
c1e3f7ec14
Fix bug with double updates in a single batch ( #6650 )
...
Fixes #2410 . Fixes #6371 . Fixes #6538 .
I also manually tested the codepen in #3762 and verified it now works.
2016-04-29 14:02:51 -07:00
Jackson Huang
44f84634d7
Create 01-why-react.zh-TW.md ( #6470 )
...
* Create 01-why-react.zh-TW.md
Translation for language code [zh-TW](https://en.wikipedia.org/wiki/Zh-TW )
* Update 01-why-react.zh-TW.md
change "封裝性非常好" to "封裝性高"
2016-04-29 08:55:50 -07:00
Dan Abramov
45ec1265eb
Merge pull request #6633 from gaearon/native-tree-devtool
...
Make ReactComponentTreeDevtool work with React Native
2016-04-29 16:20:58 +01:00
Dan Abramov
b7f6a642f6
Make ReactComponentTreeDevtool work with React Native
2016-04-29 16:13:21 +01:00
Dan Abramov
98a8f49068
Merge pull request #6046 from gaearon/new-perf
...
Add new ReactPerf
2016-04-29 15:35:53 +01:00
Dan Abramov
67b1dbf75f
Add new ReactPerf
2016-04-28 20:45:57 +01:00
Ryan Lahfa
9d201abb2b
package(node-engine-version): accept 6.x versions ( #6645 )
2016-04-28 11:33:26 -07:00
Simen Bekkhus
772468183f
Add note on how to submit a form ( #6594 )
2016-04-28 08:42:29 -07:00
Dan Abramov
af1a21289b
Merge pull request #6628 from sheerun/patch-1
...
Document stateless components in formal types
2016-04-28 13:28:06 +01:00
Adam Stankiewicz
16f64c4499
Document stateless components in formal types
2016-04-28 13:47:59 +02:00
Paul O’Shannessy
096e5c7cf7
Ensure babelrc file gets packaged for starter kit ( #6617 )
2016-04-28 00:24:58 -07:00
Christoph Pojer
64401150a0
Merge pull request #6638 from cpojer/master
...
Update Jest’s grunt task.
2016-04-28 16:21:54 +09:00
cpojer
681a463240
Update Jest’s grunt task.
2016-04-28 16:08:20 +09:00
Christoph Pojer
d07b554291
Merge pull request #6620 from cpojer/master
...
Update to Jest 12. Codemod to new Jest APIs.
2016-04-28 15:03:20 +09:00
cpojer
8e34514096
Update to Jest 12. Codemod to new Jest APIs.
2016-04-28 14:54:57 +09:00
Sebastian Markbåge
72ba5971ae
Use spread instead of deprecated merge utility ( #6634 )
2016-04-27 19:54:40 -07:00
Dan Abramov
b8f8360b5c
Merge pull request #6388 from gaearon/bye-bye-deprecated-utils
...
Remove OrderedMap and ReactPropTransferer
2016-04-27 20:36:39 +01:00
Dan Abramov
3bdf09e86f
Merge pull request #6612 from gaearon/instrumentation-new-operations
...
Add ReactNativeOperationHistoryDevtool to track native operations
2016-04-27 19:03:55 +01:00
Dan Abramov
2723323006
Remove OrderedMap and ReactPropTransferer
...
These are not exposed publicly and have been deprecated.
2016-04-27 17:44:02 +01:00
Dan Abramov
aaadb31827
Add ReactNativeOperationHistoryDevtool to track native operations
2016-04-26 23:50:58 +01:00
Yan Li
71179459de
adds ReactRally & Reactive 2016 + conf locations ( #6623 )
2016-04-26 15:12:13 -07:00
Dan Abramov
f5b20bf79c
Try enabling coverage again
...
It was disabled in d138b286db .
We should have more Travis instances now so it shouldn't run out of memory.
2016-04-26 13:21:41 +01:00
Jim
8dfdac6780
ComponentWillUnmount should only ever be invoked once ( #6613 )
2016-04-25 18:06:30 -07:00
Dan Abramov
76a4c46dba
Merge pull request #6549 from gaearon/instrumentation-new
...
Provide info about component tree to devtools
2016-04-26 01:12:23 +01:00
Dan Abramov
a9e0896af8
Mute devtool events for TopLevelWrapper and empty components
2016-04-26 01:02:45 +01:00
Stolenkid
aeda84602f
fixed a minor typo ( #6600 )
2016-04-25 14:37:52 -07:00
Dan Abramov
7dbc95f379
Merge pull request #6605 from gaearon/fix-warning-condition
...
Fix the warning condition in ReactDebugTool and ReactDOMDebugTool
2016-04-25 20:16:52 +01:00
z.ky
f4e608fc2e
Update tutorial - add link for starting server ( #6602 )
...
To be extra helpful to beginners, and avoid questions like this: http://stackoverflow.com/questions/35758956/react-tutorial-how-do-i-start-the-server
2016-04-25 11:20:47 -07:00
Dan Abramov
1f97103d7b
Flip the warning condition in ReactDebugTool and ReactDOMDebugTool
...
The current warning condition caused the first error to be swallowed, and all the next errors to be logged. I believe the intention was the opposite: to log the first error, and to ignore any next errors for the same method.
2016-04-25 00:41:53 +01:00
Dan Abramov
f89f94d145
Add tests for ReactDebugTool and ReactDOMDebugTool
2016-04-25 00:41:32 +01:00
Dan Abramov
acd67c368d
Remove isComposite and hide TopLevelWrapper
2016-04-25 00:05:04 +01:00
Dan Abramov
9f16003e69
Assert that unmounted instances are in the tree until purged
2016-04-24 01:53:53 +01:00
Dan Abramov
829558b8b0
Refactor how native container ID is stored
2016-04-23 22:27:40 +01:00
Sebastian Markbåge
69b6869a3e
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.
2016-04-23 13:10:00 -07:00
Dan Abramov
900a588f63
Add safeguards to ReactComponentTreeDevtool
2016-04-23 02:23:16 +01:00
Sebastian Markbåge
2f2ed71bd0
Merge pull request #6588 from sahrens/patch-3
...
Delete ReactNativeGlobalInteractionHandler.js
2016-04-22 16:55:08 -07:00
Sebastian Markbåge
aacb5467a0
Merge pull request #6584 from sahrens/patch-1
...
[RN] Don't hold interaction handles for all touches
2016-04-22 16:54:59 -07:00
Spencer Ahrens
63fbc3f72e
Delete ReactNativeGlobalInteractionHandler.js
...
Depends on https://github.com/facebook/react/pull/6584 to no longer reference is. See FB task #10926500
2016-04-22 16:53:34 -07:00
Sebastian Markbåge
ea504521d5
Merge pull request #6587 from sahrens/patch-2
...
Move PanResponder back to react-native repo temporarily.
2016-04-22 16:44:26 -07:00
Spencer Ahrens
1fc7487eaa
Move PanResponder back to react-native repo temporarily.
...
We have some more work to do with this before we can pull it out of react-native. FB Task #10926500
2016-04-22 16:37:00 -07:00
Spencer Ahrens
983a365f74
[RN] Don't hold interaction handles for all touches
...
We don't want to hold handles while doing native scrolling, etc.
FB Task: #10926500
2016-04-22 16:22:44 -07:00
Paul O’Shannessy
5ddfee8cfe
Merge pull request #6576 from yuji0602/tutorial_md_sample_json_change
...
Changed example json value.
(cherry picked from commit ec036ed185 )
2016-04-22 13:08:48 -07:00
Dan Abramov
df3c85886e
Stop exposing ReactComponentTreeDevtool internal tree directly
2016-04-22 15:45:35 +01:00