react-router
Advanced tools
Comparing version 6.29.0-pre-v6.2 to 6.29.0
# `react-router` | ||
## 6.29.0 | ||
### Minor Changes | ||
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900)) | ||
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted | ||
### Patch Changes | ||
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794)) | ||
- Limit matchRoutes optimization to client side routers ([#12881](https://github.com/remix-run/react-router/pull/12881)) | ||
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169)) | ||
- Updated dependencies: | ||
- `@remix-run/router@1.22.0` | ||
## 6.29.0-pre-v6.2 | ||
@@ -4,0 +20,0 @@ |
/** | ||
* React Router v6.29.0-pre-v6.2 | ||
* React Router v6.29.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router v6.29.0-pre-v6.2 | ||
* React Router v6.29.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router v6.29.0-pre-v6.2 | ||
* React Router v6.29.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router v6.29.0-pre-v6.2 | ||
* React Router v6.29.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router v6.29.0-pre-v6.2 | ||
* React Router v6.29.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "react-router", | ||
"version": "6.29.0-pre-v6.2", | ||
"version": "6.29.0", | ||
"description": "Declarative routing for React", | ||
@@ -26,7 +26,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@remix-run/router": "1.22.0-pre-v6.1" | ||
"@remix-run/router": "1.22.0" | ||
}, | ||
"devDependencies": { | ||
"react": "^18.2.0", | ||
"react-router-dom": "6.29.0-pre-v6.2" | ||
"react-router-dom": "6.29.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
860107
2
+ Added@remix-run/router@1.22.0(transitive)
- Removed@remix-run/router@1.22.0-pre-v6.1(transitive)
Updated@remix-run/router@1.22.0