react-router-dom
Advanced tools
Comparing version 0.0.0-experimental-f8cbf972 to 0.0.0-experimental-ff38e9e6
# `react-router-dom` | ||
## 6.8.1 | ||
### Patch Changes | ||
- Improved absolute url detection in `Link` component (now also supports `mailto:` urls) ([#9994](https://github.com/remix-run/react-router/pull/9994)) | ||
- Fix partial object (search or hash only) pathnames losing current path value ([#10029](https://github.com/remix-run/react-router/pull/10029)) | ||
- Updated dependencies: | ||
- `react-router@6.8.1` | ||
- `@remix-run/router@1.3.2` | ||
## 6.8.0 | ||
@@ -4,0 +14,0 @@ |
@@ -21,3 +21,3 @@ /** | ||
basename?: string; | ||
future?: FutureConfig; | ||
future?: Partial<FutureConfig>; | ||
hydrationData?: HydrationState; | ||
@@ -28,3 +28,3 @@ window?: Window; | ||
basename?: string; | ||
future?: FutureConfig; | ||
future?: Partial<FutureConfig>; | ||
hydrationData?: HydrationState; | ||
@@ -31,0 +31,0 @@ window?: Window; |
/** | ||
* React Router DOM v0.0.0-experimental-f8cbf972 | ||
* React Router DOM v0.0.0-experimental-ff38e9e6 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v0.0.0-experimental-f8cbf972 | ||
* React Router DOM v0.0.0-experimental-ff38e9e6 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v0.0.0-experimental-f8cbf972 | ||
* React Router DOM v0.0.0-experimental-ff38e9e6 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v0.0.0-experimental-f8cbf972 | ||
* React Router DOM v0.0.0-experimental-ff38e9e6 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v0.0.0-experimental-f8cbf972 | ||
* React Router DOM v0.0.0-experimental-ff38e9e6 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v0.0.0-experimental-f8cbf972 | ||
* React Router DOM v0.0.0-experimental-ff38e9e6 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "react-router-dom", | ||
"version": "0.0.0-experimental-f8cbf972", | ||
"version": "0.0.0-experimental-ff38e9e6", | ||
"description": "Declarative routing for React web applications", | ||
@@ -26,4 +26,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@remix-run/router": "0.0.0-experimental-f8cbf972", | ||
"react-router": "0.0.0-experimental-f8cbf972" | ||
"@remix-run/router": "0.0.0-experimental-ff38e9e6", | ||
"react-router": "0.0.0-experimental-ff38e9e6" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
567841
0
+ Added@remix-run/router@0.0.0-experimental-ff38e9e6(transitive)
+ Addedreact-router@0.0.0-experimental-ff38e9e6(transitive)
- Removed@remix-run/router@0.0.0-experimental-f8cbf972(transitive)
- Removedreact-router@0.0.0-experimental-f8cbf972(transitive)