Release v8.3.0 - #15294
Merged
Merged
Conversation
Contributor
Preview Build AvailablePreview builds have been created for this PR. You can install pnpm install "remix-run/react-router#preview/pr-15294&path:packages/react-router"And/or install other packages via: pnpm install "remix-run/react-router#preview/pr-15294&path:packages/react-router-dev"
pnpm install "remix-run/react-router#preview/pr-15294&path:packages/react-router-express"
pnpm install "remix-run/react-router#preview/pr-15294&path:packages/react-router-node"
pnpm install "remix-run/react-router#preview/pr-15294&path:packages/react-router-serve"These preview builds will be updated automatically as you push new commits. |
ryanflorence
force-pushed
the
release-v8-pr
branch
from
July 9, 2026 00:42
2bba6eb to
9488420
Compare
Contributor
✅ CLA SignedThanks for signing the Contributor License Agreement. |
Contributor
|
ryanflorence
force-pushed
the
release-v8-pr
branch
6 times, most recently
from
July 14, 2026 17:24
e45f2d0 to
3b9110a
Compare
ryanflorence
force-pushed
the
release-v8-pr
branch
4 times, most recently
from
July 22, 2026 14:10
e8a8403 to
f8463e5
Compare
ryanflorence
force-pushed
the
release-v8-pr
branch
from
July 22, 2026 15:01
f8463e5 to
3c0eaec
Compare
Contributor
|
The preview branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is managed by the
releaseworkflow. Do not edit it manually.Releases
8.2.0→8.3.08.2.0→8.3.08.2.0→8.3.08.2.0→8.3.08.2.0→8.3.08.2.0→8.3.08.2.0→8.3.08.2.0→8.3.08.2.0→8.3.08.2.0→8.3.0Changelogs
react-router v8.3.0
Patch Changes
href/generatePathper RFC 3986 path-segment rules instead ofencodeURIComponent(#15310)$ & + , ; = : @— RFC 3986pchar) are no longer percent-encoded, so values like a semver build1.0.0+1interpolate unchanged instead of becoming1.0.0%2B1/ ? # %, whitespace, non-ASCII) are still escaped exactly as beforecrypto.randomUUID()forcreateMemorySessionStoragesession ids (#15302)createMemorySessionStorageis only intended for local development and testing - sessions are lost when the server restartsNavLinknot applying itspendingstate whentohas a trailing slash (#15300)clientLoadercan skip unnecessary server requests once their components have rendered while still fetching missing server-rendered elements (#15323)TypeError: Invalid state: Unable to enqueue) when a request is aborted while the RSC HTML stream has a pending flush (#15286)injectRSCPayloadreadable side, clear the pending flush, and cancel the underlying RSC payload streamUnstable Changes
Detect stale RSC clients during lazy route discovery and reload the destination document (#15318)
Migration
Apps using the default RSC Framework entry do not need to make any changes. Apps with a custom
entry.rsc.tsxshould import the generated client version and pass it tounstable_matchRSCServerRequest:Add CSP nonce support to RSC document rendering (#15320)
nonceoptions tounstable_routeRSCServerRequestandunstable_RSCStaticRouterTo adopt nonce-based CSP, update your
entry.ssr.tsx(runreact-router reveal entry.ssrfirst in RSC Framework Mode) to generate a fresh nonce for each request. Pass it torouteRSCServerRequest, spread therenderHTMLoptions into React's HTML renderer, passoptions.noncetoRSCStaticRouter, and use the same nonce in theContent-Security-Policyresponse header:@react-router/architect v8.3.0
Patch Changes
typescript@7to be used (#15317)react-router@8.3.0@react-router/node@8.3.0@react-router/cloudflare v8.3.0
Patch Changes
typescript@7to be used (#15317)react-router@8.3.0@react-router/dev v8.3.0
Minor Changes
react-router devwith--conditions=developmentwhen not already configured (#15291)Patch Changes
typescript@7to be used (#15317)Unstable Changes
Add
unstable_rsc/client-versionclient build version virtual module (#15318)Support the
subResourceIntegrityconfig option in RSC Framework Mode (#15321)Migration guide
No changes are required when using the default RSC SSR entry. If you maintain a custom
app/entry.ssr.tsx, import the new virtual module and pass its hashes to React'simportMaprender option:Updated dependencies:
react-router@8.3.0@react-router/node@8.3.0@react-router/serve@8.3.0@react-router/express v8.3.0
Patch Changes
typescript@7to be used (#15317)react-router@8.3.0@react-router/node@8.3.0@react-router/fs-routes v8.3.0
Patch Changes
typescript@7to be used (#15317)@react-router/dev@8.3.0@react-router/node v8.3.0
Patch Changes
typescript@7to be used (#15317)react-router@8.3.0@react-router/remix-routes-option-adapter v8.3.0
Patch Changes
typescript@7to be used (#15317)@react-router/dev@8.3.0@react-router/serve v8.3.0
Patch Changes
react-router@8.3.0@react-router/express@8.3.0@react-router/node@8.3.0create-react-router v8.3.0
Patch Changes