Commit Graph

  • 23f245173a Merge pull request #9043 from trueadm/fix-fiber-functional-componment-childcontext Dominic Gannaway 2017-02-23 15:37:48 +00:00
  • bde5df1d76 addressed code in feedback Dominic Gannaway 2017-02-23 15:37:19 +00:00
  • a99d77e073 added a regression test for factory components Dominic Gannaway 2017-02-23 14:00:02 +00:00
  • 925743bfc9 reverted ReactDOMFeatureFlags Dominic Gannaway 2017-02-23 13:40:16 +00:00
  • e7d7809eb1 reverted the getChildContext warning from showing on functional components in Fiber Dominic Gannaway 2017-02-23 13:39:08 +00:00
  • 25f4abc9d5 mountClassInstance() now re-assigns instance.refs to emptyObject Dominic Gannaway 2017-02-23 12:58:37 +00:00
  • a749083b85 fixed comment that was incorrect Dominic Gannaway 2017-02-23 12:42:21 +00:00
  • 724ae9b35a reverts previous changes to inlining requires and fixes test suite instead Dominic Gannaway 2017-02-23 12:31:58 +00:00
  • 5f6f3277f5 Add test for hack to stop bubbling (#8922) Ben Alpert 2017-02-22 14:02:10 -08:00
  • 9503abe5c7 Pass errorBoundary to logCapturedError (#9050) Ben Alpert 2017-02-22 13:06:49 -08:00
  • 2081a0053a Merge pull request #8949 from acdlite/fibercomponentlifecycletests Andrew Clark 2017-02-22 12:54:42 -08:00
  • a44a5d68d8 Fix bugs that occur when event responder unmounts during a touch event sequence > This PR adds a test (initially failing) for this case along with a fix for stack and fiber. The stack fix was copied from a Diff submitted by @sema. The fiber fix just required us to stop leaking properties for unmounted views. > Longer term we may want to explicitly invoke a release event listener for a responder just before unmounting it. This PR does not do that. Brian Vaughn 2017-02-22 10:21:24 -08:00
  • 42c375b136 Merge pull request #9040 from acdlite/assignstateincwrp Andrew Clark 2017-02-22 12:45:58 -08:00
  • 5cc2a4fe3e Fixed typo: "Calcutor" to "Calculator" (#9047) Stephie 2017-02-22 09:37:55 -08:00
  • 55f18f20ea Update Fiber debugger deps Dan Abramov 2017-02-22 17:18:56 +00:00
  • 67c1fde70e Upgrade Jest to v19 (#9034) Michał Pierzchała 2017-02-22 17:59:18 +01:00
  • b8cf75a5b4 updated tests-failing and test-passing Dominic Gannaway 2017-02-22 16:16:21 +00:00
  • 3a7d6f5384 moved require(emptyObject) to inline calls to get around referential mismatch Dominic Gannaway 2017-02-22 16:12:51 +00:00
  • a9325e2ec4 adds childContextTypes warnings for functional components Dominic Gannaway 2017-02-22 14:04:35 +00:00
  • d649ebc6e1 Test should ensure that update is applied before corresponding render Andrew Clark 2017-02-21 16:47:25 -08:00
  • 3d44a6a486 Improved stack/fiber type-check to avoid false negative match when inst._rootNodeID is 0 Brian Vaughn 2017-02-21 14:41:09 -08:00
  • 28dbbe5734 Run test script Andrew Clark 2017-02-21 14:43:01 -08:00
  • d3cbbe3b36 Add deprecation warning for assigning to this.state inside cWRP Andrew Clark 2017-02-21 14:42:12 -08:00
  • adc1641fec Should be able to setState inside cWRP before assigning to this.state Andrew Clark 2017-02-21 14:40:56 -08:00
  • d98a3d9269 Support assigning directly to this.state inside cWRP Andrew Clark 2017-02-21 14:29:30 -08:00
  • 53970c95be Rebuild Dan Abramov 2017-02-19 12:12:06 +00:00
  • c53314a3da Add more details to the doc Dan Abramov 2017-02-19 12:07:54 +00:00
  • 51733c9a36 Add more details to the doc Dan Abramov 2017-02-19 12:07:54 +00:00
  • 8cfc95f2d3 Doc consistency tweaks Dan Abramov 2017-02-19 11:58:42 +00:00
  • 6d6211f526 Doc consistency tweaks Dan Abramov 2017-02-19 11:58:42 +00:00
  • 3842de7f5f Rebuild Dan Abramov 2017-02-19 11:14:33 +00:00
  • 67420d1d08 Remove extra article from documentation (#9028) Roman Matusevich 2017-02-19 14:10:50 +03:00
  • 6256f3e8b0 Improved for a better understanding (#8970) DanZeuss 2017-02-18 23:21:05 -03:00
  • d28264e689 Remove extra article from documentation (#9028) Roman Matusevich 2017-02-19 14:10:50 +03:00
  • fc362bf095 Improved for a better understanding (#8970) DanZeuss 2017-02-18 23:21:05 -03:00
  • bc2702f8bd Fix Fiber devtools prod (#9019) Ben Alpert 2017-02-16 18:00:49 -08:00
  • 764531d53a Switch to shipping Fiber in npm packages (#9015) Dimzel Sobolev 2017-02-16 18:42:04 +03:00
  • d20dea1de2 Update to babel-plugin-transform-es2015-block-scoping 6.23 (#9002) Ben Alpert 2017-02-14 11:24:01 -08:00
  • 66bae80b08 Move validation calls behind DEV blocks (#8999) Sebastian Markbåge 2017-02-14 11:10:59 -08:00
  • 5a1e30a868 Ignore events on text nodes (#9000) Sebastian Markbåge 2017-02-14 11:08:29 -08:00
  • 1d786cd992 Revert "update react perf docs (#8060) and (#6174)" (#8997) Dan Abramov 2017-02-13 23:43:08 +00:00
  • 7bdc189147 Revert "update react perf docs (#8060) and (#6174)" (#8997) Dan Abramov 2017-02-13 23:43:08 +00:00
  • 080f21e64f Remove an unnecessary condition Toru Kobayashi 2017-02-07 16:03:13 +09:00
  • 1d4b165476 Update Thinking in React embed to match the link (#8996) Dan Abramov 2017-02-13 23:25:47 +00:00
  • b3fd863141 Fixing grammatical error ... (#8987) Jiminikiz 2017-02-13 11:04:09 -07:00
  • 34b6e1f80c Fix a typo in design principles doc (#8985) Prayag Verma 2017-02-13 20:39:00 +05:30
  • 9e5ad597cb Only fix a small wrong key in example (#8976) Moacir Rosa 2017-02-10 13:40:24 -02:00
  • b53a582daa update react perf docs (#8060) and (#6174) (#8236) Dhyey Thakore 2017-02-08 03:30:08 +05:30
  • 2a644ae7ae Merge pull request #8927 from mitenka/patch-5 Andrew Clark 2017-02-06 11:42:31 -08:00
  • 2464cd2d53 Update Thinking in React embed to match the link (#8996) Dan Abramov 2017-02-13 23:25:47 +00:00
  • 1ccb9361fe Revert "Revert "Missing a space for error 125"" (#8995) Brandon Dail 2017-02-13 17:15:08 -06:00
  • c906fecd26 Revert "Missing a space for error 125" (#8994) Dan Abramov 2017-02-13 23:11:05 +00:00
  • 1e722e4a97 Check alternate in ReactTreeTraversal (#8992) Ben Alpert 2017-02-13 14:24:44 -08:00
  • 6367f9fbf3 Missing a space for error 125 (#8981) Phil Rajchgot 2017-02-13 17:21:15 -05:00
  • c16ec5df13 fix misspellings in comments and tests (#8946) Sean Gransee 2017-02-13 16:01:54 -06:00
  • 890d52bafc Move ReactElementType to shared (#8991) Sebastian Markbåge 2017-02-13 13:54:40 -08:00
  • 4a05f268c8 Revert "Fix createNodeMock doc to avoid Invariant Violation" (#8990) Dan Abramov 2017-02-13 20:15:49 +00:00
  • 5ee033e40b Merge pull request #8974 from acdlite/fibercallbackvalidation Andrew Clark 2017-02-13 12:15:42 -08:00
  • ea2ade251f Don't pass method names in production Andrew Clark 2017-02-09 15:54:25 -08:00
  • 00092957b6 Fix createNodeMock doc to avoid Invariant Violation (#8989) BDav24 2017-02-13 21:13:31 +01:00
  • d3aeca1ff8 Validate callbacks just before they are invoked Andrew Clark 2017-02-09 15:35:59 -08:00
  • 662170673f Merge pull request #8978 from acdlite/nooptionaltypes Andrew Clark 2017-02-13 11:20:59 -08:00
  • 7958c1d77d Fixing grammatical error ... (#8987) Jiminikiz 2017-02-13 11:04:09 -07:00
  • c60f852cdb Fix a typo in design principles doc (#8985) Prayag Verma 2017-02-13 20:39:00 +05:30
  • 350d736361 Use T | null instead of ?T types Andrew Clark 2017-02-10 17:30:09 -08:00
  • 77c7792556 Remove React.__spread Toru Kobayashi 2017-02-07 14:22:28 +09:00
  • de673bca8d Only fix a small wrong key in example (#8976) Moacir Rosa 2017-02-10 13:40:24 -02:00
  • 2e095b4140 Hardened validateCallback to better handle null values (#8973) Brian Vaughn 2017-02-09 14:10:45 -10:00
  • 869c779861 Add toTree() method to stack and fiber TestRenderer (#8931) Leland Richardson 2017-02-09 12:55:00 -08:00
  • 3f48caab40 Fix release guide again Dan Abramov 2017-02-09 16:15:04 +00:00
  • 6cfc0ecd72 Fix release guide Dan Abramov 2017-02-09 16:14:27 +00:00
  • c11733dfb7 Update Yarn lockfile with fresh deps Dan Abramov 2017-02-09 16:10:35 +00:00
  • c7ebe88c2a 16.0.0-alpha.2 Dan Abramov 2017-02-09 16:07:06 +00:00
  • df13eb354e Fixed lint warning in master (#8960) Brian Vaughn 2017-02-09 06:02:47 -10:00
  • 741d9b2db9 Move React Native Environment Mocks to root (#8963) Sebastian Markbåge 2017-02-09 08:02:09 -08:00
  • 13e05b4237 Use separate feature flag for ReactTestRenderer (#8965) Sebastian Markbåge 2017-02-09 08:00:59 -08:00
  • ab757e905c Fixed ReactNativeFiber event handling regression (#8959) Brian Vaughn 2017-02-08 21:28:56 -10:00
  • 81bd138144 findNodeHandle -> ReactNative.findNodeHandle (#8962) Sebastian Markbåge 2017-02-08 17:13:33 -08:00
  • 9b7dc4036c Merge pull request #8948 from acdlite/fiberdonttesthostcleanup Andrew Clark 2017-02-08 15:33:20 -08:00
  • 5b181a696e Make Stack error message more generic, too Andrew Clark 2017-02-08 11:43:53 -08:00
  • e9aca8e389 Warn about calling setState on an unmounted component Andrew Clark 2017-02-07 16:51:10 -08:00
  • 3955e222d2 Use isMounted instead of instance map to check if mounted Andrew Clark 2017-02-07 13:36:44 -08:00
  • 76a168fed6 Warn if findDOMNode is used inside render Andrew Clark 2017-02-07 12:13:24 -08:00
  • 4d52ebc066 Warn about isMounted inside render Andrew Clark 2017-02-07 11:48:45 -08:00
  • f4cabafc8d Don't test input value clean-up in Fiber Andrew Clark 2017-02-07 11:27:50 -08:00
  • b187142103 Move DOM dependent tests out of the shared folder (#8954) Sebastian Markbåge 2017-02-08 10:20:02 -08:00
  • 1d90894f93 Re-add the warning if PropType function is called manually (#8903) Dan Abramov 2017-02-08 16:29:19 +00:00
  • 994a0c8b0c update react perf docs (#8060) and (#6174) (#8236) Dhyey Thakore 2017-02-08 03:30:08 +05:30
  • e280f5a1a7 Fix lint (#8945) Dan Abramov 2017-02-07 14:42:09 +00:00
  • 5cfff8706e Merge pull request #8919 from acdlite/fibermounttests Andrew Clark 2017-02-06 18:00:50 -08:00
  • 0564b08cf2 Split into multiple invariants Andrew Clark 2017-02-06 17:59:53 -08:00
  • 23f9e7b8ad Merge pull request #8937 from acdlite/inlineinternalerrormessage Andrew Clark 2017-02-06 17:44:26 -08:00
  • 2c7c783498 Merge pull request #8936 from acdlite/removemapsaschildren Andrew Clark 2017-02-06 17:14:30 -08:00
  • 14962f8b40 Continue warning if a Map is rendered as a child Andrew Clark 2017-02-06 17:07:19 -08:00
  • 94e843955d Remove experimental support for maps as children Andrew Clark 2017-02-06 15:30:45 -08:00
  • 2e1b3aab91 Inline internal error message Andrew Clark 2017-02-06 15:43:47 -08:00
  • a2c49f48bf Merge pull request #8926 from acdlite/fiberuseinvariant Andrew Clark 2017-02-06 14:49:14 -08:00
  • 915a3e88a2 Add additional message to internal invariants Andrew Clark 2017-02-06 13:52:05 -08:00
  • b338c75c28 Get rid of DEV only invariant Andrew Clark 2017-02-03 15:37:30 -08:00
  • a1ef4c4391 Replace throw new Error with invariant module Andrew Clark 2017-02-03 13:32:09 -08:00