@react-router/node 7.0.0-pre.6 → 7.0.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 +12 -53
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,60 +1,11 @@
|
|
|
1
|
-
# `@
|
|
1
|
+
# `@react-router/node`
|
|
2
2
|
|
|
3
|
-
## 7.0.0
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Add createRequestListener to @react-router/node ([`6c1344247`](https://github.com/remix-run/react-router/commit/6c134424770aeb7ec3478902d730cc815070ed06))
|
|
8
|
-
- Remove unneeded dependency on @web3-storage/multipart-parser ([#12274](https://github.com/remix-run/react-router/pull/12274))
|
|
9
|
-
- Updated dependencies:
|
|
10
|
-
- `react-router@7.0.0-pre.6`
|
|
11
|
-
|
|
12
|
-
## 7.0.0-pre.5
|
|
13
|
-
|
|
14
|
-
### Patch Changes
|
|
15
|
-
|
|
16
|
-
- Updated dependencies:
|
|
17
|
-
- `react-router@7.0.0-pre.5`
|
|
18
|
-
|
|
19
|
-
## 7.0.0-pre.4
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- Updated dependencies:
|
|
24
|
-
- `react-router@7.0.0-pre.4`
|
|
25
|
-
|
|
26
|
-
## 7.0.0-pre.3
|
|
27
|
-
|
|
28
|
-
### Patch Changes
|
|
29
|
-
|
|
30
|
-
- Updated dependencies:
|
|
31
|
-
- `react-router@7.0.0-pre.3`
|
|
32
|
-
|
|
33
|
-
## 7.0.0-pre.2
|
|
34
|
-
|
|
35
|
-
### Major Changes
|
|
36
|
-
|
|
37
|
-
- Drop support for Node 18, update minimum Node vestion to 20 ([#12171](https://github.com/remix-run/react-router/pull/12171))
|
|
38
|
-
|
|
39
|
-
- Remove `installGlobals()` as this should no longer be necessary
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
|
-
- Updated dependencies:
|
|
44
|
-
- `react-router@7.0.0-pre.2`
|
|
45
|
-
|
|
46
|
-
## 7.0.0-pre.1
|
|
47
|
-
|
|
48
|
-
### Patch Changes
|
|
49
|
-
|
|
50
|
-
- Updated dependencies:
|
|
51
|
-
- `react-router@7.0.0-pre.1`
|
|
52
|
-
|
|
53
|
-
## 7.0.0-pre.0
|
|
3
|
+
## 7.0.0
|
|
54
4
|
|
|
55
5
|
### Major Changes
|
|
56
6
|
|
|
57
7
|
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
|
|
8
|
+
|
|
58
9
|
- For Remix consumers migrating to React Router, the `crypto` global from the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) is now required when using cookie and session APIs. This means that the following APIs are provided from `react-router` rather than platform-specific packages: ([#11837](https://github.com/remix-run/react-router/pull/11837))
|
|
59
10
|
|
|
60
11
|
- `createCookie`
|
|
@@ -72,14 +23,22 @@
|
|
|
72
23
|
- `createMemorySessionStorageFactory`
|
|
73
24
|
|
|
74
25
|
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
|
|
26
|
+
|
|
75
27
|
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
|
|
28
|
+
|
|
76
29
|
- node package no longer re-exports from react-router ([#11702](https://github.com/remix-run/react-router/pull/11702))
|
|
77
30
|
|
|
31
|
+
- Drop support for Node 18, update minimum Node vestion to 20 ([#12171](https://github.com/remix-run/react-router/pull/12171))
|
|
32
|
+
|
|
33
|
+
- Remove `installGlobals()` as this should no longer be necessary
|
|
34
|
+
|
|
78
35
|
### Patch Changes
|
|
79
36
|
|
|
37
|
+
- Add createRequestListener to @react-router/node ([#12319](https://github.com/remix-run/react-router/pull/12319))
|
|
80
38
|
- Remove unstable upload handler. ([#12015](https://github.com/remix-run/react-router/pull/12015))
|
|
39
|
+
- Remove unneeded dependency on @web3-storage/multipart-parser ([#12274](https://github.com/remix-run/react-router/pull/12274))
|
|
81
40
|
- Updated dependencies:
|
|
82
|
-
- `react-router@7.0.0
|
|
41
|
+
- `react-router@7.0.0`
|
|
83
42
|
|
|
84
43
|
## 2.9.0
|
|
85
44
|
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/node",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Node.js platform abstractions for React Router",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"tsup": "^8.3.0",
|
|
76
76
|
"typescript": "^5.1.6",
|
|
77
77
|
"wireit": "0.14.9",
|
|
78
|
-
"react-router": "7.0.0
|
|
78
|
+
"react-router": "7.0.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"typescript": "^5.1.0",
|
|
82
|
-
"react-router": "7.0.0
|
|
82
|
+
"react-router": "7.0.0"
|
|
83
83
|
},
|
|
84
84
|
"peerDependenciesMeta": {
|
|
85
85
|
"typescript": {
|