Commit Graph

  • e0162d5364 Revert yieldy behavior for non-use Suspense (#25537) Andrew Clark 2022-10-22 17:52:20 -04:00
  • 1be60390f5 fix transposed escape functions (#25534) Josh Story 2022-10-22 09:56:40 -07:00
  • f11a0e05c2 [Float] support all links as Resources (#25515) Josh Story 2022-10-21 22:38:24 -07:00
  • 4b09b0ae4d [DevTools] upgrade to Manifest V3 (#25145) Mengdi Chen 2022-10-21 22:52:18 -04:00
  • 906ec4947a [Float] support meta tags as Resources (#25514) Josh Story 2022-10-21 15:21:29 -07:00
  • 4b0fb76bbd Let ReactDOM initialize in RSC (#25503) Sebastian Markbåge 2022-10-21 10:41:14 -04:00
  • 84ebdc2554 [Float] support title tags as Resources (#25508) Josh Story 2022-10-20 23:13:32 -07:00
  • 214b06140b Support use in act testing API (#25523) Andrew Clark 2022-10-20 22:08:23 -04:00
  • 44b594403f Add fetch Instrumentation to Dedupe Fetches (#25516) Sebastian Markbåge 2022-10-19 18:37:00 -04:00
  • 431a354b9b [useEvent] Lint for presence of useEvent functions in dependency lists (#25512) lauren 2022-10-19 12:03:46 -07:00
  • 372177dae5 [useEvent] Non-stable function identity (#25473) lauren 2022-10-19 11:59:27 -07:00
  • b1174c9798 Remove feature flag enableStrictEffects (#25387) Samuel Susla 2022-10-19 10:57:09 +01:00
  • 8b36fba9b5 Add cache() API (#25506) Sebastian Markbåge 2022-10-18 16:55:06 -04:00
  • 9b5c2c9f4a [Codemod] Update copyright header to Meta (#25315) Andrew Clark 2022-10-18 11:19:24 -04:00
  • 491ca7c01d Refactor: fill in the flow missing type (#25496) c0dedance 2022-10-18 23:06:35 +08:00
  • 4e165aa8bd refactor: Flow: typing of Scheduler (#25485) bubucuo 2022-10-18 23:05:38 +08:00
  • 073c2fa2eb Add detach to Offscreen component (#25265) Samuel Susla 2022-10-18 15:56:41 +01:00
  • 82b1e2c9f6 Rename react-server-dom-webpack entry points to /client and /server (#25504) Sebastian Markbåge 2022-10-18 10:15:52 -04:00
  • 4544c98a43 move resource acquisition to mutation phase (#25500) Josh Story 2022-10-17 15:21:06 -07:00
  • 1d2c855e34 Add option to load Fizz runtime from external file (#25499) Andrew Clark 2022-10-17 17:57:59 -04:00
  • f2d94fdb33 [Float] add support for scripts and other enhancements (#25480) Josh Story 2022-10-17 14:00:20 -07:00
  • 07e9f60e5b Bugfix: Suspending in shell during discrete update (#25495) Andrew Clark 2022-10-17 14:17:17 -04:00
  • 766fa60720 Enable useMemoCacheHook for ReactNative-fb build (#25498) Jan Kassens 2022-10-17 10:40:59 -04:00
  • fdbb72ea9f Refactor: merge duplicate imports (#25489) c0dedance 2022-10-17 09:58:58 +08:00
  • de8901f6d9 [Flight] Improve Error Messages when Invalid Object is Passed to Client/Host Components (#25492) Sebastian Markbåge 2022-10-16 21:49:17 -04:00
  • f59465f403 Fix download-build script (#25493) Andrew Clark 2022-10-16 19:17:07 -04:00
  • 76fb648874 Flow upgrade to 0.190 (#25483) Jan Kassens 2022-10-15 17:33:51 -04:00
  • 5457602f40 Add Jest entry file for external-server-runtime (#25484) Andrew Clark 2022-10-15 15:33:33 -04:00
  • e2949e86b6 Scaffolding for react-dom/unstable_external-server-runtime (#25482) Andrew Clark 2022-10-14 23:29:17 -04:00
  • 85b785a775 Add script to generate inline Fizz runtime (#25481) Andrew Clark 2022-10-14 21:00:14 -04:00
  • d1c4e6d1d1 Initialize useMemoCache with sentinel values (#25465) Joseph Savona 2022-10-14 15:00:31 -07:00
  • c8f981a3f5 Allow Async Functions to be used in Server Components (#25479) Sebastian Markbåge 2022-10-14 15:09:33 -04:00
  • 3012fef0e9 React DevTools 4.26.0 -> 4.26.1 (#25478) Tianyu Yao 2022-10-14 10:36:52 -07:00
  • 74dcf53c21 Extract Fizz instruction set to build macro (#25457) Andrew Clark 2022-10-14 11:00:35 -04:00
  • 4c075e718a [React Native FB] dynamic feature flag for ref access warning (#25471) Jan Kassens 2022-10-14 10:11:42 -04:00
  • ce0fdc74b5 Stop spamming highlight events when a component is selected (#25448) Tianyu Yao 2022-10-13 17:38:05 -07:00
  • 338ba683d3 Remove Shallow Renderer Tests (#25475) Sebastian Markbåge 2022-10-13 19:02:03 -04:00
  • 3182effe80 Build for f0534ae94a tyao1 2022-12-03 01:14:49 +00:00
  • f0534ae94a Avoid replaying SelectiveHydrationException in dev (#25754) Tianyu Yao 2022-12-02 11:48:58 -08:00
  • c754cbd613 Build for 7fab379d8e gaearon 2022-12-02 17:48:30 +00:00
  • c24199dcca Build for 500c8aa082 sammy-SC 2022-12-02 17:47:22 +00:00
  • 7fab379d8e fix link to ReactDOMHostconfig in reconciler docs (#25788) Dmitry 2022-12-02 23:40:50 +06:00
  • 500c8aa082 Add component name to StrictMode error message (#25718) Samuel Susla 2022-12-02 17:14:12 +00:00
  • 5f0e0d757c Build for 353c30252f sammy-SC 2022-12-02 16:00:45 +00:00
  • 7dc01b9876 [DiffTrain] Prune all unnecessary files (#25787) lauren 2022-12-02 07:58:57 -08:00
  • 353c30252f Hold host functions in var (#25741) Samuel Susla 2022-12-02 15:53:55 +00:00
  • 60be974470 Build for 17f6912a44 sammy-SC 2022-12-02 15:38:43 +00:00
  • 17f6912a44 Add flow types to ReactFiberHooks (#25752) Samuel Susla 2022-12-02 15:31:53 +00:00
  • 2501112c9d Build for f0bba2d4f5 kassens 2022-12-02 15:30:44 +00:00
  • 46eccb1ee4 Build for 3e151c7d21 kassens 2022-12-02 15:30:19 +00:00
  • 71a0a86c5b Build for f101c2d0d3 kassens 2022-12-02 15:29:41 +00:00
  • a94afbd444 Build for 420f0b7fa1 kassens 2022-12-02 15:29:15 +00:00
  • f0bba2d4f5 Bump decode-uri-component from 0.2.0 to 0.2.2 in /fixtures/concurrent/time-slicing (#25781) dependabot[bot] 2022-12-02 00:06:21 -05:00
  • 44a3d6e148 Bump decode-uri-component from 0.2.0 to 0.2.2 in /fixtures/ssr (#25782) dependabot[bot] 2022-12-02 04:52:41 +00:00
  • 000c5cb28f Bump decode-uri-component from 0.2.0 to 0.2.2 in /fixtures/blocks (#25777) dependabot[bot] 2022-12-02 04:45:15 +00:00
  • 38208fc5ad Bump decode-uri-component from 0.2.0 to 0.2.2 in /fixtures/dom (#25783) dependabot[bot] 2022-12-02 04:44:52 +00:00
  • eb1024fd99 Bump decode-uri-component from 0.2.0 to 0.2.2 (#25778) dependabot[bot] 2022-12-02 04:36:19 +00:00
  • 06fff18d2a Bump decode-uri-component from 0.2.0 to 0.2.2 in /fixtures/legacy-jsx-runtimes (#25779) dependabot[bot] 2022-12-02 04:29:39 +00:00
  • 3e151c7d21 Bump decode-uri-component from 0.2.0 to 0.2.2 in /fixtures/fizz (#25780) dependabot[bot] 2022-12-01 23:22:51 -05:00
  • f101c2d0d3 Remove Reconciler fork (2/2) (#25775) Jan Kassens 2022-12-01 23:19:13 -05:00
  • 420f0b7fa1 Remove Reconciler fork (1/2) (#25774) Jan Kassens 2022-12-01 23:06:25 -05:00
  • a831fb42a6 Build for 030dae2f4c poteto 2022-12-01 19:15:23 +00:00
  • 030dae2f4c [DiffTrain] Fix null artifactsUrl and add more logging (#25768) lauren 2022-12-01 11:08:29 -08:00
  • 7bdd0f03cb [hir] Perform alias analysis for aggregate rvalues Sathya Gunasekaran 2022-12-01 19:03:50 +00:00
  • 00f74d4e70 [hir] Correctly identify mutated identifiers Sathya Gunasekaran 2022-12-01 19:03:47 +00:00
  • c96c9b458f [hir] Add a buildAliasSets pass Sathya Gunasekaran 2022-12-01 19:03:44 +00:00
  • 4b9c2f36fe add missing reactive scope passes to playground Joseph Savona 2022-12-01 11:02:27 -08:00
  • 23411c3083 Build for 383c3227ac9f30164f0472dc0c0553232c016af5 poteto 2022-12-01 17:59:49 +00:00
  • df58546f4e Codegen TValue are just Expressions (#839) Jan Kassens 2022-12-01 12:56:45 -05:00
  • 3ba7add608 Allow async blocks in to(Error|Warn)Dev (#25338) Sebastian Silbermann 2022-12-01 11:26:43 +01:00
  • 7d2afd7dd1 Build for f197ca997b mondaychen 2022-12-01 00:28:46 +00:00
  • f197ca997b React DevTools 4.26.1 -> 4.27.0 (#25753) Mengdi Chen 2022-11-30 19:14:11 -05:00
  • bab97155b3 Build for fa11bd6ecc mofeiZ 2022-11-30 19:35:43 +00:00
  • 509aa9f0e5 HIRVisitor - change labels to block ids Joe Savona 2022-11-30 10:24:51 -08:00
  • fa11bd6ecc [ServerRenderer] Add option to send instructions as data attributes (#25437) mofeiZ 2022-11-30 13:22:08 -05:00
  • aa2b152ea8 Fixture tests for 2 cases of expressions that produce incorrect output Jan Kassens 2022-11-29 18:33:00 -05:00
  • b3a26f1de2 Infer reactive scope dependencies Lauren Tan 2022-11-29 17:07:55 -05:00
  • ccca2d38cf [ez] Delete some old files Lauren Tan 2022-11-29 15:23:56 -05:00
  • 5e2daed9d2 Build for e98225485a sammy-SC 2022-11-29 16:48:32 +00:00
  • e98225485a Add ref cleanup function (#25686) Samuel Susla 2022-11-29 16:41:02 +00:00
  • 179a7f9605 Fix output tabs growing infinitely in height Lauren Tan 2022-11-29 11:07:03 -05:00
  • f90289c91c Build for edbfc6399f tyao1 2022-11-28 23:24:29 +00:00
  • edbfc6399f Fix Jest cache for transform-react-version-pragma (#25712) Tianyu Yao 2022-11-28 15:14:34 -08:00
  • 9f7878c7c0 [easy] remove isFallthrough arg from mapTerminalSuccessors Jan Kassens 2022-11-28 17:48:59 -05:00
  • 0bbb36e1a4 [codegen] more locations: binary, return, call (#820) Jan Kassens 2022-11-28 16:54:46 -05:00
  • eabd08126e Build for 15557fa67f gnoff 2022-11-28 17:50:00 +00:00
  • 15557fa67f [Fix] properly track useId use in StrictMode in development (#25713) Josh Story 2022-11-28 09:42:57 -08:00
  • 2c0264bf44 Build for 8a23def32f tyao1 2022-11-28 17:21:27 +00:00
  • 8a23def32f Resubmit Add HydrationSyncLane (#25711) Tianyu Yao 2022-11-28 09:13:06 -08:00
  • b932ce19a7 [playground] TabbedWindowItem lifting tabs state up jacdebug 2022-11-25 09:00:30 +00:00
  • 9ae698c734 [playground] Add tab to display output from old architecture Sathya Gunasekaran 2022-11-24 18:04:16 +00:00
  • 76a4bd67f4 [playground] Remove unused kind parameter Sathya Gunasekaran 2022-11-24 17:56:49 +00:00
  • c203d07d8c [Playground] vertical tabs to see multiple stages same time jacdebug 2022-11-24 17:25:13 +00:00
  • d958d4b73e [playground] Remove line number from output We already have instruction numbers as part of the output so line numbers just add extra visual noise. Sathya Gunasekaran 2022-11-24 16:04:27 +00:00
  • 06ca8b1026 [playground] Refactor compilation of HIR Sathya Gunasekaran 2022-11-24 15:28:38 +00:00
  • e2cfbeb3d3 [playground] Display only new HIR Sathya Gunasekaran 2022-11-24 15:24:40 +00:00
  • da6d84049e easy: name InstructionKind enum values (#818) Jan Kassens 2022-11-23 10:48:53 -05:00
  • e51553f5da InferReactiveScopes considers all operands, incl terminals Joe Savona 2022-11-22 14:10:06 -08:00
  • a0054a1837 Visit terminal ids before terminal branches Joe Savona 2022-11-22 12:10:26 -08:00
  • d2e5c31fc6 Test case showing reassignment block scoping problem Joe Savona 2022-11-22 10:42:36 -08:00