chore: Update version for release (pre) #13545
Merged
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-next, this PR will be updated.
release-next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onrelease-next
.Releases
react-router@7.6.0-pre.0
Minor Changes
Added a new
react-router.config.ts
routeDiscovery
option to configure Lazy Route Discovery behavior. (#13451)/__manifest
path:routeDiscovery: { mode: "lazy", manifestPath: "/__manifest" }
routeDiscovery: { mode: "lazy", manifestPath: "/custom-manifest" }
routeDiscovery: { mode: "initial" }
Add support for route component props in
createRoutesStub
. This allows you to unit test your route components using the props instead of the hooks: (#13528)Patch Changes
Fix
react-router
module augmentation forNodeNext
(#13498)Don't bundle
react-router
inreact-router/dom
CJS export (#13497)Fix bug where a submitting
fetcher
would get stuck in aloading
state if a revalidatingloader
redirected (#12873)Fix hydration error if a server
loader
returnedundefined
(#13496)Fix initial load 404 scenarios in data mode (#13500)
Stabilize
useRevalidator
'srevalidate
function (#13542)Preserve status code if a
clientAction
throws adata()
result in framework mode (#13522)Be defensive against leading double slashes in paths to avoid
Invalid URL
errors from the URL constructor (#13510)new URL("//", window.location.origin)
Remove
Navigator
declaration fornavigator.connection.saveData
to avoid messing with any other types beyondsaveData
in userland (#13512)Fix
handleError
params
values on.data
requests for routes with a dynamic param as the last URL segment (#13481)Don't trigger an
ErrorBoundary
UI before the reload when we detect a manifest verison mismatch in Lazy Route Discovery (#13480)Inline
turbo-stream@2.4.1
dependency and fix decoding ordering of Map/Set instances (#13518)Only render dev warnings in DEV mode (#13461)
UNSTABLE: Fix a few bugs with error bubbling in middleware use-cases (#13538)
Short circuit post-processing on aborted
dataStrategy
requests (#13521)Cannot read properties of undefined (reading 'result')
@react-router/dev@7.6.0-pre.0
Minor Changes
Added a new
react-router.config.ts
routeDiscovery
option to configure Lazy Route Discovery behavior. (#13451)/__manifest
path:routeDiscovery: { mode: "lazy", manifestPath: "/__manifest" }
routeDiscovery: { mode: "lazy", manifestPath: "/custom-manifest" }
routeDiscovery: { mode: "initial" }
Automatic types for future flags (#13506)
Some future flags alter the way types should work in React Router.
Previously, you had to remember to manually opt-in to the new types.
For example, for
unstable_middleware
:It was up to you to keep the runtime future flags synced with the types for those future flags.
This was confusing and error-prone.
Now, React Router will automatically enable types for future flags.
That means you only need to specify the runtime future flag:
Behind the scenes, React Router will generate the corresponding
declare module
into.react-router/types
.Currently this is done in
.react-router/types/+register.ts
but this is an implementation detail that may change in the future.Patch Changes
Support project root directories without a
package.json
if it exists in a parent directory (#13472)When providing a custom Vite config path via the CLI
--config
/-c
flag, default the project root directory to the directory containing the Vite config when not explicitly provided (#13472)In a
routes.ts
context, ensure the--mode
flag is respected forimport.meta.env.MODE
(#13485)Previously,
import.meta.env.MODE
within aroutes.ts
context was always"development"
for thedev
andtypegen --watch
commands, but otherwise resolved to"production"
. These defaults are still in place, but if a--mode
flag is provided, this will now take precedence.Ensure consistent project root directory resolution logic in CLI commands (#13472)
When executing
react-router.config.ts
androutes.ts
withvite-node
, ensure that PostCSS config files are ignored (#13489)When extracting critical CSS during development, ensure it's loaded from the client environment to avoid issues with plugins that handle the SSR environment differently (#13503)
When
future.unstable_viteEnvironmentApi
is enabled, ensure thatbuild.assetsDir
in Vite config is respected whenenvironments.client.build.assetsDir
is not configured (#13491)Fix "Status message is not supported by HTTP/2" error during dev when using HTTPS (#13460)
Update config when
react-router.config.ts
is created or deleted during development. (#12319)Skip unnecessary
routes.ts
evaluation before Vite build is started (#13513)Fix
TS2300: Duplicate identifier
errors caused by generated types (#13499)Previously, routes that had the same full path would cause duplicate entries in the generated types for
href
(.react-router/types/+register.ts
), causing type checking errors.Updated dependencies:
react-router@7.6.0-pre.0
@react-router/node@7.6.0-pre.0
@react-router/serve@7.6.0-pre.0
@react-router/architect@7.6.0-pre.0
Patch Changes
react-router@7.6.0-pre.0
@react-router/node@7.6.0-pre.0
@react-router/cloudflare@7.6.0-pre.0
Patch Changes
react-router@7.6.0-pre.0
react-router-dom@7.6.0-pre.0
Patch Changes
react-router@7.6.0-pre.0
@react-router/express@7.6.0-pre.0
Patch Changes
react-router@7.6.0-pre.0
@react-router/node@7.6.0-pre.0
@react-router/fs-routes@7.6.0-pre.0
Patch Changes
@react-router/dev@7.6.0-pre.0
@react-router/node@7.6.0-pre.0
Patch Changes
react-router@7.6.0-pre.0
@react-router/remix-routes-option-adapter@7.6.0-pre.0
Patch Changes
@react-router/dev@7.6.0-pre.0
@react-router/serve@7.6.0-pre.0
Patch Changes
react-router@7.6.0-pre.0
@react-router/node@7.6.0-pre.0
@react-router/express@7.6.0-pre.0
create-react-router@7.6.0-pre.0