@react-router/dev 7.1.0-pre.0 → 7.1.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,6 +1,6 @@
1
1
  # `@react-router/dev`
2
2
 
3
- ## 7.1.0-pre.0
3
+ ## 7.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,15 +9,16 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Properly initialize `NODE_ENV` if not already set for compatibility with React 19 ([#12578](https://github.com/remix-run/react-router/pull/12578))
12
+
12
13
  - Remove the leftover/unused `abortDelay` prop from `ServerRouter` and update the default `entry.server.tsx` to use the new `streamTimeout` value for Single Fetch ([#12478](https://github.com/remix-run/react-router/pull/12478))
13
14
 
14
15
  - The `abortDelay` functionality was removed in v7 as it was coupled to the `defer` implementation from Remix v2, but this removal of this prop was missed
15
16
  - If you were still using this prop in your `entry.server` file, it's likely your app is not aborting streams as you would expect and you will need to adopt the new [`streamTimeout`](https://reactrouter.com/explanation/special-files#streamtimeout) value introduced with Single Fetch
16
17
 
17
18
  - Updated dependencies:
18
- - `react-router@7.1.0-pre.0`
19
- - `@react-router/node@7.1.0-pre.0`
20
- - `@react-router/serve@7.1.0-pre.0`
19
+ - `react-router@7.1.0`
20
+ - `@react-router/node@7.1.0`
21
+ - `@react-router/serve@7.1.0`
21
22
 
22
23
  ## 7.0.2
23
24
 
@@ -63,7 +64,7 @@
63
64
  +import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
64
65
  ```
65
66
 
66
- - Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
67
+ - Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
67
68
 
68
69
  - update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
69
70
 
package/dist/cli/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @react-router/dev v7.1.0-pre.0
3
+ * @react-router/dev v7.1.0
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
package/dist/config.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v7.1.0-pre.0
2
+ * @react-router/dev v7.1.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/routes.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v7.1.0-pre.0
2
+ * @react-router/dev v7.1.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v7.1.0-pre.0
2
+ * @react-router/dev v7.1.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/vite.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v7.1.0-pre.0
2
+ * @react-router/dev v7.1.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/dev",
3
- "version": "7.1.0-pre.0",
3
+ "version": "7.1.0",
4
4
  "description": "Dev tools and CLI for React Router",
5
5
  "homepage": "https://reactrouter.com",
6
6
  "bugs": {
@@ -81,7 +81,7 @@
81
81
  "set-cookie-parser": "^2.6.0",
82
82
  "valibot": "^0.41.0",
83
83
  "vite-node": "3.0.0-beta.2",
84
- "@react-router/node": "7.1.0-pre.0"
84
+ "@react-router/node": "7.1.0"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@types/babel__core": "^7.20.5",
@@ -110,15 +110,15 @@
110
110
  "vite": "^6.0.0",
111
111
  "wireit": "0.14.9",
112
112
  "wrangler": "^3.28.2",
113
- "@react-router/serve": "7.1.0-pre.0",
114
- "react-router": "^7.1.0-pre.0"
113
+ "@react-router/serve": "7.1.0",
114
+ "react-router": "^7.1.0"
115
115
  },
116
116
  "peerDependencies": {
117
117
  "typescript": "^5.1.0",
118
118
  "vite": "^5.1.0 || ^6.0.0",
119
119
  "wrangler": "^3.28.2",
120
- "@react-router/serve": "^7.1.0-pre.0",
121
- "react-router": "^7.1.0-pre.0"
120
+ "@react-router/serve": "^7.1.0",
121
+ "react-router": "^7.1.0"
122
122
  },
123
123
  "peerDependenciesMeta": {
124
124
  "@react-router/serve": {