react-router-dom
Advanced tools
Comparing version 6.8.0-pre.1 to 6.8.0
# `react-router-dom` | ||
## 6.8.0-pre.1 | ||
## 6.8.0 | ||
@@ -10,5 +10,5 @@ ### Minor Changes | ||
```tsx | ||
<Link to="https://neworigin.com/some/path"> | ||
<Link to="//neworigin.com/some/path"> | ||
<Link to="https://www.currentorigin.com/path"> | ||
<Link to="https://neworigin.com/some/path"> {/* Document request */} | ||
<Link to="//neworigin.com/some/path"> {/* Document request */} | ||
<Link to="https://www.currentorigin.com/path"> {/* Client-side navigation */} | ||
``` | ||
@@ -18,16 +18,9 @@ | ||
- Updated dependencies: | ||
- `react-router@6.8.0-pre.1` | ||
## 6.7.1-pre.0 | ||
### Patch Changes | ||
- Fix bug with search params removal ([#9969](https://github.com/remix-run/react-router/pull/9969)) | ||
- Respect `preventScrollReset` on `fetcher.Form` ([#9963](https://github.com/remix-run/react-router/pull/9963)) | ||
- Fix bug with search params removal via `useSearchParams` ([#9969](https://github.com/remix-run/react-router/pull/9969)) | ||
- Respect `preventScrollReset` on `<fetcher.Form>` ([#9963](https://github.com/remix-run/react-router/pull/9963)) | ||
- Fix navigation for hash routers on manual URL changes ([#9980](https://github.com/remix-run/react-router/pull/9980)) | ||
- Use `pagehide` instead of `beforeunload` for `<ScrollRestoration>`. This has better cross-browser support, specifically on Mobile Safari. ([#9945](https://github.com/remix-run/react-router/pull/9945)) | ||
- Updated dependencies: | ||
- `@remix-run/router@1.3.1-pre.0` | ||
- `react-router@6.7.1-pre.0` | ||
- `@remix-run/router@1.3.1` | ||
- `react-router@6.8.0` | ||
@@ -34,0 +27,0 @@ ## 6.7.0 |
/** | ||
* React Router DOM v6.8.0-pre.1 | ||
* React Router DOM v6.8.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.8.0-pre.1 | ||
* React Router DOM v6.8.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.8.0-pre.1 | ||
* React Router DOM v6.8.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.8.0-pre.1 | ||
* React Router DOM v6.8.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.8.0-pre.1 | ||
* React Router DOM v6.8.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.8.0-pre.1 | ||
* React Router DOM v6.8.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "react-router-dom", | ||
"version": "6.8.0-pre.1", | ||
"version": "6.8.0", | ||
"description": "Declarative routing for React web applications", | ||
@@ -26,4 +26,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@remix-run/router": "1.3.1-pre.0", | ||
"react-router": "6.8.0-pre.1" | ||
"@remix-run/router": "1.3.1", | ||
"react-router": "6.8.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
566458
2
+ Added@remix-run/router@1.3.1(transitive)
+ Addedreact-router@6.8.0(transitive)
- Removed@remix-run/router@1.3.1-pre.0(transitive)
- Removedreact-router@6.8.0-pre.1(transitive)
Updated@remix-run/router@1.3.1
Updatedreact-router@6.8.0