Commit Graph

  • bc241bfcfe Add getUpdateCount() to ReactComponentTreeDevtool Dan Abramov 2016-04-29 21:52:45 +01:00
  • e187affcaf Make stats less noisy for top-level components Dan Abramov 2016-04-29 21:30:17 +01:00
  • abe9a0ce94 Ignore lifecycle events outside batches Dan Abramov 2016-04-29 21:14:21 +01:00
  • 8b9b79eb6b Fix incorrect onBegin/onEnd timer pair Dan Abramov 2016-04-29 21:02:56 +01:00
  • 103ca4b406 Use performanceNow() instead of performance.now() Dan Abramov 2016-04-29 20:55:51 +01:00
  • 49a1542c9f Emit flush events on React Native for ReactPerf Dan Abramov 2016-04-29 20:53:17 +01:00
  • f22e54a947 Add getLastMeasurements() as it is documented as public API Dan Abramov 2016-04-29 20:52:42 +01:00
  • 411fc9ca7d Rename the new ReactPerfAnalysis to ReactPerf Dan Abramov 2016-04-29 15:18:04 +01:00
  • 5f8f1f6c16 Delete the old ReactPerf Dan Abramov 2016-04-28 20:43:49 +01:00
  • 222f5087fe Move ReactIOS components to native subfolder (#6643) Pieter De Baets 2016-05-03 14:05:33 +01:00
  • 83521bddb0 Update examples/basic-commonjs/package.json (#6685) Tanase Hagi 2016-05-03 06:50:25 +03:00
  • 1d49baff63 fixed minor typo (#6568) Jim 2016-05-02 17:59:03 -07:00
  • 4ed46ec52f Merge pull request #6669 from dotu/patch-2 Dan Abramov 2016-05-03 01:56:27 +01:00
  • 393a1798fa Grammar correction in ReactDOMInput.js warning (#6657) Jake Boone 2016-05-02 15:23:22 -07:00
  • eb116482a3 Return early from enqueuePutListener for SSR (#6678) Brandon Dail 2016-05-02 16:26:35 -05:00
  • fa89cf53f2 Don't warn when style value is '0' Paul O’Shannessy 2016-05-02 11:39:56 -07:00
  • 468901c336 Ensure we're using latest object-assign (#6681) Paul O’Shannessy 2016-05-02 13:16:25 -07:00
  • d9bc567f77 Update 02-displaying-data.ru-RU Andrey Safronov 2016-05-03 00:15:14 +04:00
  • be9f9071d4 Update 02-displaying-data.ru-RU Andrey Safronov 2016-05-02 23:03:34 +04:00
  • be78a41892 Revert "Merge pull request #6458 from mondaychen/master" Paul O’Shannessy 2016-05-02 11:22:55 -07:00
  • 261bf28a99 Update website for 15.0.2 Paul O’Shannessy 2016-04-29 17:34:00 -07:00
  • 9d14cce62f Update readme for 15.0.2 Paul O’Shannessy 2016-04-29 17:28:09 -07:00
  • 06f538a61e Changelog for 15.0.2 Paul O’Shannessy 2016-04-29 16:46:10 -07:00
  • b6c2973b55 Update 02-displaying-data.ru-RU Andrey Safronov 2016-05-02 18:43:26 +04:00
  • db175052c0 Add links to docs for addons and top level API (#6555) Desmond Brand 2016-05-02 06:14:28 -07:00
  • eeb59246b2 Create 02-displaying-data.ru-RU.md Andrey Safronov 2016-05-01 15:52:42 +04:00
  • 256753b830 Add test logic to make sure that events get tested when rendering on top of server-generated markup. (#6668) Sasha Aickin 2016-04-30 11:21:34 -07:00
  • 4f01b4b186 Remove errant console.log (#6664) Greg Hurrell 2016-04-30 07:45:23 -07:00
  • 08e568cfc8 Create 01-why-react.ru-RU.md (#6659) Andrey Safronov 2016-04-30 18:43:25 +04:00
  • 92ec06b65c Rebuild website Travis CI 2016-04-30 00:43:29 +00:00
  • 846b5ea252 Update website for 15.0.2 Paul O’Shannessy 2016-04-29 17:34:00 -07:00
  • de0b0b3705 15.0.2 v15.0.2 Paul O’Shannessy 2016-04-29 17:32:43 -07:00
  • 4dec99c61e Update readme for 15.0.2 Paul O’Shannessy 2016-04-29 17:28:09 -07:00
  • 18d715b86e Merge branch '15.0.2-dev' into 15-stable Paul O’Shannessy 2016-04-29 17:27:26 -07:00
  • a157791264 Changelog for 15.0.2 Paul O’Shannessy 2016-04-29 16:46:10 -07:00
  • 0e4b046634 Get rid of transformMatrix/decomposeMatrix special case (#6660) Sebastian Markbåge 2016-04-29 15:57:12 -07:00
  • a02eeb59f5 Bail out of dedupe logic in cases where there is an incomplete value descriptor (#6648) Jason Quense 2016-04-29 18:21:01 -04:00
  • 3d31361cfb Allow custom elements extending native ones (#6570) Jan Schär 2016-04-30 00:05:33 +02:00
  • c1e3f7ec14 Fix bug with double updates in a single batch (#6650) Ben Alpert 2016-04-29 14:02:51 -07:00
  • 44f84634d7 Create 01-why-react.zh-TW.md (#6470) Jackson Huang 2016-04-29 23:55:50 +08:00
  • 45ec1265eb Merge pull request #6633 from gaearon/native-tree-devtool Dan Abramov 2016-04-29 16:20:58 +01:00
  • b7f6a642f6 Make ReactComponentTreeDevtool work with React Native Dan Abramov 2016-04-27 22:12:31 +01:00
  • 98a8f49068 Merge pull request #6046 from gaearon/new-perf Dan Abramov 2016-04-29 15:35:53 +01:00
  • 67b1dbf75f Add new ReactPerf Dan Abramov 2016-04-28 19:56:35 +01:00
  • 9d201abb2b package(node-engine-version): accept 6.x versions (#6645) Ryan Lahfa 2016-04-28 20:33:26 +02:00
  • 772468183f Add note on how to submit a form (#6594) Simen Bekkhus 2016-04-28 17:42:29 +02:00
  • af1a21289b Merge pull request #6628 from sheerun/patch-1 Dan Abramov 2016-04-28 13:28:06 +01:00
  • 16f64c4499 Document stateless components in formal types Adam Stankiewicz 2016-04-27 09:11:13 +02:00
  • 590d82bc33 Ensure babelrc file gets packaged for starter kit (#6617) (cherry picked from commit 096e5c7cf7) Paul O’Shannessy 2016-04-28 00:24:58 -07:00
  • 096e5c7cf7 Ensure babelrc file gets packaged for starter kit (#6617) Paul O’Shannessy 2016-04-28 00:24:58 -07:00
  • 64401150a0 Merge pull request #6638 from cpojer/master Christoph Pojer 2016-04-28 16:21:54 +09:00
  • 681a463240 Update Jest’s grunt task. cpojer 2016-04-28 16:08:20 +09:00
  • a210dacdf4 15.0.2-alpha.4 Paul O’Shannessy 2016-04-27 23:54:09 -07:00
  • 1dfaa528f8 ComponentWillUnmount should only ever be invoked once (#6613) (cherry picked from commit 8dfdac6780) Jim 2016-04-25 18:06:30 -07:00
  • 8c811778d6 Fix return type in onlyChild's JSDoc (#6573) Esteban 2016-04-21 20:02:20 -03:00
  • 395ae75eb3 Fix mapFunction parameters in mapChildren's JSDoc (#6569) Esteban 2016-04-21 18:28:08 -03:00
  • 2606966b43 properly handling invalid scryRenderedDOMComponentsWithClass args (#6529) Ike Peters 2016-04-21 17:09:04 -07:00
  • c98f0e6631 Merge pull request #6516 from gaearon/ignore-dom-writes-outside-batch Dan Abramov 2016-04-15 00:03:17 +01:00
  • a7714585bb Merge pull request #6504 from alexlur/patch-1 Paul O’Shannessy 2016-04-13 10:43:13 -07:00
  • da6e4853be Helper for escaping and unescpaing component keys (#6500) hkal 2016-04-15 23:55:37 -04:00
  • afba0f3da7 Merge pull request #6469 from keyanzhang/validate-foreignObject-children Ben Alpert 2016-04-14 18:27:13 -07:00
  • d2b947c351 Merge pull request #6462 from Wildhoney/master Jim 2016-04-14 10:17:57 -07:00
  • d1ba51bc84 Merge pull request #6442 from trevorsmith/master Jim 2016-04-08 09:55:43 -07:00
  • 9d73b2339a Merge pull request #6388 from gaearon/bye-bye-deprecated-utils Dan Abramov 2016-04-27 20:36:39 +01:00
  • d07b554291 Merge pull request #6620 from cpojer/master Christoph Pojer 2016-04-28 15:03:20 +09:00
  • e88c96b1d7 Merge pull request #6362 from gaearon/no-owner-in-test-utils Dan Abramov 2016-04-14 18:54:10 +01:00
  • 8e34514096 Update to Jest 12. Codemod to new Jest APIs. cpojer 2016-04-26 19:36:39 +09:00
  • 3655e30adb Merge pull request #6215 from nhunzaker/nh-fix-disabled-inputs Dan Abramov 2016-04-14 19:40:21 +01:00
  • 72ba5971ae Use spread instead of deprecated merge utility (#6634) Sebastian Markbåge 2016-04-27 19:54:40 -07:00
  • b8f8360b5c Merge pull request #6388 from gaearon/bye-bye-deprecated-utils Dan Abramov 2016-04-27 20:36:39 +01:00
  • 3bdf09e86f Merge pull request #6612 from gaearon/instrumentation-new-operations Dan Abramov 2016-04-27 19:03:55 +01:00
  • 2723323006 Remove OrderedMap and ReactPropTransferer Dan Abramov 2016-03-31 14:38:25 +01:00
  • aaadb31827 Add ReactNativeOperationHistoryDevtool to track native operations Dan Abramov 2016-04-26 01:28:44 +01:00
  • 71179459de adds ReactRally & Reactive 2016 + conf locations (#6623) Yan Li 2016-04-26 18:12:13 -04:00
  • f5b20bf79c Try enabling coverage again Dan Abramov 2016-04-26 13:20:56 +01:00
  • 8dfdac6780 ComponentWillUnmount should only ever be invoked once (#6613) Jim 2016-04-25 18:06:30 -07:00
  • 76a4c46dba Merge pull request #6549 from gaearon/instrumentation-new Dan Abramov 2016-04-26 01:12:23 +01:00
  • a9e0896af8 Mute devtool events for TopLevelWrapper and empty components Dan Abramov 2016-04-26 01:01:03 +01:00
  • aeda84602f fixed a minor typo (#6600) Stolenkid 2016-04-26 03:07:52 +05:30
  • 112a400662 15.0.2-alpha.3 Paul O’Shannessy 2016-04-25 12:54:56 -07:00
  • 33a9603e93 Ignore events fired on missing React Native instances Sebastian Markbåge 2016-04-23 13:10:00 -07:00
  • ae6dfa9dae Merge pull request #6588 from sahrens/patch-3 Sebastian Markbåge 2016-04-22 16:55:08 -07:00
  • c05ae26ec8 Merge pull request #6587 from sahrens/patch-2 Sebastian Markbåge 2016-04-22 16:44:26 -07:00
  • 3b2f29ef69 Merge pull request #6584 from sahrens/patch-1 Sebastian Markbåge 2016-04-22 16:54:59 -07:00
  • 7dbc95f379 Merge pull request #6605 from gaearon/fix-warning-condition Dan Abramov 2016-04-25 20:16:52 +01:00
  • f4e608fc2e Update tutorial - add link for starting server (#6602) z.ky 2016-04-25 19:20:47 +01:00
  • 1f97103d7b Flip the warning condition in ReactDebugTool and ReactDOMDebugTool Dan Abramov 2016-04-25 00:41:51 +01:00
  • f89f94d145 Add tests for ReactDebugTool and ReactDOMDebugTool Dan Abramov 2016-04-25 00:41:32 +01:00
  • acd67c368d Remove isComposite and hide TopLevelWrapper Dan Abramov 2016-04-24 02:55:59 +01:00
  • 9f16003e69 Assert that unmounted instances are in the tree until purged Dan Abramov 2016-04-24 01:53:53 +01:00
  • 829558b8b0 Refactor how native container ID is stored Dan Abramov 2016-04-23 22:27:40 +01:00
  • 69b6869a3e Ignore events fired on missing React Native instances Sebastian Markbåge 2016-04-23 13:10:00 -07:00
  • 900a588f63 Add safeguards to ReactComponentTreeDevtool Dan Abramov 2016-04-23 02:23:16 +01:00
  • 2f2ed71bd0 Merge pull request #6588 from sahrens/patch-3 Sebastian Markbåge 2016-04-22 16:55:08 -07:00
  • aacb5467a0 Merge pull request #6584 from sahrens/patch-1 Sebastian Markbåge 2016-04-22 16:54:59 -07:00
  • 63fbc3f72e Delete ReactNativeGlobalInteractionHandler.js Spencer Ahrens 2016-04-22 16:53:34 -07:00
  • ea504521d5 Merge pull request #6587 from sahrens/patch-2 Sebastian Markbåge 2016-04-22 16:44:26 -07:00
  • 1fc7487eaa Move PanResponder back to react-native repo temporarily. Spencer Ahrens 2016-04-22 16:37:00 -07:00
  • 983a365f74 [RN] Don't hold interaction handles for all touches Spencer Ahrens 2016-04-22 16:22:44 -07:00
  • e2d954d1e7 Rebuild website Travis CI 2016-04-22 20:15:55 +00:00