Commit Graph

  • 24721ffcba [Fizz][Float] Do not write after closing the stream (#27541) gnoff 2023-10-18 17:11:34 +00:00
  • cd4934fab0 [Fizz][Float] Do not write after closing the stream (#27541) gnoff 2023-10-18 17:11:22 +00:00
  • 601e5c3850 [Fizz][Float] Do not write after closing the stream (#27541) Josh Story 2023-10-18 10:05:18 -07:00
  • f7bb41060d React DevTools 4.28.4 -> 4.28.5 (#27538) hoxyq 2023-10-18 13:13:04 +00:00
  • 20c91b6534 React DevTools 4.28.4 -> 4.28.5 (#27538) Ruslan Lesiutin 2023-10-18 14:08:23 +01:00
  • 5fd6d3811c [Fizz] Pass cancellation reason to abort (#27536) sebmarkbage 2023-10-18 01:48:10 +00:00
  • e3748a0bde [Fizz] Pass cancellation reason to abort (#27536) Sebastian Markbåge 2023-10-17 21:43:12 -04:00
  • 7d58742a75 fix[devtools/useMemoCache]: add stub for useMemoCache in ReactDebugHook (#27472) hoxyq 2023-10-17 17:44:20 +00:00
  • a419575077 fix[devtools/useMemoCache]: add stub for useMemoCache in ReactDebugHook (#27472) Ruslan Lesiutin 2023-10-17 18:39:10 +01:00
  • 105044700e Prerendering support for useDeferredValue (#27512) acdlite 2023-10-17 17:03:40 +00:00
  • 8d3e7a7bda Prerendering support for useDeferredValue (#27512) acdlite 2023-10-17 17:03:28 +00:00
  • 75c1bd7ee7 Prerendering support for useDeferredValue (#27512) Andrew Clark 2023-10-17 12:58:48 -04:00
  • b763135cfd useDeferredValue should skip initialValue if it suspends (#27509) acdlite 2023-10-17 16:53:59 +00:00
  • 385a8f1519 useDeferredValue should skip initialValue if it suspends (#27509) acdlite 2023-10-17 16:53:57 +00:00
  • b2a68a65c8 useDeferredValue should skip initialValue if it suspends (#27509) Andrew Clark 2023-10-17 12:48:11 -04:00
  • 26e2a44671 feat[react-devtools-extensions/logging]: initialize session id on the client for logging (#27517) hoxyq 2023-10-17 14:28:44 +00:00
  • 9abf6fa31c feat[react-devtools-extensions/logging]: initialize session id on the client for logging (#27517) Ruslan Lesiutin 2023-10-17 15:23:53 +01:00
  • 84da8994bd Test cases for reactive (control) dependencies Joe Savona 2023-10-17 09:48:23 +01:00
  • 4fc392e628 [qol] Add sprout to top level scripts Lauren Tan 2023-10-16 16:05:08 +01:00
  • 640994f49b [playground] Only log error to console when clicked Lauren Tan 2023-10-16 15:54:33 +01:00
  • f5d1ff0a3c Update .gitignore for watchman-cookie Lauren Tan 2023-10-16 15:54:30 +01:00
  • 1cb4186646 Fix: error messages (#27523) hoxyq 2023-10-16 14:10:35 +00:00
  • 84de88465b Fix: error messages (#27523) hoxyq 2023-10-16 14:10:32 +00:00
  • 67cc9ba878 Fix: error messages (#27523) Asan Azimkulov 2023-10-16 20:05:42 +06:00
  • a600d56a00 refactor[react-devtools-extensions]: use globals to eliminate dead code (#27516) hoxyq 2023-10-16 13:59:25 +00:00
  • 18a9dd1c60 refactor[react-devtools-extensions]: use globals to eliminate dead code (#27516) Ruslan Lesiutin 2023-10-16 14:54:25 +01:00
  • 40c111874f Track entangled lanes separately from update lane (#27505) acdlite 2023-10-15 16:34:39 +00:00
  • e94c09b1c0 Track entangled lanes separately from update lane (#27505) acdlite 2023-10-15 16:34:27 +00:00
  • 309c8ad968 Track entangled lanes separately from update lane (#27505) Andrew Clark 2023-10-15 12:29:52 -04:00
  • bd95626f02 [Fizz] Don't pop the replay stack if we've already rendered past an element (#27513) sebmarkbage 2023-10-13 13:26:39 +00:00
  • 785a98f09c [Fizz] Don't pop the replay stack if we've already rendered past an element (#27513) sebmarkbage 2023-10-13 13:26:14 +00:00
  • 09fbee89d6 [Fizz] Don't pop the replay stack if we've already rendered past an element (#27513) Sebastian Markbåge 2023-10-13 09:21:21 -04:00
  • 762f332996 refactor: align ReactNativeViewConfigRegistry flow typing (#27514) javache 2023-10-13 09:42:04 +00:00
  • 1b4ba74899 refactor: align ReactNativeViewConfigRegistry flow typing (#27514) Jakub Romańczyk 2023-10-13 11:33:55 +02:00
  • db99db40f4 Fix regression test ty/acdlite-infinite-update-loop-guard-test Tianyu Yao 2023-10-12 23:09:51 -07:00
  • fa2a67dd1d Feature flag to opt-in to emitting change variables Joe Savona 2023-10-12 16:26:42 -07:00
  • 46a8f797ea [Fizz] Fix children rendering in custom elements with enableCustomElementPropertySupport (#27511) gnoff 2023-10-12 22:07:22 +00:00
  • 191c16a227 [Fizz] Fix children rendering in custom elements with enableCustomElementPropertySupport (#27511) gnoff 2023-10-12 22:07:13 +00:00
  • bb778528d1 [Fizz] Fix children rendering in custom elements with enableCustomElementPropertySupport (#27511) Josh Story 2023-10-12 15:02:26 -07:00
  • 28767a7afb Inline reactive scope dep checks; no more change vars Joe Savona 2023-10-12 12:03:42 -07:00
  • 4fe0ab41e3 Repro for unnecessary memoization of array filter Joe Savona 2023-10-12 12:03:38 -07:00
  • 05865c32f5 Fix: Detect infinite update loops caused by render phase updates (#26625) Andrew Clark 2023-06-27 13:26:35 -04:00
  • 87b1549d5c Improve MergeConsecutiveScopes Joe Savona 2023-10-12 09:47:26 -07:00
  • d1f977094f refactor: use ESM exports in ReactNativeViewConfigRegistry (#27508) javache 2023-10-12 16:33:38 +00:00
  • ea8a8619ce refactor: use ESM exports in ReactNativeViewConfigRegistry (#27508) Jakub Romańczyk 2023-10-12 18:28:32 +02:00
  • a892e8a0c0 [Flight] Enforce "simple object" rule in production (#27502) sebmarkbage 2023-10-11 16:24:03 +00:00
  • e61a60fac0 [Flight] Enforce "simple object" rule in production (#27502) Sebastian Markbåge 2023-10-11 12:18:49 -04:00
  • 492aa815a2 Disable ServerContext in canary (#27474) sebmarkbage 2023-10-11 16:18:01 +00:00
  • 9b5375dcf9 Disable ServerContext in canary (#27474) sebmarkbage 2023-10-11 16:18:00 +00:00
  • 1fc58281af Disable ServerContext in canary (#27474) Sebastian Markbåge 2023-10-11 12:13:09 -04:00
  • 1713d0ffce Add support for onScrollEnd event (#26789) sophiebits 2023-10-11 04:06:06 +00:00
  • 35acb5826f Add support for onScrollEnd event (#26789) sophiebits 2023-10-11 04:05:59 +00:00
  • 537228f9fd Add support for onScrollEnd event (#26789) Devon Govett 2023-10-10 21:00:57 -07:00
  • cfabdb343e Add optional initialValue argument to useDeferredValue (#27500) acdlite 2023-10-10 20:44:17 +00:00
  • 7717799110 Add optional initialValue argument to useDeferredValue (#27500) acdlite 2023-10-10 20:43:58 +00:00
  • be67db46b6 Add optional initialValue argument to useDeferredValue (#27500) Andrew Clark 2023-10-10 16:39:02 -04:00
  • 52c6a34da3 [be] Limit scope of temporaries in codegen Joe Savona 2023-10-10 13:15:51 -07:00
  • 495fec19e7 [be] Update docblock comment for ConstantPropagation Joe Savona 2023-10-10 13:15:46 -07:00
  • a92bfd7fdc [be] Factor out named type for JSXText instr variant Joe Savona 2023-10-10 13:15:42 -07:00
  • ba23b990ac [be] Remove dead code in ConstantPropagation Joe Savona 2023-10-10 13:15:39 -07:00
  • 1e8f15f410 fix[devtools/inspectElement]: dont pause initial inspectElement call when user switches tabs (#27488) hoxyq 2023-10-10 17:15:14 +00:00
  • 77ec61885f fix[devtools/inspectElement]: dont pause initial inspectElement call when user switches tabs (#27488) Ruslan Lesiutin 2023-10-10 18:10:17 +01:00
  • 47d4c42352 [Fabric] Pass children when cloning (#27458) javache 2023-10-10 14:16:22 +00:00
  • a19627ef67 [Fabric] Pass children when cloning (#27458) javache 2023-10-10 14:16:16 +00:00
  • 151e75a128 [Fabric] Pass children when cloning (#27458) Pieter De Baets 2023-10-10 15:11:26 +01:00
  • 5a8c7594c5 Implement JSX whitespace rules Joe Savona 2023-10-09 16:35:47 -07:00
  • b61dba64ad Enable MergeConsecutiveScopes by default Joe Savona 2023-10-09 16:15:30 -07:00
  • a1461016df Improve MergeConsecutiveScopes Joe Savona 2023-10-09 16:15:30 -07:00
  • 49d16ba7e5 Repro for scope merging bug Joe Savona 2023-10-09 16:15:29 -07:00
  • 529568c7db [be] Rename InlineUseMemo imports Joe Savona 2023-10-09 16:07:09 -07:00
  • 428c47581e Generalize InlineUseMemo to inline IIFEs Joe Savona 2023-10-09 15:56:10 -07:00
  • 444a1ad9c1 Reorder InlineUseMemo after type inference Joe Savona 2023-10-09 15:25:18 -07:00
  • 74c6c992ba [be] s/DropUseMemo/DropManualMemoization/ Joe Savona 2023-10-09 15:25:17 -07:00
  • 683a197a89 Manually revert #2127 (allow mutating context in callbacks) Joe Savona 2023-10-09 15:21:12 -07:00
  • b55cf78a4d [syntax] Lower empty jsx attributes to true Mofei Zhang 2023-10-06 17:38:02 -04:00
  • 392d0b127b [patch] Patch import specifiers check for react Mofei Zhang 2023-10-06 17:38:00 -04:00
  • fd87c9b9e1 [patch] Bug in deriveMinimalDeps Mofei Zhang 2023-10-06 17:37:57 -04:00
  • 2b417e2a52 Playground uses new pragma parser, shows config being used Joe Savona 2023-10-05 11:06:56 -07:00
  • ed9ea81e4a Snap/sprout use new pragma parser and compiler defaults Joe Savona 2023-10-05 10:57:20 -07:00
  • cadcf3de2d Reusable function for parsing config strings Joe Savona 2023-10-05 10:18:24 -07:00
  • 80d867d1bd Promote inlineUseMemo to stable (remove flag) Joe Savona 2023-10-05 09:20:19 -07:00
  • 3fdb237682 Promote enableNoAliasOptimizations to stable (remove flag) Joe Savona 2023-10-05 09:20:14 -07:00
  • 11d03ffbe0 Promote enableFunctionCallSignatureOptimizations to stable (remove flag) Joe Savona 2023-10-05 09:20:09 -07:00
  • 0b0f8994ba Promote enableTreatHooksAsFunctions to stable (remove flag) Joe Savona 2023-10-05 09:20:05 -07:00
  • c6c638886e pull implementations from the right react-dom (#27471) gnoff 2023-10-05 16:20:03 +00:00
  • dddfe68820 pull implementations from the right react-dom (#27471) Josh Story 2023-10-05 09:14:57 -07:00
  • fea354cb8c react-dom/server-rendering-stub: restore experimental prefix for useFormState and useFormStatus (#27470) gnoff 2023-10-05 15:59:06 +00:00
  • 546178f910 react-dom/server-rendering-stub: restore experimental prefix for useFormState and useFormStatus (#27470) Josh Story 2023-10-05 08:53:14 -07:00
  • 51b6c71883 Reduce install network flake (#27464) eps1lon 2023-10-05 09:43:09 +00:00
  • 16619f106a Reduce install network flake (#27464) Sebastian Silbermann 2023-10-05 11:37:08 +02:00
  • b239394e57 [Fizz] Reset error component stack and fix error messages (#27456) sebmarkbage 2023-10-04 20:53:14 +00:00
  • 2dd6caa81a [Fizz] Reset error component stack and fix error messages (#27456) sebmarkbage 2023-10-04 20:53:08 +00:00
  • 0fba3ecf73 [Fizz] Reset error component stack and fix error messages (#27456) Sebastian Markbåge 2023-10-04 16:48:12 -04:00
  • 963258f7ae Move ReactCurrentDispatcher back to shared internals (#27462) gnoff 2023-10-04 20:21:02 +00:00
  • 6f13243957 Move ReactCurrentDispatcher back to shared internals (#27462) Josh Story 2023-10-04 13:16:21 -07:00
  • 4efc12509b Add back temporary experimental_ aliases for Server Actions APIs (#27461) acdlite 2023-10-04 20:03:03 +00:00
  • 0b461072b1 Add back temporary experimental_ aliases for Server Actions APIs (#27461) acdlite 2023-10-04 20:02:57 +00:00
  • ca237d6f0a Add back temporary experimental_ aliases for Server Actions APIs (#27461) Andrew Clark 2023-10-04 15:58:08 -04:00
  • 8e8ae96478 Support empty catch clause Joe Savona 2023-10-04 12:24:19 -07:00
  • 38425e9212 Remove prefix from formState option (#27460) acdlite 2023-10-04 19:22:26 +00:00