COMMITS
/ scripts/error-codes/codes.json February 25, 2025
S
Include component name in "async/await is not supported" error message if available (#32435)
Sebastian "Sebbie" Silbermann committed
February 20, 2025
S
Rerender useSwipeTransition when direction changes (#32379)
Sebastian Markbåge committed
February 13, 2025
S
Add useSwipeTransition Hook Behind Experimental Flag (#32373)
Sebastian Markbåge committed
February 11, 2025
L
[crud] Merge useResourceEffect into useEffect (#32205)
lauren committed
January 17, 2025
J
[Fizz] Support Suspense boundaries anywhere (#32069)
Josh Story committed
January 8, 2025
S
Add <ViewTransition> Component (#31975)
Sebastian Markbåge committed
December 16, 2024
J
Clean up context access profiling experiment (#31806)
Jack Pope committed
December 2, 2024
R
s/server action/server function (#31005)
Ricky committed
November 20, 2024
L
[crud] Fix deps comparison bug (#31599)
lauren committed
November 15, 2024
S
Track separate SuspendedOnAction flag by rethrowing a separate SuspenseActionException sentinel (#31554)
Sebastian Markbåge committed
August 14, 2024
S
Rename `renderToMarkup` to `renderToHTML` (#30689)
Sebastian Silbermann committed
S
Move `react-html` to `react-markup` (#30688)
Sebastian Silbermann committed
July 26, 2024
J
Add unstable context bailout for profiling (#30407)
Jack Pope committed
July 9, 2024
S
[Flight] Add context for non null prototype error (#30293)
Sebastian Markbåge committed
July 3, 2024
S
[Flight] Allow String Chunks to Passthrough in Node streams and renderToMarkup (#30131)
Sebastian Markbåge committed
June 28, 2024
S
Add renderToMarkup for Client Components (#30121)
Sebastian Markbåge committed
June 27, 2024
S
Add new package with renderToMarkup export (#30105)
Sebastian Markbåge committed
June 6, 2024
J
[Flight] Allow aborting during render (#29764)
Josh Story committed
June 3, 2024
J
Fix stylesheet typo in 29693 (#29732)
Josh Story committed
J
[Fiber][Float] Error when a host fiber changes "flavor" (#29693)
Josh Story committed
May 29, 2024
S
Tweak error message for "Should have a queue" (#29626)
Sophie Alpert committed
May 28, 2024
A
Throw if React and React DOM versions don't match (#29236)
Andrew Clark committed
May 10, 2024
S
[Flight Reply] Encode Objects Returned to the Client by Reference (#29010)
Sebastian Markbåge committed
May 8, 2024
S
[Fizz] Fallback to client replaying actions if we're trying to serialize a Blob (#28987)
Sebastian Markbåge committed
April 22, 2024
S
Rename the react.element symbol to react.transitional.element (#28813)
Sebastian Markbåge committed
April 16, 2024
S
[Flight] Encode ReadableStream and AsyncIterables (#28847)
Sebastian Markbåge committed
April 10, 2024
A
Scaffolding for requestFormReset API (#28808)
Andrew Clark committed
April 8, 2024
J
[DOM] move `flushSync` out of the reconciler (#28500)
Josh Story committed
April 4, 2024
S
Use a Wrapper Error for onRecoverableError with a "cause" Field for the real Error (#28736)
Sebastian Markbåge committed
March 27, 2024
S
Move Hydration Mismatch Errors to Throw or Log Once (Kind of) (#28502)
Sebastian Markbåge committed
March 21, 2024
S
[Flight Reply] Don't allow Symbols to be passed to a reply (#28610)
Sebastian Markbåge committed
March 19, 2024
S
[Flight] Encode React Elements in Replies as Temporary References (#28564)
Sebastian Markbåge committed
March 4, 2024
J
[DOM] disable legacy mode behind flag (#28468)
Josh Story committed
March 3, 2024
R
Update /link URLs to react.dev (#28477)
Ricky committed
March 1, 2024
A
Move ref type check to receiver (#28464)
Andrew Clark committed
February 23, 2024
S
Remove method name prefix from warnings and errors (#28432)
Sebastian Markbåge committed
February 19, 2024
S
[Flight] Better error message if you pass a function as a child to a client component (#28367)
Sebastian Markbåge committed
February 8, 2024
S
Throw a better error when Lazy/Promise is used in React.Children (#28280)
Sebastian Markbåge committed
S
[Flight] Emit debug info for a Server Component (#28272)
Sebastian Markbåge committed
February 5, 2024
D
[Flight] Delete Server Context (#28225)
dan committed
February 1, 2024
J
[Fizz] Support aborting with Postpone (#28183)
Josh Story committed
November 7, 2023
J
[Fizz] implement `onHeaders` and `headersLengthHint` options (#27641)
Josh Story committed
October 11, 2023
S
[Flight] Enforce "simple object" rule in production (#27502)
Sebastian Markbåge committed
October 4, 2023
S
[Fizz] Reset error component stack and fix error messages (#27456)
Sebastian Markbåge committed
October 2, 2023
S
[Flight] Taint APIs (#27445)
Sebastian Markbåge committed
September 29, 2023
S
Enforce that the "react-server" build of "react" is used (#27436)
Sebastian Markbåge committed
September 21, 2023
S
[Fizz] Simplify ReplayNode data structure (#27395)
Sebastian Markbåge committed
September 18, 2023
S
[Fizz] Client render the nearest child or parent suspense boundary if replay errors or is aborted (#27386)
Sebastian Markbåge committed
September 15, 2023
S
[Fizz] Replay Postponed Paths (#27379)
Sebastian Markbåge committed
August 31, 2023
S
[Fizz] Track postponed holes in the prerender pass (#27317)
Sebastian Markbåge committed