Commit Graph

  • a63893ff32 Warn about undefined return value for memo and forwardRef (#19550) Brian Vaughn 2020-08-06 16:12:32 -04:00
  • 32ff428687 Add feature flag for setting update lane priority (#19401) Ricky 2020-08-06 12:47:32 -04:00
  • 5bdd4c8c60 Remove unused argument from call to jest method (#19546) Gustavo Saiani 2020-08-06 12:55:01 -03:00
  • a5fed98a96 Register more node types that are used later as JSXIdentifiers (#19514) Mateusz Burzyński 2020-08-06 17:37:32 +02:00
  • 50893dbcb7 fix(react-dom): unnecesary path on DOMEventProperties (#19544) DaniAcu 2020-08-06 12:37:06 -03:00
  • f77c7b9d76 Re-add discrete flushing timeStamp heuristic (behind flag) (#19540) Dominic Gannaway 2020-08-06 13:21:05 +01:00
  • e67a6b1603 Fix runtime error that happens if a passive destroy function throws within an unmounted tree (#19543) Brian Vaughn 2020-08-05 18:22:18 -04:00
  • 5cff775502 [Scheduler] Get current time from performance.now in non-DOM environments (#19532) Emilis Baliukonis 2020-08-05 19:29:06 +03:00
  • e9721e14e4 Remove onScroll bubbling flag (#19535) Dan Abramov 2020-08-05 16:07:58 +01:00
  • b61174fb7b Remove the deprecated React Flare event system (#19520) Dominic Gannaway 2020-08-05 15:13:29 +01:00
  • 8d57ca519a fix: typo in React Release Scripts (#19524) Halit Ogunc 2020-08-04 19:22:50 +02:00
  • a437f3ff30 Use RN fork in default branch of feature flags (#19522) Ricky 2020-08-03 17:40:58 -04:00
  • 86314d5b45 Turn off new component stacks for React Native (#19521) Ricky 2020-08-03 14:45:50 -04:00
  • 5f1890f12b Bugfix: Don't unmount siblings of deleted node (#19516) Andrew Clark 2020-08-03 10:57:41 -05:00
  • 93a0c28305 Add static version of Passive subtree tag (#19510) Andrew Clark 2020-08-01 08:15:46 -05:00
  • a1c0864d19 Support untagged releases (#19509) Dan Abramov 2020-07-31 20:47:28 +01:00
  • 5d271fc3b1 Revert "Support untagged releases (#19507)" (#19508) Dan Abramov 2020-07-31 19:57:32 +01:00
  • 58b3ee7a88 Support untagged releases (#19507) Dan Abramov 2020-07-31 19:18:37 +01:00
  • 7543459a48 Allow publishing untagged releases (#19505) Dan Abramov 2020-07-31 16:10:01 +01:00
  • 3d0895557a Disable onScroll bubbling statically except for WWW (#19503) Dan Abramov 2020-07-31 15:09:24 +01:00
  • 332eceface Revert "Statically enable enableFilterEmptyStringAttributesDOM (#19502)" (#19504) Dan Abramov 2020-07-31 15:01:27 +01:00
  • 815ee89bf5 Statically enable enableFilterEmptyStringAttributesDOM (#19502) Dan Abramov 2020-07-31 14:57:57 +01:00
  • ede9170648 Move passive logic out of layout phase (#19500) Andrew Clark 2020-07-30 23:43:03 -05:00
  • 22d16cc15d Remove event constants (#19276) Dan Abramov 2020-07-30 21:52:37 +01:00
  • 6ef997b534 Check for passive effects on the root fiber (#19488) Andrew Clark 2020-07-30 08:17:22 -05:00
  • e1f96b82b4 Check PassiveStatic instead of Passive (#19489) Andrew Clark 2020-07-30 08:13:04 -05:00
  • dff97a6915 Fix onGot/LostPointerCapture events (#19487) Dan Abramov 2020-07-29 21:54:48 +01:00
  • eae90cdbe9 Effects list refactor continued: passive effects traversal (#19374) Brian Vaughn 2020-07-29 16:54:22 -04:00
  • 74cd7e5f17 Use feature flags for React Native in the test renderer (#19486) Ricky 2020-07-29 16:31:05 -04:00
  • 291db05a75 Add regression tests for all events (#19485) Dan Abramov 2020-07-29 21:13:56 +01:00
  • 7c8cc4358e Add postTask browser scheduler implementation (#19479) Ricky 2020-07-29 15:27:59 -04:00
  • 0eea16601c Event propagation test suite (#19483) Dan Abramov 2020-07-29 15:34:57 +01:00
  • 5227a37868 Add "unstable_" prefix to experimental mutable source APIs (#19472) Brian Vaughn 2020-07-28 12:38:13 -04:00
  • 52c5146274 Add SchedulerHostConfig fork for post task (#19470) Ricky 2020-07-28 11:11:31 -04:00
  • 722bc046dc Don't rely on didTimeout for SyncBatched (#19469) Andrew Clark 2020-07-27 16:42:44 -05:00
  • feb134c30d feat(react-dom): Add enterKeyHint (#18634) Sebastian Silbermann 2020-07-27 22:07:08 +02:00
  • 96ac799eac Remove callbackId field from FiberRoot (#19458) Andrew Clark 2020-07-27 12:39:07 -05:00
  • c24b641b76 Remove timeout option from scheduleCallback (#19457) Andrew Clark 2020-07-27 11:56:25 -05:00
  • 144297165b Bail-out of attaching non-delegated listeners (#19466) Dominic Gannaway 2020-07-27 17:47:14 +01:00
  • 06d104e8ec Don't emulate bubbling of the scroll event (#19464) Dan Abramov 2020-07-27 17:33:54 +01:00
  • 217ecf581b Re-added toggle event to non-delegated events (#19465) Dominic Gannaway 2020-07-27 16:58:38 +01:00
  • 6bb86fd162 Delegated all capture events (#19463) Dominic Gannaway 2020-07-27 15:36:43 +01:00
  • 05344faca4 Follow up fix to 19452 (#19454) Dominic Gannaway 2020-07-27 15:03:11 +01:00
  • d29bf59a6e Update my mailmap entries (#19455) Ricky 2020-07-26 22:47:32 -04:00
  • 5530f1ccfb Upgrade art fixtures to babel 7 (#16235) Ashwin Ramaswami 2020-07-25 23:43:49 -04:00
  • 242a50a652 Fix issue with capture phase non-bubbling events (#19452) Dominic Gannaway 2020-07-25 12:32:21 +01:00
  • ef22aecfc5 Add invalid/close events to <dialog> element (#19439) Dominic Gannaway 2020-07-24 20:36:46 +01:00
  • b55f75d0a5 fix issue #19362 + test (#19412) Robert Ferentz 2020-07-24 21:34:16 +03:00
  • d93c8faada Move Persistent Mode Optimization away from firstEffect (#19381) Sebastian Markbåge 2020-07-24 12:31:30 -04:00
  • 909b612e27 Sync React Native types (#19437) Ricky 2020-07-22 22:56:05 -04:00
  • 76ce685d0f Remove SyntheticEvent subtypes (#19436) Dan Abramov 2020-07-23 01:02:59 +01:00
  • 30e3cfe406 Fix scope issue (#19434) Dominic Gannaway 2020-07-22 23:05:50 +01:00
  • 125d1a19a2 Move event things around (#19433) Dan Abramov 2020-07-22 22:12:15 +01:00
  • 1aae05c436 Revise comment + add non-bubbling event test (#19432) Dominic Gannaway 2020-07-22 21:41:40 +01:00
  • 356c17108f Remove capturePhaseEvents and separate events by bubbling (#19278) Dominic Gannaway 2020-07-21 22:40:50 +01:00
  • 1dcee86565 Regression test for media event bubbling (#19428) Dan Abramov 2020-07-21 22:26:09 +01:00
  • c9749d38e3 Generate RN renderers for stable builds (#19421) Ricky 2020-07-20 17:15:06 -04:00
  • ab1f517000 isFBBundle should be true if it's FB for www or FB for RN (#19420) Sebastian Markbåge 2020-07-20 13:37:04 -04:00
  • ecbdb74d7c Added the word "events" to clear ambiguousness. (#19409) Haseeb Khan 2020-07-20 22:26:41 +05:00
  • b23ea02be5 Track event times per lane on the root (#19387) Andrew Clark 2020-07-17 12:47:39 -05:00
  • faa697f4f9 Set current update lane priority for user blocking events (#19342) Ricky 2020-07-17 12:58:44 -04:00
  • 4c8c98ab9b Sync latest useFocus/useFocusWithin changes (#19397) Dominic Gannaway 2020-07-17 16:26:40 +01:00
  • 51267c4ac9 Sync scheduling profiler marks and debug tracing to new reconciler fork (#19375, #19376, #19396) Brian Vaughn 2020-07-17 11:24:26 -04:00
  • aec934af7f Remove form event delegation flag (#19395) Dan Abramov 2020-07-17 14:19:39 +01:00
  • a59f899a1d Modern Event System: use focusin/focusout for onFocus/onBlur (#19186) Dominic Gannaway 2020-07-16 18:12:03 +01:00
  • 9102719baa Tidy up React Scope API (#19352) Dominic Gannaway 2020-07-16 16:21:21 +01:00
  • bc4cd92cd5 Use jest-environment-jsdom-sixteen (#19288) Ricky 2020-07-16 10:17:31 -04:00
  • e387c98ffa Fix bug with enableLegacyFBSupport click handlers (#19378) Dominic Gannaway 2020-07-16 14:56:31 +01:00
  • a226b9b445 Effects list refactor continued: did-bailout flag (#19322) Brian Vaughn 2020-07-16 09:10:00 -04:00
  • fed4ae0247 DevTools 4.8.1 -> 4.8.2 (and CHANGELOG) Brian Vaughn 2020-07-15 12:37:08 -04:00
  • a89854bc93 Fix Suspense-wrapping heuristic (and bump version numbers) (#19373) Brian Vaughn 2020-07-15 12:25:27 -04:00
  • 4961833dbf Don't build shallow renderer UMD bundles Dan Abramov 2020-07-15 16:26:18 +01:00
  • a9ba5283d9 Disable DevTools minification (#19369) Brian Vaughn 2020-07-15 10:38:30 -04:00
  • 45eef8b6b5 Devtools: improve getID guard (#19364) Dominic Gannaway 2020-07-15 14:17:48 +01:00
  • 392277f0ab Revert "Scheduling profiler updates (#19334)" (#19366) Dominic Gannaway 2020-07-15 12:36:40 +01:00
  • c604b69973 Revert "Revert "Fix createEventHandle bug with comment containers (#19348)" (#19354)" (#19365) Dominic Gannaway 2020-07-15 12:35:46 +01:00
  • 566f613763 Revert "Fix createEventHandle bug with comment containers (#19348)" (#19354) Dominic Gannaway 2020-07-15 12:27:22 +01:00
  • 147179ae82 Fix createEventHandle bug with comment containers (#19348) Dominic Gannaway 2020-07-14 13:09:39 +01:00
  • 6d7555b014 Scheduling profiler updates (#19334) Brian Vaughn 2020-07-13 22:20:53 -04:00
  • 9ea0f6752d fix mistake in React devtools (#19336) Bogdan Ponomarenko 2020-07-13 23:49:52 +03:00
  • fbc6386369 Fix DevTools handling of empty Suspense tag for legacy renderer versions (#19337) Brian Vaughn 2020-07-13 16:21:56 -04:00
  • d1f2143aa6 Use RetryLanes instead of event time (follow up) (#19335) Andrew Clark 2020-07-13 12:37:33 -05:00
  • fe19b4247b eslint-plugin-react-hooks@4.0.8 Dan Abramov 2020-07-13 17:58:49 +01:00
  • 84479046f7 reference not add to dependencies if only its type is used as typeof arg (#19316) Bianca Del Carretto 2020-07-13 18:57:00 +02:00
  • 26472c8897 Bubble onSubmit/onReset behind a feature flag (#19333) Dan Abramov 2020-07-13 17:17:28 +01:00
  • e2d73e91cc chore: Build react-dom/test-utils in codesandbox deploy (#19321) Sebastian Silbermann 2020-07-13 17:15:37 +02:00
  • 61dd00db24 Extract some of the tidy up changes from 19278 (#19315) Dominic Gannaway 2020-07-10 22:33:42 +01:00
  • a2b4db05bc eslint-plugin-react-hooks@4.0.7 Dan Abramov 2020-07-10 19:08:05 +01:00
  • 47915fd6e1 [ESLint] Fix a bug causing a too coarse dependency suggestion (#19313) Dan Abramov 2020-07-10 19:02:08 +01:00
  • d5d659062d Updated DevTools test snapshots Brian Vaughn 2020-07-10 13:06:50 -04:00
  • 2562e758ea Revise useFocus/useFocusWithin (#19310) Dominic Gannaway 2020-07-10 17:23:00 +01:00
  • 17efbf7d63 [DevTools] Show HOC names in profiler (#19283) Nick Reiley 2020-07-10 20:21:19 +05:00
  • 970fa122d8 Use lanes to check if a render is a Suspense retry (#19307) Andrew Clark 2020-07-10 08:58:05 -05:00
  • 2663a12eb3 Tweak wording Dan Abramov 2020-07-10 14:56:28 +01:00
  • d4eadea6c7 React DevTools 4.8.1 Dan Abramov 2020-07-10 13:20:53 +01:00
  • 8eaf05e0e8 DevTools: Make break-on-warn off by default (#19309) Dan Abramov 2020-07-10 14:11:32 +01:00
  • 14084be286 Refactor algorithm for next Lanes to work on (#19302) Andrew Clark 2020-07-09 18:53:54 -05:00
  • 08b8e6e1dc DevTools 4.7.0 -> 4.8.0 (#19297) Brian Vaughn 2020-07-09 10:49:44 -04:00
  • e760d1fb0f Fixed test script for DevTools build config (#19295) Brian Vaughn 2020-07-09 10:49:33 -04:00
  • a5b4492950 Updates Electron version for react-devtools (#19280) Gianmarco 2020-07-09 16:13:26 +02:00