GitHub / itsdouges/react / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| e0472709 | [Flare] Adds Keyboard event responder (#16204) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 1e8aa810 | Re-enable "view source" button for standalone shell | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| c6fb7439 | Flow type cleanup | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 5b08f7b4 | [Flare] Adds useListener implementation to ReactDebugHooks (#16205) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| a7948e83 | [Flare] Remove the old EventComponent/EventTarget system (#354) |
Dominic Gannaway <t****m@u****m>
Committed by: Brian Vaughn <b****n@f****m> |
about 7 years ago | |
| ed72f402 | [Flare] Remove references to EventComponent (#16206) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 270f34f7 | Support new Flare hook, unstable_useListener | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 121bfb03 | update legacy context warning message (#16196) |
Sunil Pai <t****e@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 8d1c8290 | Reverted style-prop hiding change because it caused a regression in the brows... | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| c7aff550 | 4.0.0-alpha.2 -> 4.0.0-alpha.3 | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 2e8b9fad | Make style editor inputs more obvious resemble inputs | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 9ae5e38f | Add guard to ensure Profiler onRender prop is function before calling (#16197) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 4c610950 | Hide "style" prop if we are showing the style editor | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 9a05e0b6 | Disable view-source button in standalone mode if no project roots are provided | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 722d366e | Updated snapshot | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 56b00176 | 4.0.0-alpha.1 -> 4.0.0-alpha.2 | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| f74c89b1 | Misc improvements based on user feedback from Tim | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 13959aa8 | Removed accidental log statement | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 144dba1a | Fix suspenseCallback type warning, add a test (#16194) |
Benoit Girard <b****d@f****m>
Committed by: Dominic Gannaway <t****m@u****m> |
about 7 years ago | |
| 7ad22112 | [Flare] Ensure Flare components are no-ops for TestRenderer (#16192) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 06cc9969 | Edit Suspense Priority Warning Message (#16186) |
lunaruan <l****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 42b75ab0 | Add suspenseCallback feature for runtime tracing of loading states (#16134) |
Benoit Girard <b****d@f****m>
Committed by: Sebastian Markbåge <s****a@f****m> |
about 7 years ago | |
| c73e1f23 | flush work on exiting outermost act(), with nested act()s from different rend... |
Sunil Pai <t****e@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 50988911 | [Flare] Redesign core event system (#16163) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 19354db5 | [Scheduler] Add names to inline functions (#16180) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| bff7abf6 | [Scheduler][Bugfix] Multiple rAFs in same frame (#16184) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| afb59916 | Enable profiler+tracing for test renderer (#16178) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 2237efce | [Fresh] Track unrecoverable errors (#16183) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 1178d572 | Fixed a module resolution issue and a syntax error from a bad merge | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| bbd21066 | [Flare] Press: fix keyboard interactions (#16179) |
Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 03944bfb | Update Suspense Priority Warning to Include Component that Triggered Update (... |
lunaruan <l****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 3f2cafe8 | [WIP][Scheduler] Use rIC to post first callback (#16166) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 2bd88e38 | [Scheduler] Bugfix: Cancelling a continuation (#16151) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| ffb19346 | NPM packages 4.0.0-alpha.0 -> 4.0.0-alpha.1 | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 783b8f4a | [Flare] Ensure mouse events can use target to validate press (#16172) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 4b34a77d | Improve Bridge Flow types (#352) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 39ad101e | Removed reference to setDefaultThemeName() method | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 33da6571 | Make console override detectable (for RN YellowBox) | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 2c4d61e1 | Adds experimental fundamental interface (#16049) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 167daf7a | Updating NPM packages as 4.0.0-alpha.0 | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| abe75b0e | Slight tweak to avoid setting an invalid numeric value in props editor | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| f0a4b2f8 | merge Merge branch 'fix-input-number-in-props' of https://github.com/koba04/react-d... | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 0abaefb7 | Cleanup legacy backend event listener if modern backend is detected | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| dbbf30a3 | Make my code PRETTIER | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 67e749a7 | Tweaked modal font size style | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| bd0a0c58 | Tweaked modal title to better fit without wrapping | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 249a2e04 | Detect React Native v3 backend and show warning | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| b4178af8 | clean up nextEffect pointers (#16115) |
Paul Shen <p****0@g****m>
Committed by: Sebastian Markbåge <s****a@f****m> |
about 7 years ago | |
| 997154bc | [Flare] Add FocusWithin responder (#16152) |
Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 9fb753b5 | Hardened logic around when and how to patch console methods | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 65b80fdd | [Flare] Add Input event responder surface (#16148) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| cb3fb421 | Patch console to append component stacks (#348) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| ce883a19 | useSubscription hook (#15022) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| c45c2c3a | Move ReactFiberErrorDialog RN fork into RN itself (#16141) |
Moti Zilberman <m****8@g****m>
Committed by: Christoph Nakazawa <c****r@f****m> |
about 7 years ago | |
| d9b4c55d | unify deprecated/unsafe lifecycle warnings, pass tests (#16103) |
Sunil Pai <t****e@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 424099da | Inject getCurrentFiber() function to DevTools (#16133) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 41c00cb0 | fix to input a number value to props | Toru Kobayashi <k****4@g****m> | about 7 years ago | |
| 0f2fb5ba | Standalone NPM packages and React Native support (#335) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 9f395904 | Inject ReactDebugCurrentFrame into DevTools so it can append component stacks... |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| fcff9c57 | Add tail="hidden" option to SuspenseList (#16024) |
Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 8d413bf2 | Remove React.error and React.warn (#16126) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 29b45596 | .watchmanconfig must be valid json (#16118) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| ca4d78f9 | [Flare] Press: fix middle-click handling (#16114) |
Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 3f1dee09 | expose act() sigil correctly for umd builds (#16110) |
Sunil Pai <t****e@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| b7669044 | Use Map instead of object as map in ReactNativeComponentTree (#16107) |
Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| d2d9b1f7 | [Scheduler] Support inferring priority from stack (#16105) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 48f65944 | Add warning when single item or nested arrays are used with SuspenseList (#16... |
Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 2073a714 | [Flare] Press includes button type (#16100) |
Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 23b8a253 | [Flare] Remove responder flags to simplify logic (#16084) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 8533c0a1 | [Fabric] Add dispatchCommand to React Native renderers (#16085) |
Eli White <e****e@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 2253bc81 | [Flare] Switch from currentTarget model to responderTarget model (#16082) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 67e3f3fb | [Flare] Revise responder event types (#16081) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 2a0f6390 | Fix typos (#16076) |
Min ho Kim <m****2@g****m>
Committed by: Sunil Pai <t****e@f****m> |
about 7 years ago | |
| aa519c17 | [Flare] Add currentTarget and unify RN and DOM codepaths (#16066) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 39a811de | merge Merge pull request #342 from marvinhagemeister/attach_configure |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 35d2b3bb | fix spelling error: resoltion -> resolution (#16055) |
fnll <l****s@g****m>
Committed by: Dominic Gannaway <t****m@u****m> |
about 7 years ago | |
| bd72b049 | [Flare] Clear pressStart timeout on pointercancel (#16067) |
Vincent Riemer <v****r@g****m>
Committed by: Dominic Gannaway <t****m@u****m> |
about 7 years ago | |
| c40075a7 | [Flare] Remove capture phase Flare events (#16054) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 786186c6 | [Flare] createInitialState -> getInitialState (#16051) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| c64f40d7 | [Flare] Remove dead event target code (#16063) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| e6bfa327 | [Flare] Cleanup ReactFiberEvents-test (#16047) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| b365ee28 | [Fire] Remove unused React fire fork (#16046) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| b8f91e66 | [fail] reset IsThisRendererActing correctly (#16042) |
Sunil Pai <t****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| bd846459 | [fail] Only warn on unacted effects for strict / non sync modes (#16041) |
Sunil Pai <t****e@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 6b946ad9 | [Flare] Add more functionality to Scroll event resonder (#16036) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| a457e02a | allow nested `act()`s from different renderers (#16039) |
Sunil Pai <t****e@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| a865e4a6 | Clone a custom hook node before use (#16019) |
Anton Korzunov <t****y@g****m>
Committed by: Dan Abramov <d****v@g****m> |
about 7 years ago | |
| 6cf2234a | [Flare] Do not block mouse presses on scroll (#16033) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 5cb8f6f3 | Add tail="collapsed" option to SuspenseList (#16007) |
Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 46bd11ac | Flush sync bug (#16027) |
lunaruan <e****m@g****m>
Committed by: Andrew Clark <g****t@a****o> |
about 7 years ago | |
| 8e90194f | Add comment about 3rd party integrations | Marvin Hagemeister <h****o@m****v> | about 7 years ago | |
| 5ec387aa | Mark reload-and-profile attach as configurable | Marvin Hagemeister <h****o@m****v> | about 7 years ago | |
| 933c664a | SuspenseList Optimizations (#16005) |
Sebastian Markbåge <s****a@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| fbbbea16 | fix word async -> concurrent (#15844) |
Heaven <n****n@1****m>
Committed by: Sunil Pai <t****e@f****m> |
about 7 years ago | |
| eb2ace12 | [Flare] Bring Flare support to React Native Fabric (#15887) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 9b0bd435 | [Flare] Re-label Flare flag (#16014) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 8b88ac25 | [Flare] Remove event targets including TouchHitTarget (#16011) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| f1154092 | Handle changes at module boundaries (#16002) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 915dfe69 | Slightly improve performance of hydration. (#15998) |
Benedikt Meurer <b****r@g****m>
Committed by: Sebastian Markbåge <s****a@f****m> |
about 7 years ago | |
| 824e9bec | [Flare] Fix issues with touch + pointer interactions (#15997) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago |