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

GitHub / itsdouges/react / commits

SHA Message Author Date Stats
dd93357a [Flare] Move click handling back into target phase (#15993) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
4d307de4 Prefix mock Scheduler APIs with _unstable (#15999) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
9b55bcfc [Flare] Add Hooks to event modules (#15953) Brandon Dail <a****y@u****m>
Committed by: Dominic Gannaway <t****m@u****m>
about 7 years ago
20da1dae Fix error logging in getDerivedStateFromProps (#15797) Ricky <r****i@g****m>
Committed by: Dan Abramov <d****v@g****m>
about 7 years ago
6088a201 [Flare] Fix Press scroll cancellation handling (#15983) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
fd601fb2 [Flare] Move all event responders to dom directory (#15981) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
827cbc4d Rename StatelessComponent to FunctionComponent in react-is/README.md (#15963) Veniamin Krol <1****l@u****m>
Committed by: Brandon Dail <a****y@u****m>
about 7 years ago
d48db594 eslint-plugin-react-hooks@1.6.1 Dan Abramov <d****v@g****m> about 7 years ago
7439b48c Add explicit support for ESLint 6.0.0 (#15974) Thomas Broyer <t****r@l****t>
Committed by: Dan Abramov <d****v@g****m>
about 7 years ago
fce15f14 don't fire missing act() warnings for react-art (#15975) Sunil Pai <t****e@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
20f35469 [Flare] Ensure Press event hook does not execute side-effects (#15976) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
d420d2cc [Fresh] Retry failed roots on refresh (#15966) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
844cdb22 merge Merge pull request #331 from trueadm/flare_displayName Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
04b77c63 followup to #15763, fix failing test in ReactDOMTracing-test (#15972) Sunil Pai <t****e@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
e1c5e872 warn if passive effects get queued outside of an act() call. (#15763) Sunil Pai <t****e@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
39b97e8e Report refreshed families to the caller (#15957) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
d271df5c Use function expression for custom Hook signature argument (#15956) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
4189f712 [Scheduler] Increase max frame length to 300 Andrew Clark <g****t@a****o> about 7 years ago
595c9414 [Scheduler] Fix navigator.isInputPending call Andrew Clark <g****t@a****o> about 7 years ago
e7fcfe10 [scheduler] Put isPendingInput behind a flag (#15962) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
6568a799 [Scheduler] requestPaint (#15960) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
8d4ddd33 [Scheduler] Yield less if there's no pending input (#15959) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
d77d1251 Expire rendering the tail of SuspenseList after a timeout (#15946) Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
dc298fdf [Flare] Refinements to useEvent hook (#15955) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
696609d4 [Fiber] Clear down dependencies during detachFiber (#15947) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a5ed2f98 [Flare] Guard against stateNode being null (#15952) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
34ce57ae [Flare] Refine flow type annotations (#15950) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
4f92fbce [Flare] Move createEvent back to React object (#15943) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
175111de Lazily initialize dependencies object (#15944) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
720db4cb [Flare] Add useEvent hook implementation (#15927) Dominic Gannaway <t****m@u****m>
Committed by: Andrew Clark <g****t@a****o>
about 7 years ago
6ff4c9de [Flare] Press: fix stale deactivation region state (#15931) Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
7a4c3e3b Make global names more obscure (#15941) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
270dc2e4 Add forwards and backwards options to SuspenseList (#15918) Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
5368f731 [Flare] Fix keyboard keyup regression (#15938) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
3d0af2ae Don't consider require-like calls to be likely HOCs (#15940) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
d4f384d2 [Fresh] Throw in prod and change annotation (#15939) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
ff91bfa5 [act] reset scope depth on synchronous errors (#15937) Sunil Pai <t****e@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
e61c9e0a [Flare] Fix Press retention state regression (#15936) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
76864f7f Add SuspenseList Component (#15902) Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
e9d0a3ff [Fresh] Track mounted roots via DevTools Hook (#15928) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
35ef78de [Scheduler] Integrated timers (#15911) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
3af91eb8 [Scheduler] Use continuation pattern for posting host callback (#15910) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
81e5e9be Updated @reach/tooltip to v0.2.2 for a bugfix Brian Vaughn <b****n@f****m> about 7 years ago
b62ae164 [Flare] Rename createEventComponent -> createEvent (#15929) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
35600be1 Changed Chrome manifest version from 4.0.0.0 to 4.0.0 Brian Vaughn <b****n@f****m> about 7 years ago
f4e1ac8c [Flare] Press events include defaultPrevented (#15916) Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
89a08868 [Flare] Update event component displayName Dominic Gannaway <d****g@d****m> about 7 years ago
4a7a39b5 [Flare] Add RN build step for ReactTypes (#15926) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
0bd75511 Remove mention of Prepack (#15922) Christoph Nakazawa <c****r@g****m>
Committed by: Sunil Pai <t****e@f****m>
about 7 years ago
083bf8d9 Don't try to convert absolute paths to relative Brian Vaughn <b****n@f****m> about 7 years ago
0e4005e0 Added command to build Chrome CRX Brian Vaughn <b****n@f****m> about 7 years ago
689beef6 [Flare] Move unstable_createEventComponent to ReactDOM (#15890) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
98454371 Construct Error at invariant call site for clearer stack traces (#15877) Moti Zilberman <m****8@g****m>
Committed by: Andrew Clark <g****t@a****o>
about 7 years ago
abc8ef3d Display unnamed custom hooks as 'Anonymous' Brian Vaughn <b****n@f****m> about 7 years ago
f97b9516 [Flare] add disableContextMenu to Press (#15909) Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a2c79f2d Fixed hydration for events meta data Brian Vaughn <b****n@f****m> about 7 years ago
cf19916b Tweaked overflow check Brian Vaughn <b****n@f****m> about 7 years ago
46def793 merge Merge branch 'when-render-hidden' of https://github.com/justingrant/react-dev... Brian Vaughn <b****n@f****m> about 7 years ago
3988c27d merge Merge pull request #325 from bvaughn/hydration Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
6298fd42 Hardened the hooks dehydration check Brian Vaughn <b****n@f****m> about 7 years ago
a56fd4c3 Tidied up. Added comments. Renamed a few things. Brian Vaughn <b****n@f****m> about 7 years ago
8e3cd8ab Debounce inspect-element polling Brian Vaughn <b****n@f****m> about 7 years ago
6c03f6ab Tidied up a bit Brian Vaughn <b****n@f****m> about 7 years ago
717af9f5 Updated the hydration test harness to cover a bit more Brian Vaughn <b****n@f****m> about 7 years ago
d3d8a5d8 Hooks hydrate/dehydrate Brian Vaughn <b****n@f****m> about 7 years ago
7a94ad4e Added props/state/context inspection to KeyValue Brian Vaughn <b****n@f****m> about 7 years ago
cd98e63b [Fresh] Fall back to Map/Set if Weak equivalents are not available (#15907) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a3c5b1fb [Fresh] Rename findHostNodesForHotUpdate to findHostInstancesForHotUpdate (#1... Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a6d3f30f Initial support for hydration added to both renderer interfaces. Brian Vaughn <b****n@f****m> about 7 years ago
7985bf7d Remove outdated test renderer comments (#15898) Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
f0156766 [Fresh] react-fresh => react-refresh (#15888) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a15f7767 fix: ensure when-rendered content is never hidden Justin Grant <j****n@j****t> about 7 years ago
801feed9 Interaction tracing works across hidden and SSR hydration boundaries (#15872) Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
661562fc Fix outdated test comments (#15892) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
788da69b [Suspense] Fix bad loading state not being delayed (#15891) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
353e0ee4 [Flare] remove stopLocalPropagation option + modify responder ownership (#15889) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a146c1f9 [Flare] Refactor of Press to fix various issues (#15878) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
de7a09c1 [Fresh] Make transform resilient to plugin order (#15883) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
2fe8fd29 [Suspense] Use style.setProperty to set display (#15882) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
b4b3a1dc Fix fuzz test environment variable Andrew Clark <g****t@a****o> about 7 years ago
e91dd70b Remove disableYielding feature flag (#15654) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
5e8678a0 Don't send HTMLElements through the bridge when inspecting componetns Brian Vaughn <b****n@f****m> about 7 years ago
9eb6d346 Updated React version check to account for older (<15) versions Brian Vaughn <b****n@f****m> about 7 years ago
96f7646a Updated hydration logic to handle custom objects Brian Vaughn <b****n@f****m> about 7 years ago
cb10c3d6 Lintfix Brian Vaughn <b****n@f****m> about 7 years ago
f6ec8255 Support toggling Suspense from within owners list Brian Vaughn <b****n@f****m> about 7 years ago
f0a29984 merge Merge pull request #320 from gaearon/own Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
4bfabbc3 Fix owner tree for legacy backend Dan <d****v@g****m> about 7 years ago
2e40cc4b merge Merge pull request #319 from gaearon/legacy-fix Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
fdf75302 Distinguish functions and classes Dan <d****v@g****m> about 7 years ago
3137553f State and context are on the public instance Dan <d****v@g****m> about 7 years ago
f352fe26 Maintain rootID for lazily crawled trees Dan <d****v@g****m> about 7 years ago
b5850fe3 Ignore SSR mounts Dan <d****v@g****m> about 7 years ago
4d949d76 [React Native] Replace touch discrepancy errors to warnings (#15866) Timothy Yung <y****s@f****m>
Committed by: Christoph Nakazawa <c****r@g****m>
about 7 years ago
45acbdc0 [Flare] Unsure root events are removed on contextmenu (#15862) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
198ed661 [Suspense] Use !important to hide Suspended nodes (#15861) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
19192060 [Fresh] Implement missing features (#15860) Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
6c8ae706 merge Merge pull request #316 from gaearon/lighter Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
3bca6b28 Make children selection lighter Dan Abramov <d****v@g****m> about 7 years ago
a08e9279 merge Merge pull request #315 from bvaughn/settings Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago

← Back to repository