Release v8.4.0 - #15460
Open
ryanflorence wants to merge 1 commit into
Open
Conversation
Contributor
Preview Build AvailablePreview builds have been created for this PR. You can install pnpm install "remix-run/react-router#preview/pr-15460&path:packages/react-router"And/or install other packages via: pnpm install "remix-run/react-router#preview/pr-15460&path:packages/react-router-dev"
pnpm install "remix-run/react-router#preview/pr-15460&path:packages/react-router-express"
pnpm install "remix-run/react-router#preview/pr-15460&path:packages/react-router-node"
pnpm install "remix-run/react-router#preview/pr-15460&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
September 2, 2026 14:28
18e509e to
5fcc94a
Compare
ryanflorence
force-pushed
the
release-v8-pr
branch
2 times, most recently
from
September 2, 2026 16:25
2710e0e to
0d8e84a
Compare
ryanflorence
force-pushed
the
release-v8-pr
branch
from
September 2, 2026 18:41
0d8e84a to
4611d86
Compare
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.3.1→8.4.08.3.1→8.4.08.3.1→8.4.08.3.1→8.4.08.3.1→8.4.08.3.1→8.4.08.3.1→8.4.08.3.1→8.4.08.3.1→8.4.08.3.1→8.4.0Changelogs
react-router v8.4.0
Minor Changes
Deprecate the
createStaticRouter({ branches })option (#15297)createStaticRouternow caches route branches internally, so thebranchesoption is no longer used and logs a deprecation warning when providedThe deprecated
EntryContext.branchesproperty is retained for compatibility but is now always an empty arrayPatch Changes
UNSAFE_contexts, so please review carefully if you are using those unsafe exportsUnstable Changes
Add a new Data Mode-only
future.unstable_routePatternMatchingflag to opt into more efficient@remix-run/route-patternbased route matching internally (#15298)No code changes required - syntax remains the same for pubic route definitions and route match fields
Once opting into this flag, you should no longer user legacy matching APIs (
matchRoutes/matchPath/useMatch) as they are hardcoded to the previous regex-based matcherrouter.match()API exists for those use cases but it's marked private and considered unstable along with the flagPath generation APIs such as
generatePathandhrefcontinue to accept React Router path syntaxThis flag also comes with a new
unstable_validateParamsroute field which uses keyed regular expressions so a route can reject matched params and let matching continue (non-matched optional params are not validated)@react-router/architect v8.4.0
Patch Changes
react-router@8.4.0@react-router/node@8.4.0@react-router/cloudflare v8.4.0
Patch Changes
react-router@8.4.0@react-router/dev v8.4.0
Patch Changes
react-router@8.4.0@react-router/node@8.4.0@react-router/serve@8.4.0@react-router/express v8.4.0
Patch Changes
react-router@8.4.0@react-router/node@8.4.0@react-router/fs-routes v8.4.0
Patch Changes
@react-router/dev@8.4.0@react-router/node v8.4.0
Patch Changes
react-router@8.4.0@react-router/remix-routes-option-adapter v8.4.0
Patch Changes
@react-router/dev@8.4.0@react-router/serve v8.4.0
Patch Changes
react-router@8.4.0@react-router/express@8.4.0@react-router/node@8.4.0create-react-router v8.4.0
Patch Changes