Commit Graph

  • a107f6d12e Fix npm package builds (#7888) Paul O’Shannessy 2016-10-05 15:32:38 -07:00
  • 077d660a27 Fix npm package builds (#7888) Paul O’Shannessy 2016-10-05 15:32:38 -07:00
  • 2a2dd7689f removing parent/child references in props section of tutorial (#7887) Sophia 2016-10-05 14:29:55 -07:00
  • e5b197cd94 Update README.md to use jsx for syntax highlighting (#7884) Tyler Buchea 2016-10-05 12:13:11 -07:00
  • 88fbe7cc58 Rebuild website Travis CI 2016-10-05 02:09:02 +00:00
  • 4717d2480c 15.4.0-rc.1 Paul O’Shannessy 2016-10-04 15:33:38 -07:00
  • 91dc94cec6 Resolve Flow & Test issues with ReactTestRenderer Brandon Dail 2016-10-04 15:22:03 -07:00
  • 1f605930cc Update comment to refer to correct method name (#7873) Michael O'Brien 2016-10-04 22:53:26 +01:00
  • 48ea2d4743 Update comment to refer to correct method name (#7873) Michael O'Brien 2016-10-04 22:53:26 +01:00
  • c7020c017d Fix confusing variable names (#7863) Toru Kobayashi 2016-10-04 20:53:29 +09:00
  • 9b025df36b Refactor ShallowRenderer (#7739) Toru Kobayashi 2016-10-04 20:28:06 +09:00
  • b0b1303207 Fix benchmarks (#7704) Dan Abramov 2016-09-12 21:58:00 +03:00
  • 4f20847f8b Make benchmark script work in React 15 Ben Alpert 2016-05-14 12:03:51 -07:00
  • 3e95d99fe2 Interleave trials in benchmark script Ben Alpert 2016-05-14 12:04:25 -07:00
  • 7eb00d77e9 Rebuild website Travis CI 2016-10-04 21:03:41 +00:00
  • 1dce444f70 Fix UMD bundles, making safe to use as required modules (#7840) Paul O’Shannessy 2016-10-03 15:49:10 -07:00
  • 4dfe234950 Add unknown property warning for use of autofocus (#7694) hkal 2016-10-03 10:51:44 -04:00
  • 8ecaaddd23 Fixes #7824 (#7832) Mark Penner 2016-09-30 19:03:49 -07:00
  • a793486541 React dom invalid aria hook (#7744) J. Renée Beach 2016-09-27 18:53:14 -07:00
  • 6b85431df6 Fix total count in flow tracker (#7813) Christopher Chedeau 2016-09-27 16:20:50 -07:00
  • 32edcfc9cd Track fiber tests (#7812) Christopher Chedeau 2016-09-26 14:54:27 -07:00
  • a28dc34918 Update travis.yml to use $GITHUB_USER_NAME and $GITHUB_USER_EMAIL (#7811) Christopher Chedeau 2016-09-26 14:47:16 -07:00
  • 3135f888f0 Introduce facts-tracker (#7747) Christopher Chedeau 2016-09-26 12:58:51 -07:00
  • 84fc62f30f Clarify manual PropType calls warning (#7777) Andy Edwards 2016-09-22 08:59:01 -05:00
  • c4c7e0a966 Adjust code to handle more availability of function.name (#7670) Paul O’Shannessy 2016-09-20 14:23:46 -07:00
  • 918037bd30 Simplify event phases. Use explicitly 'captured' and 'bubbled'. (#7741) Uladzimir Havenchyk 2016-09-16 09:24:56 +03:00
  • 6784bf841e Rebuild the website by hand Dan Abramov 2016-10-04 19:44:42 +01:00
  • 5fe354bc1e Update the homepage with ES6 (#7868) Dan Abramov 2016-10-04 19:33:09 +01:00
  • 9a9a6cf10b Fix initial state example for Recat.createClass (#7867) Kateryna 2016-10-04 20:43:49 +03:00
  • 7b10b2b88d Update the homepage with ES6 (#7868) Dan Abramov 2016-10-04 19:33:09 +01:00
  • c9ec4bc445 Fix initial state example for Recat.createClass (#7867) Kateryna 2016-10-04 20:43:49 +03:00
  • 7268e9423f Rebuild website Travis CI 2016-10-04 11:54:07 +00:00
  • 30067fa8ca Fix confusing variable names (#7863) Toru Kobayashi 2016-10-04 20:53:29 +09:00
  • 6ac0bbfd17 Use ES6 in Language Tooling doc ankitml 2016-05-24 02:15:16 +05:30
  • eddcee9884 Use ES6 in Language Tooling doc ankitml 2016-05-24 02:15:16 +05:30
  • 85b0377bfd Refactor ShallowRenderer (#7739) Toru Kobayashi 2016-10-04 20:28:06 +09:00
  • 309de75dc5 Rebuild website Travis CI 2016-10-04 11:25:53 +00:00
  • 75e9127216 Fix minor typo in closing H1 tag (#7855) Marcelo Alves 2016-10-03 17:07:56 -07:00
  • 3dc13b49b9 Rebuild website Travis CI 2016-10-04 11:23:12 +00:00
  • 1d099c001f Update 04-multiple-components.md (#7861) KeicaM 2016-10-04 13:19:44 +02:00
  • ffa70704ca simplify npm link script a little bit (#7862) Steve Mao 2016-10-04 22:12:12 +11:00
  • f96237cdb8 Update 04-multiple-components.md (#7861) KeicaM 2016-10-04 13:19:44 +02:00
  • 957f663513 simplify npm link script a little bit (#7862) Steve Mao 2016-10-04 22:12:12 +11:00
  • 71f0c6fef9 Update ignores in flowconfig (#7722) Paul O’Shannessy 2016-09-14 14:57:31 -07:00
  • a6bdb0022f Clean up ReactTestRenderer (#7716) Brandon Dail 2016-09-13 21:20:41 -05:00
  • 1d93d28494 Unify branches in cloneFiber (#7723) Ben Alpert 2016-09-13 17:42:15 -07:00
  • c3d43193c9 [Fiber] Animation priority work (#7466) Andrew Clark 2016-09-13 16:46:32 -07:00
  • da9a658e35 Merge pull request #7344 from acdlite/fibersetstate Sebastian Markbåge 2016-09-13 15:31:14 -07:00
  • 3bc9d9caa7 Merge pull request #7636 from sebmarkbage/fiberrefactor Sebastian Markbåge 2016-09-13 15:24:52 -07:00
  • d5059c91f5 Implement createNodeMock for ReactTestRenderer (#7649) Brandon Dail 2016-09-13 09:09:20 -05:00
  • ec4c0f1dd6 changed ReactChildrenMutationWarningHook to Object.freeze (#7455) Keyan Zhang 2016-09-13 09:25:31 -04:00
  • 4d99f2bdd4 Fix Flow errors in Event Plugins (#7698) Flarnie Marchan 2016-09-10 16:44:08 -07:00
  • ce1f57e940 jest@15.1.1 (#7693) Dmitrii Abramov 2016-09-10 15:09:14 -07:00
  • 2fbe0cd333 Move mouse event disabling on interactive elements to SimpleEventPlugin. Related perf tweak to click handlers. (#7642) Nathan Hunzaker 2016-09-08 14:47:52 -04:00
  • 747d65133a Run codemod react-codemod/transforms/class again (#7679) Toru Kobayashi 2016-09-09 02:38:44 +09:00
  • 195b03e196 Type ReactHostOperationHistoryHook (#7672) Christopher Chedeau 2016-09-07 20:08:09 -07:00
  • c023d53f02 Trim and inline ReactInstanceHandles (#7676) Christopher Chedeau 2016-09-07 20:03:56 -07:00
  • c1f0b4e9da Flow type event plugins (#7667) Flarnie Marchan 2016-09-07 12:40:45 -07:00
  • 26d060797c I wrote it live! (#7663) Christopher Chedeau 2016-09-06 15:18:42 -07:00
  • 118b93c591 Remove unnecessary var declaration (#7666) Filip Spiridonov 2016-09-06 08:31:47 -07:00
  • 654829da66 Don't bundle ReactComponentTreeHook in production (#7653) Dan Abramov 2016-09-03 22:32:20 +01:00
  • 88e29060cd Use proper render method in static markup event listener test (#7652) Nathan Hunzaker 2016-09-03 12:29:12 -04:00
  • a7b81a60c0 Flow: bool -> boolean (#7650) Paul O’Shannessy 2016-09-02 17:35:14 -07:00
  • db985af3c3 Type ReactCurrentOwner (#7648) Christopher Chedeau 2016-09-02 16:29:24 -07:00
  • 2c16a6bb9d Convert CallbackQueue to a class (#7647) Christopher Chedeau 2016-09-02 15:27:44 -07:00
  • b4949fd8c6 Restore coverage in Travis (#7628) Christopher Chedeau 2016-09-02 14:23:58 -07:00
  • 206bc2a330 Type ReactRef (#7600) Christopher Chedeau 2016-09-02 14:16:32 -07:00
  • 2c00d750c2 Merge pull request #7644 from flarnie/flowifyEventPluginRegistry Flarnie Marchan 2016-09-02 13:53:44 -07:00
  • ae79e023d5 Generate SimpleEventPlugin data structures at runtime (#7616) Christopher Chedeau 2016-09-02 12:57:18 -07:00
  • bef7ae4800 Merge pull request #7634 from spicyj/flowfix Ben Alpert 2016-09-01 17:26:08 -07:00
  • b7d7f47a5e Remove the Flow experimental.strict_type_args option (#7631) Guillaume Claret 2016-09-01 20:40:08 +02:00
  • 85de53c450 Remove String.prototype.split polyfill warning (#7629) Nathan Hunzaker 2016-09-01 09:44:36 -04:00
  • 96d39380fa Merge pull request #7625 from vjeux/jest15 Christoph Pojer 2016-09-01 02:56:54 +01:00
  • d5a769ec89 Kill keyOf :) (#7615) Christopher Chedeau 2016-08-30 11:03:05 -07:00
  • 869d26c3b4 Remove keyMirror in TopLevelTypes (#7597) Christopher Chedeau 2016-08-30 09:50:16 -07:00
  • be63afcb64 Make sure .createElement({}) warns (#7857) Ben Alpert 2016-10-03 17:24:57 -07:00
  • 23cd77b683 Fix minor typo in closing H1 tag (#7855) Marcelo Alves 2016-10-03 17:07:56 -07:00
  • c3f2c6b19d Remove keyMirror in PropagationPhases (#7596) Christopher Chedeau 2016-08-30 09:44:14 -07:00
  • 465d35a78a Cleanup ReactErrorUtils (#7610) Paul O’Shannessy 2016-08-29 20:44:47 -07:00
  • bf3f9cffc2 Ignore bundle.js for examples (#7498) Nick Raienko 2016-08-29 20:34:46 +03:00
  • 4b7f7b371b Type Transaction (#7581) Christopher Chedeau 2016-08-28 16:47:27 -07:00
  • 0dd4ff1bc8 Remove the Mixin layer of indirection on ReactCompositeComponent (#7599) Christopher Chedeau 2016-08-28 16:46:53 -07:00
  • 577818e419 Type PooledClass (#7578) Christopher Chedeau 2016-08-28 10:43:13 -07:00
  • 2589ed586d Type ReactOwner (#7587) Christopher Chedeau 2016-08-28 10:31:49 -07:00
  • b9ce809aaf Type ReactMultiChildUpdateTypes (#7589) Christopher Chedeau 2016-08-28 10:31:30 -07:00
  • dd01e016a6 Remove keyMirror in SpecPolicy (#7590) Christopher Chedeau 2016-08-28 10:30:59 -07:00
  • 329b107606 Remove keyMirror in ComponentLifeCycle (#7591) Christopher Chedeau 2016-08-28 10:30:33 -07:00
  • fb7b8f201f Remove keyMirror in ReactPropTypeLocations (#7592) Christopher Chedeau 2016-08-28 10:30:15 -07:00
  • 74da40520c Type ReactDebugTool (#7586) Christopher Chedeau 2016-08-27 14:13:18 -07:00
  • f5f0256d82 Type ReactPerf (#7585) Christopher Chedeau 2016-08-27 14:12:54 -07:00
  • 25bdc55fb8 Type ReactDebugTool (#7576) Christopher Chedeau 2016-08-26 14:47:59 -07:00
  • f5f1c749b6 Type ReactInvalidSetStateWarningHook (#7572) Christopher Chedeau 2016-08-26 14:47:15 -07:00
  • 951b243d17 Type ReactChildrenMutationWarningHook (#7571) Christopher Chedeau 2016-08-26 14:46:57 -07:00
  • a9b2d841f7 Remove unneeded declare (#7570) Christopher Chedeau 2016-08-26 08:42:03 -07:00
  • 58d6f4fac6 Type ReactComponentEnvironment (#7566) Christopher Chedeau 2016-08-25 20:08:20 -07:00
  • 03846d6916 Fix lint errors (#7568) Christopher Chedeau 2016-08-25 19:16:34 -07:00
  • 774a94b6c2 Type ReactComponentTreeHook (#7504) Christopher Chedeau 2016-08-25 15:27:03 -07:00
  • 283dbc30ee Type ReactPropTypesSecret (#7501) Christopher Chedeau 2016-08-25 15:26:38 -07:00
  • f4374bd168 Type ReactElementSymbol (#7564) Christopher Chedeau 2016-08-25 15:23:29 -07:00
  • 87958ea037 Type ReactErrorUtils (#7565) Christopher Chedeau 2016-08-25 15:23:13 -07:00