react-router-dom 6.29.0 → 6.30.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 +7 -25
- package/dist/index.js +1 -1
- package/dist/main.js +1 -1
- package/dist/react-router-dom.development.js +1 -1
- package/dist/react-router-dom.production.min.js +1 -1
- package/dist/umd/react-router-dom.development.js +1 -1
- package/dist/umd/react-router-dom.production.min.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,18 @@
|
|
|
1
1
|
# `react-router-dom`
|
|
2
2
|
|
|
3
|
-
## 6.
|
|
3
|
+
## 6.30.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
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
|
-
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
|
|
14
11
|
- Updated dependencies:
|
|
15
|
-
-
|
|
16
|
-
-
|
|
12
|
+
- `@remix-run/router@1.23.0`
|
|
13
|
+
- `react-router@6.30.0`
|
|
17
14
|
|
|
18
|
-
## 6.29.0
|
|
15
|
+
## 6.29.0
|
|
19
16
|
|
|
20
17
|
### Minor Changes
|
|
21
18
|
|
|
@@ -25,25 +22,10 @@
|
|
|
25
22
|
|
|
26
23
|
### Patch Changes
|
|
27
24
|
|
|
28
|
-
- Updated dependencies:
|
|
29
|
-
- `@remix-run/router@1.22.0-pre-v6.1`
|
|
30
|
-
- `react-router@6.29.0-pre-v6.2`
|
|
31
|
-
|
|
32
|
-
## 6.28.3-pre-v6.1
|
|
33
|
-
|
|
34
|
-
### Patch Changes
|
|
35
|
-
|
|
36
|
-
- Updated dependencies:
|
|
37
|
-
- `react-router@6.28.3-pre-v6.1`
|
|
38
|
-
|
|
39
|
-
## 6.28.3-pre-v6.0
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
25
|
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
|
|
44
26
|
- Updated dependencies:
|
|
45
|
-
- `react-router@6.
|
|
46
|
-
- `@remix-run/router@1.
|
|
27
|
+
- `react-router@6.29.0`
|
|
28
|
+
- `@remix-run/router@1.22.0`
|
|
47
29
|
|
|
48
30
|
## 6.28.2
|
|
49
31
|
|
package/dist/index.js
CHANGED
package/dist/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-router-dom",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.30.0",
|
|
4
4
|
"description": "Declarative routing for React web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"module": "./dist/index.js",
|
|
24
24
|
"types": "./dist/index.d.ts",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@remix-run/router": "1.
|
|
27
|
-
"react-router": "6.
|
|
26
|
+
"@remix-run/router": "1.23.0",
|
|
27
|
+
"react-router": "6.30.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"react": "^18.2.0",
|