An open API service providing commit metadata for open source projects.

GitHub / itsdouges/react / commits

SHA Message Author Date Stats
94c0244b Fix double-firing mouseenter (#19571)
Co-authored-by: Sebastian Silbermann <s****n@g****m>
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
aa99b0b0 Rename test files Dan Abramov <d****v@m****m> about 6 years ago
7f696bd9 fix: onFocus/onBlur/onBeforeInput have a matching event type (#19561)
Co-authored-by: Dan Abramov <d****v@m****m>
Sebastian Silbermann <s****n@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
7c30fb3b Update outdated lockfile (#19568) Sebastian Silbermann <s****n@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
0cd9a6de Parallelize Jest in CI (#19552) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
2d9ec919 Indent a command Dan Abramov <d****v@m****m> about 6 years ago
db2f2291 Fix command Dan Abramov <d****v@m****m> about 6 years ago
33672985 Nesting Fixture (#19531)
Co-authored-by: Ricky <r****i@g****m>, Rick Hanlon <r****i@g****m>
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
a63893ff Warn about undefined return value for memo and forwardRef (#19550) Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
32ff4286 Add feature flag for setting update lane priority (#19401) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
5bdd4c8c Remove unused argument from call to jest method (#19546) Gustavo Saiani <g****o@p****a>
Committed by: GitHub <n****y@g****m>
about 6 years ago
a5fed98a Register more node types that are used later as JSXIdentifiers (#19514) Mateusz Burzyński <m****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
50893dbc fix(react-dom): unnecesary path on DOMEventProperties (#19544) DaniAcu <D****u@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
f77c7b9d Re-add discrete flushing timeStamp heuristic (behind flag) (#19540) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
e67a6b16 Fix runtime error that happens if a passive destroy function throws within an... Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
5cff7755 [Scheduler] Get current time from performance.now in non-DOM environments (#1... Emilis Baliukonis <e****s@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
e9721e14 Remove onScroll bubbling flag (#19535) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
b61174fb Remove the deprecated React Flare event system (#19520) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
8d57ca51 fix: typo in React Release Scripts (#19524) Halit Ogunc <1****c@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
a437f3ff Use RN fork in default branch of feature flags (#19522) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
86314d5b Turn off new component stacks for React Native (#19521) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
5f1890f1 Bugfix: Don't unmount siblings of deleted node (#19516) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
93a0c283 Add static version of Passive subtree tag (#19510) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
a1c0864d Support untagged releases (#19509) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
5d271fc3 Revert "Support untagged releases (#19507)" (#19508) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
58b3ee7a Support untagged releases (#19507) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
7543459a Allow publishing untagged releases (#19505) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
3d089555 Disable onScroll bubbling statically except for WWW (#19503) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
332ecefa Revert "Statically enable enableFilterEmptyStringAttributesDOM (#19502)" (#19... Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
815ee89b Statically enable enableFilterEmptyStringAttributesDOM (#19502) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
ede91706 Move passive logic out of layout phase (#19500) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
22d16cc1 Remove event constants (#19276) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
6ef997b5 Check for passive effects on the root fiber (#19488)
Co-authored-by: Brian Vaughn <b****n@f****m>
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
e1f96b82 Check PassiveStatic instead of Passive (#19489) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
dff97a69 Fix onGot/LostPointerCapture events (#19487) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
eae90cdb Effects list refactor continued: passive effects traversal (#19374)
Co-authored-by: Luna Ruan <l****a@f****m>
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
74cd7e5f Use feature flags for React Native in the test renderer (#19486) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
291db05a Add regression tests for all events (#19485) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
7c8cc435 Add postTask browser scheduler implementation (#19479) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
0eea1660 Event propagation test suite (#19483) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
5227a378 Add "unstable_" prefix to experimental mutable source APIs (#19472) Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
52c51462 Add SchedulerHostConfig fork for post task (#19470) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
722bc046 Don't rely on `didTimeout` for SyncBatched (#19469) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
feb134c3 feat(react-dom): Add enterKeyHint (#18634) Sebastian Silbermann <s****n@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
96ac799e Remove `callbackId` field from FiberRoot (#19458) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
c24b641b Remove `timeout` option from `scheduleCallback` (#19457) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
14429716 Bail-out of attaching non-delegated listeners (#19466) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
06d104e8 Don't emulate bubbling of the scroll event (#19464) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
217ecf58 Re-added toggle event to non-delegated events (#19465) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
6bb86fd1 Delegated all capture events (#19463) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
05344fac Follow up fix to 19452 (#19454) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
d29bf59a Update my mailmap entries (#19455) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
5530f1cc Upgrade art fixtures to babel 7 (#16235) Ashwin Ramaswami <a****s@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
242a50a6 Fix issue with capture phase non-bubbling events (#19452) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
ef22aecf Add invalid/close events to <dialog> element (#19439) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
b55f75d0 fix issue #19362 + test (#19412) Robert Ferentz <R****z@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
d93c8faa Move Persistent Mode Optimization away from firstEffect (#19381) Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
909b612e Sync React Native types (#19437) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
76ce685d Remove SyntheticEvent subtypes (#19436) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
30e3cfe4 Fix scope issue (#19434) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
125d1a19 Move event things around (#19433) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
1aae05c4 Revise comment + add non-bubbling event test (#19432) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
356c1710 Remove capturePhaseEvents and separate events by bubbling (#19278)
Co-authored-by: Dan Abramov <d****v@m****m>
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
1dcee865 Regression test for media event bubbling (#19428) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
c9749d38 Generate RN renderers for stable builds (#19421) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
ab1f5170 isFBBundle should be true if it's FB for www or FB for RN (#19420) Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
ecbdb74d Added the word "events" to clear ambiguousness. (#19409) Haseeb Khan <h****7@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
b23ea02b Track event times per lane on the root (#19387) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
faa697f4 Set current update lane priority for user blocking events (#19342) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
4c8c98ab Sync latest useFocus/useFocusWithin changes (#19397) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
51267c4a Sync scheduling profiler marks and debug tracing to new reconciler fork (#193... Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
aec934af Remove form event delegation flag (#19395) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
a59f899a Modern Event System: use focusin/focusout for onFocus/onBlur (#19186) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
9102719b Tidy up React Scope API (#19352) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
bc4cd92c Use jest-environment-jsdom-sixteen (#19288) Ricky <r****i@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
e387c98f Fix bug with enableLegacyFBSupport click handlers (#19378) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
a226b9b4 Effects list refactor continued: did-bailout flag (#19322)
Co-authored-by: Luna <l****n@g****m>
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
fed4ae02 DevTools 4.8.1 -> 4.8.2 (and CHANGELOG) Brian Vaughn <b****n@f****m> about 6 years ago
a89854bc Fix Suspense-wrapping heuristic (and bump version numbers) (#19373) Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
4961833d Don't build shallow renderer UMD bundles Dan Abramov <d****v@m****m> about 6 years ago
a9ba5283 Disable DevTools minification (#19369) Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
45eef8b6 Devtools: improve getID guard (#19364) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
392277f0 Revert "Scheduling profiler updates (#19334)" (#19366) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
c604b699 Revert "Revert "Fix createEventHandle bug with comment containers (#19348)" (... Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
566f6137 Revert "Fix createEventHandle bug with comment containers (#19348)" (#19354) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
147179ae Fix createEventHandle bug with comment containers (#19348) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
6d7555b0 Scheduling profiler updates (#19334) Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
9ea0f675 fix mistake in React devtools (#19336)
Co-authored-by: Пономаренко Богдан <b****o@t****u>
Bogdan Ponomarenko <p****n@y****u>
Committed by: GitHub <n****y@g****m>
about 6 years ago
fbc63863 Fix DevTools handling of empty Suspense tag for legacy renderer versions (#19... Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
d1f2143a Use RetryLanes instead of event time (follow up) (#19335) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
fe19b424 eslint-plugin-react-hooks@4.0.8 Dan Abramov <d****v@m****m> about 6 years ago
84479046 reference not add to dependencies if only its type is used as typeof arg (#19... Bianca Del Carretto <d****5@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
26472c88 Bubble onSubmit/onReset behind a feature flag (#19333) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
e2d73e91 chore: Build react-dom/test-utils in codesandbox deploy (#19321) Sebastian Silbermann <s****n@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
61dd00db Extract some of the tidy up changes from 19278 (#19315) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
a2b4db05 eslint-plugin-react-hooks@4.0.7 Dan Abramov <d****v@m****m> about 6 years ago
47915fd6 [ESLint] Fix a bug causing a too coarse dependency suggestion (#19313) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
d5d65906 Updated DevTools test snapshots Brian Vaughn <b****n@f****m> about 6 years ago
2562e758 Revise useFocus/useFocusWithin (#19310) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
17efbf7d [DevTools] Show HOC names in profiler (#19283)
Co-authored-by: Brian Vaughn <b****n@g****m>
Nick Reiley <b****1@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago

← Back to repository