react-router 6.29.0-pre-v6.2 → 6.30.0-pre-v6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,32 +1,31 @@
1
1
  # `react-router`
2
2
 
3
- ## 6.29.0-pre-v6.2
3
+ ## 6.30.0-pre-v6.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
8
-
9
- - This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
7
+ - Add `fetcherKey` as a parameter to `patchRoutesOnNavigation` ([#13109](https://github.com/remix-run/react-router/pull/13109))
10
8
 
11
9
  ### Patch Changes
12
10
 
13
11
  - Updated dependencies:
14
- - `@remix-run/router@1.22.0-pre-v6.1`
12
+ - `@remix-run/router@1.23.0-pre-v6.0`
15
13
 
16
- ## 6.28.3-pre-v6.1
14
+ ## 6.29.0
17
15
 
18
- ### Patch Changes
16
+ ### Minor Changes
19
17
 
20
- - Limit matchRoutes optimization to client side routers ([#12881](https://github.com/remix-run/react-router/pull/12881))
18
+ - Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
21
19
 
22
- ## 6.28.3-pre-v6.0
20
+ - This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
23
21
 
24
22
  ### Patch Changes
25
23
 
26
24
  - Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
25
+ - Limit matchRoutes optimization to client side routers ([#12881](https://github.com/remix-run/react-router/pull/12881))
27
26
  - Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
28
27
  - Updated dependencies:
29
- - `@remix-run/router@1.21.2-pre-v6.0`
28
+ - `@remix-run/router@1.22.0`
30
29
 
31
30
  ## 6.28.2
32
31
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.29.0-pre-v6.2
2
+ * React Router v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.29.0-pre-v6.2
2
+ * React Router v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.29.0-pre-v6.2
2
+ * React Router v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.29.0-pre-v6.2
2
+ * React Router v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.29.0-pre-v6.2
2
+ * React Router v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.29.0-pre-v6.2
2
+ * React Router v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-router",
3
- "version": "6.29.0-pre-v6.2",
3
+ "version": "6.30.0-pre-v6.0",
4
4
  "description": "Declarative routing for React",
5
5
  "keywords": [
6
6
  "react",
@@ -23,11 +23,11 @@
23
23
  "module": "./dist/index.js",
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
- "@remix-run/router": "1.22.0-pre-v6.1"
26
+ "@remix-run/router": "1.23.0-pre-v6.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.2.0",
30
- "react-router-dom": "6.29.0-pre-v6.2"
30
+ "react-router-dom": "6.30.0-pre-v6.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=16.8"