chore: Update version for release #12121
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-v6, this PR will be updated.
Releases
[email protected]
Minor Changes
unstable_patchRoutesOnNavigation
(#11973)unstable_dataStrategy
(#11974)unstable_flushSync
option for navigations and fetchers (#11989)unstable_viewTransition
option for navigations and the correspondingunstable_useViewTransitionState
hook (#11989)Patch Changes
?index
param already exists from a prior submission (#12003)useFormAction
bug - when removing?index
param it would not keep other non-Remixindex
paramsRouteObject
withinPatchRoutesOnNavigationFunction
'spatch
method so it doesn't expect agnostic route objects passed topatch
(#11967)PatchRoutesOnNavigationFunctionArgs
type for convenience@remix-run/[email protected]
[email protected]
Minor Changes
unstable_patchRoutesOnNavigation
(#11973)unstable_dataStrategy
(#11974)unstable_flushSync
option for navigations and fetchers (#11989)unstable_viewTransition
option for navigations and the correspondingunstable_useViewTransitionState
hook (#11989)Patch Changes
?index
param already exists from a prior submission (#12003)useFormAction
bug - when removing?index
param it would not keep other non-Remixindex
paramsRouteObject
withinPatchRoutesOnNavigationFunction
'spatch
method so it doesn't expect agnostic route objects passed topatch
(#11967)PatchRoutesOnNavigationFunctionArgs
type for convenience[email protected]
@remix-run/[email protected]
@remix-run/[email protected]
Minor Changes
unstable_patchRoutesOnNavigation
(#11973)unstable_dataStrategy
(#11974)unstable_flushSync
option for navigations and fetchers (#11989)unstable_viewTransition
option for navigations and the correspondingunstable_useViewTransitionState
hook (#11989)Patch Changes
?index
param already exists from a prior submission (#12003)useFormAction
bug - when removing?index
param it would not keep other non-Remixindex
paramsFix bug with fetchers not persisting
preventScrollReset
through redirects during concurrent fetches (#11999)Remove internal cache to fix issues with interrupted
patchRoutesOnNavigation
calls (#12055)patchRoutesOnNavigation
internally so that multiple navigations with the same start/end would only execute the function once and use the same promisepatch
short circuiting if a navigation was interrupted (and therequest.signal
aborted) since the first invocation'spatch
would no-opimport()
for async routes will already be cached automatically - and if not it's easy enough for users to implement this cache in userlandAvoid unnecessary
console.error
on fetcher abort due to back-to-back revalidation calls (#12050)Expose errors thrown from
patchRoutesOnNavigation
directly touseRouteError
instead of wrapping them in a 400ErrorResponse
instance (#12111)RouteObject
withinPatchRoutesOnNavigationFunction
'spatch
method so it doesn't expect agnostic route objects passed topatch
(#11967)PatchRoutesOnNavigationFunctionArgs
type for convenienceFix bugs with partialHydration when hydrating with errors (#12070)
Remove internal
discoveredRoutes
FIFO queue fromunstable_patchRoutesOnNavigation
(#11977)[email protected]
Patch Changes
[email protected]
[email protected]
@remix-run/[email protected]
[email protected]
Patch Changes
[email protected]