Commit Graph

  • 130095f76b [Flight Parcel] Align with more recent changes (#31741) Sebastian Markbåge 2024-12-12 14:39:25 -05:00
  • e854ce3b15 Fix canary version strings (#31721) Jack Pope 2024-12-12 14:11:24 -05:00
  • c86542b240 Bump next prerelease version numbers (#31676) Andrew Clark 2024-12-12 14:10:46 -05:00
  • 6928bf2f7c [Flight] Log Server Component into Performance Track (#31729) Sebastian Markbåge 2024-12-12 14:03:18 -05:00
  • ca587425fe Implement react-server-dom-parcel (#31725) Devon Govett 2024-12-11 22:58:51 -05:00
  • 95e5f9519e Make enableOwnerStacks dynamic (#31661) noahlemen 2024-12-11 09:07:50 -08:00
  • 0bcbbf0082 Make enableOwnerStacks dynamic (#31661) noahlemen 2024-12-11 09:07:47 -08:00
  • a7b82f010e Remove comment syntax from ReactNativeTypes (#31457) hoxyq 2024-12-11 09:02:35 -08:00
  • a4964987dc Make enableOwnerStacks dynamic (#31661) Noah Lemen 2024-12-11 12:00:25 -05:00
  • 92b62f500c Remove comment syntax from ReactNativeTypes (#31457) Alex Hunt 2024-12-11 16:55:11 +00:00
  • 79ddf5b574 [Flight] Track Timing Information (#31716) Sebastian Markbåge 2024-12-10 20:46:19 -05:00
  • 4e4144e71c react-hooks/rules-of-hooks: Improve support for do/while loops (#31720) eps1lon 2024-12-10 13:53:31 -08:00
  • 7c4a7c9ddf react-hooks/rules-of-hooks: Improve support for do/while loops (#31720) Marin Atanasov 2024-12-10 23:46:33 +02:00
  • 16367ceb02 [compiler] Fix dropped ref with spread props in InlineJsxTransform (#31726) Jack Pope 2024-12-10 16:11:17 -05:00
  • 7cb356e862 [Flight] rename prerender to unstable_prerender and include in stable channel (#31724) Josh Story 2024-12-10 11:51:39 -08:00
  • a5f1be8a31 [compiler] Allow sequence expressions in for loops, and prevent DCE of declarations when the variable is reassigned in a value block gh/mvitousek/41/orig Mike Vitousek 2024-12-10 09:49:29 -05:00
  • 1194151fae [compiler] Allow sequence expressions in for loops, and prevent DCE of declarations when the variable is reassigned in a value block gh/mvitousek/41/head Mike Vitousek 2024-12-10 13:37:08 -05:00
  • 81113a6833 [compiler] Implement support for non-declaration for initializers gh/mvitousek/40/orig Mike Vitousek 2024-12-09 12:03:09 -08:00
  • ae3265559f Update on "[compiler] Implement support for non-declaration for initializers" gh/mvitousek/41/base gh/mvitousek/40/head Mike Vitousek 2024-12-10 13:37:06 -05:00
  • 741be67354 Update base for Update on "[compiler] Implement support for non-declaration for initializers" gh/mvitousek/40/base Mike Vitousek 2024-12-10 13:37:06 -05:00
  • 4a8fc0f92e [Flight] Don't call onError/onPostpone when halting and unify error branches (#31715) Sebastian Markbåge 2024-12-10 11:59:50 -05:00
  • 2564c8f567 Clean up findFiberByHostInstance from DevTools Hook (#31711) sebmarkbage 2024-12-10 08:41:33 -08:00
  • 0558177043 Clean up findFiberByHostInstance from DevTools Hook (#31711) sebmarkbage 2024-12-10 08:41:30 -08:00
  • 3b597c0576 Clean up findFiberByHostInstance from DevTools Hook (#31711) Sebastian Markbåge 2024-12-10 11:24:59 -05:00
  • 372ec00c03 Update ReactDebugInfo types to declare timing info separately (#31714) Sebastian Markbåge 2024-12-09 19:47:43 -05:00
  • 3d2ab01a55 [Flight] Extract special cases for Server Component return value position (#31713) Sebastian Markbåge 2024-12-09 17:20:46 -05:00
  • 5e529b83ec [compiler] Implement support for non-declaration for initializers Mike Vitousek 2024-12-09 12:04:05 -08:00
  • 76d603a72a [compiler] Support for non-declatation for in/of iterators Mike Vitousek 2024-12-09 10:48:43 -08:00
  • f16df48588 Update on "[compiler] Support for non-declatation for in/of iterators" Mike Vitousek 2024-12-09 12:03:59 -08:00
  • 82576bdd9d Update base for Update on "[compiler] Support for non-declatation for in/of iterators" Mike Vitousek 2024-12-09 12:03:57 -08:00
  • 226b85926a [compiler] Support for context variable loop iterators Mike Vitousek 2024-12-09 10:15:20 -08:00
  • 2a139ed306 [compiler] Support for non-declatation for in/of iterators Mike Vitousek 2024-12-09 10:49:11 -08:00
  • a4bf2e156d Update on "[compiler] Support for context variable loop iterators" Mike Vitousek 2024-12-09 10:49:06 -08:00
  • f8c994c6c8 [compiler] Support for context variable loop iterators Mike Vitousek 2024-12-09 10:27:56 -08:00
  • 7283a213db Fix headings in React 19 CHANGELOG (#31683) sync-nextjs-15 Alexander Kachkaev 2024-12-06 15:55:53 +00:00
  • 65ba3e87e4 docs: use diff codeblock for useReducer typings change (#31685) Eng Zer Jun 2024-12-06 23:12:38 +08:00
  • c56c623432 docs: fix capitalization of TypeScript (#31682) Paul Schreiber 2024-12-05 18:04:11 -05:00
  • d27fa084f6 Fix two typos in CHANGELOG.md (#31678) owenarthur 2024-12-05 18:03:24 -05:00
  • 52685a7503 Add changelog for 19.0.0 (#31675) Jack Pope 2024-12-05 13:46:52 -05:00
  • 1c9b138714 Don't serialize chunk ids for Hint and Console rows (#31671) Sebastian Markbåge 2024-12-04 19:53:20 -05:00
  • e3aab58ef9 Register Suspense retry handlers in commit phase (#31667) gnoff 2024-12-04 08:09:37 -08:00
  • a3b43879ac Register Suspense retry handlers in commit phase (#31667) gnoff 2024-12-04 08:09:35 -08:00
  • de68d2f4a2 Register Suspense retry handlers in commit phase (#31667) Josh Story 2024-12-04 07:58:43 -08:00
  • 8834a5b4ae Client render dehydrated Suspense boundaries on document load (#31620) gnoff 2024-12-03 13:20:46 -08:00
  • 73566a7a67 Client render dehydrated Suspense boundaries on document load (#31620) gnoff 2024-12-03 13:20:44 -08:00
  • 16d2bbbd1f Client render dehydrated Suspense boundaries on document load (#31620) Josh Story 2024-12-03 13:13:35 -08:00
  • 6bcf0d20da [compiler] Empty dep arrays for globals/module-scoped values/imports (#31666) Jordan Brown 2024-12-03 13:54:08 -05:00
  • b9b510df2a Revert "Replace deprecated dependency in eslint-plugin-react-compiler" (#31665) mofeiZ 2024-12-03 11:46:08 -05:00
  • 1b1283ade7 [compiler] Support default imports for autodep config (#31657) Jordan Brown 2024-12-03 07:42:53 -05:00
  • 2ab471c8d2 [compiler] Don't include current field accesses in auto-deps (#31652) Jordan Brown 2024-12-03 07:42:28 -05:00
  • 865d2c418d [compiler] Add meta internal option for useMemoCache import (#31654) mofeiZ 2024-12-02 16:42:58 -06:00
  • cb5ee83776 merge commit for archive created by Sapling Mofei Zhang 2024-12-02 16:59:48 -05:00
  • c07531f071 [compiler] Add meta internal option for useMemoCache import Mofei Zhang 2024-12-02 16:17:57 -05:00
  • dc2c1c1f45 Merge 138f74708b into sapling-pr-archive-mofeiZ mofeiZ 2024-12-02 15:27:49 -06:00
  • 138f74708b [compiler] Add meta internal option for useMemoCache import Mofei Zhang 2024-12-02 16:17:57 -05:00
  • 5b0ef217ef s/server action/server function (#31005) Ricky 2024-12-02 10:02:31 -05:00
  • 7670501b0d Replace deprecated dependency in eslint-plugin-react-compiler (#31629) Pavel 2024-11-25 07:32:11 +03:00
  • 2a9f4c04e5 [compiler] Infer deps configuration (#31616) Jordan Brown 2024-11-22 17:19:20 -05:00
  • 61d48e4526 [crud] Only export uRC when flag is enabled (#31617) poteto 2024-11-22 13:24:25 -08:00
  • 2241a5a1c8 [crud] Only export uRC when flag is enabled (#31617) poteto 2024-11-22 13:23:36 -08:00
  • e3b7ef32be [crud] Only export uRC when flag is enabled (#31617) lauren 2024-11-22 16:13:42 -05:00
  • ff11a142e6 merge commit for archive created by Sapling Lauren Tan 2024-11-22 16:06:45 -05:00
  • 224e58d32f [crud] Only export uRC when flag is enabled Lauren Tan 2024-11-22 16:06:36 -05:00
  • eee5ca2a92 [compiler] Prune all unused array destructure items during DCE (#31619) Joseph Savona 2024-11-22 15:59:59 -05:00
  • 56a061171e Merge 8b1bfcd633 into sapling-pr-archive-poteto lauren 2024-11-22 14:34:59 -05:00
  • 8b1bfcd633 [crud] Only export uRC when flag is enabled Lauren Tan 2024-11-22 14:34:54 -05:00
  • 89d72cfffe Merge b5e9a9e16f into sapling-pr-archive-poteto lauren 2024-11-22 14:32:51 -05:00
  • b5e9a9e16f [crud] Only export uRC when flag is enabled Lauren Tan 2024-11-22 14:32:21 -05:00
  • 8dc61e4822 merge commit for archive created by Sapling Lauren Tan 2024-11-22 14:28:27 -05:00
  • c9444d3ac7 [crud] Only export uRC when flag is enabled Lauren Tan 2024-11-22 14:28:20 -05:00
  • 7dbc43b4e8 merge commit for archive created by Sapling Lauren Tan 2024-11-22 14:12:23 -05:00
  • 8d95759d77 [crud] Only export uRC when flag is enabled Lauren Tan 2024-11-22 14:12:16 -05:00
  • a33a3147c6 Merge b5af51d91a into sapling-pr-archive-poteto lauren 2024-11-22 14:11:46 -05:00
  • b5af51d91a [crud] Only export uRC when flag is enabled Lauren Tan 2024-11-22 14:08:33 -05:00
  • c88a1f2c26 Add moveBefore Experiment (#31596) sebmarkbage 2024-11-22 10:37:34 -08:00
  • aba370f1e4 Add moveBefore Experiment (#31596) Sebastian Markbåge 2024-11-22 13:24:29 -05:00
  • 1345c37941 Mark all lanes in order on every new render (#31615) Sebastian Markbåge 2024-11-22 13:04:05 -05:00
  • e697386c10 [compiler] First cut at dep inference (#31386) Jordan Brown 2024-11-22 12:15:13 -05:00
  • 91061073d5 Mark ping time as update (#31611) Sebastian Markbåge 2024-11-21 19:36:38 -05:00
  • a9f14cb44e Fix Logging of Immediately Resolved Promises (#31610) Sebastian Markbåge 2024-11-21 17:16:54 -05:00
  • e7a580fd29 refactor to use scope dependency mofeiZ-effect-deps-refactor Mofei Zhang 2024-11-21 14:30:13 -05:00
  • 3136036bb1 [compiler][wip] Validate misuse of useState() gh/josephsavona/62/orig Joe Savona 2024-11-21 00:31:38 -05:00
  • 8f430c3291 [compiler][wip] Validate misuse of useState() gh/josephsavona/62/head Joe Savona 2024-11-21 00:31:35 -05:00
  • 8aae2dbba8 [compiler] Prune all unused array destructure items during DCE gh/josephsavona/61/orig Joe Savona 2024-11-21 00:07:29 -05:00
  • dc2cf2506f Update on "[compiler] Prune all unused array destructure items during DCE" gh/josephsavona/62/base gh/josephsavona/61/head Joe Savona 2024-11-21 00:07:29 -05:00
  • fcbbc83b0f [compiler] Prune all unused array destructure items during DCE Joe Savona 2024-11-21 00:04:17 -05:00
  • 4005e3211d [crud] Fix deps comparison bug (#31599) poteto 2024-11-20 14:02:01 -08:00
  • b78a8b16c9 [crud] Fix deps comparison bug (#31599) poteto 2024-11-20 14:02:00 -08:00
  • c11c9510fa [crud] Fix deps comparison bug (#31599) gh/josephsavona/61/base lauren 2024-11-20 16:54:41 -05:00
  • 296bd7ce67 merge commit for archive created by Sapling Lauren Tan 2024-11-20 14:34:49 -05:00
  • d6c45a7ace [crud] Fix deps comparison bug Lauren Tan 2024-11-20 14:34:13 -05:00
  • e537c50112 Merge dd56614678 into sapling-pr-archive-poteto lauren 2024-11-20 14:31:29 -05:00
  • dd56614678 [crud] Fix deps comparison bug Lauren Tan 2024-11-20 14:27:53 -05:00
  • 96b05f3227 Update on "[compiler][nocommit] Quick sketch of types on places" gh/josephsavona/60/head Joe Savona 2024-11-19 20:45:40 -05:00
  • bc8ab8ca6d [compiler][nocommit] Quick sketch of types on places gh/josephsavona/60/orig Joe Savona 2024-11-19 20:45:40 -05:00
  • 8628306759 Update base for Update on "[compiler][nocommit] Quick sketch of types on places" gh/josephsavona/60/base Joe Savona 2024-11-19 20:45:40 -05:00
  • 3141819078 Update on "[compiler] Remove unneeded PropagatePhiTypes" gh/josephsavona/59/head Joe Savona 2024-11-19 20:45:39 -05:00
  • 44515f4682 [compiler] Remove unneeded PropagatePhiTypes gh/josephsavona/59/orig Joe Savona 2024-11-19 20:45:39 -05:00
  • b1502b5b81 Update base for Update on "[compiler] Remove unneeded PropagatePhiTypes" gh/josephsavona/59/base Joe Savona 2024-11-19 20:45:38 -05:00
  • 2183a80813 [crud] Enable on RTR FB builds (#31590) poteto 2024-11-19 14:32:14 -08:00