Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-router-dom

Package Overview
Dependencies
Maintainers
3
Versions
468
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-dom - npm Package Compare versions

Comparing version 6.7.1-pre.0 to 6.8.0-pre.1

22

CHANGELOG.md
# `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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc