react-router-dom
Advanced tools
Comparing version 6.7.1-pre.0 to 6.8.0-pre.1
# `react-router-dom` | ||
## 6.7.1-pre.0 | ||
## 6.8.0-pre.1 | ||
### Patch Changes | ||
### Minor 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)) | ||
- 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)) | ||
- Allow using `<Link>` with absolute URLs ([#9900](https://github.com/remix-run/react-router/pull/9900)) | ||
- Support absolute URLs in `<Link to>`. If the URL is for the current origin, it will still do a client-side navigation. If the URL is for a different origin then it will do a fresh document request for the new origin. ([#9900](https://github.com/remix-run/react-router/pull/9900)) | ||
@@ -18,3 +15,16 @@ ```tsx | ||
### Patch Changes | ||
- 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)) | ||
- 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` | ||
@@ -21,0 +31,0 @@ - `react-router@6.7.1-pre.0` |
/** | ||
* React Router DOM v6.7.1-pre.0 | ||
* React Router DOM v6.8.0-pre.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.7.1-pre.0 | ||
* React Router DOM v6.8.0-pre.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.7.1-pre.0 | ||
* React Router DOM v6.8.0-pre.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.7.1-pre.0 | ||
* React Router DOM v6.8.0-pre.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.7.1-pre.0 | ||
* React Router DOM v6.8.0-pre.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* React Router DOM v6.7.1-pre.0 | ||
* React Router DOM v6.8.0-pre.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "react-router-dom", | ||
"version": "6.7.1-pre.0", | ||
"version": "6.8.0-pre.1", | ||
"description": "Declarative routing for React web applications", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"@remix-run/router": "1.3.1-pre.0", | ||
"react-router": "6.7.1-pre.0" | ||
"react-router": "6.8.0-pre.1" | ||
}, | ||
@@ -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
566386
+ Addedreact-router@6.8.0-pre.1(transitive)
- Removedreact-router@6.7.1-pre.0(transitive)
Updatedreact-router@6.8.0-pre.1