@remix-run/react
Advanced tools
Comparing version 2.15.3 to 2.16.0-pre.0
# `@remix-run/react` | ||
## 2.16.0-pre.0 | ||
### Patch Changes | ||
- Don't apply Single Fetch revalidation de-optimization when in SPA mode since there is no server HTTP request ([#10479](https://github.com/remix-run/remix/pull/10479)) | ||
- Updated dependencies: | ||
- `@remix-run/server-runtime@2.16.0-pre.0` | ||
## 2.15.3 | ||
@@ -4,0 +12,0 @@ |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -158,3 +158,3 @@ * Copyright (c) Remix Software Inc. | ||
mapRouteProperties: reactRouter.UNSAFE_mapRouteProperties, | ||
dataStrategy: window.__remixContext.future.v3_singleFetch ? singleFetch.getSingleFetchDataStrategy(window.__remixManifest, window.__remixRouteModules, () => router) : undefined, | ||
dataStrategy: window.__remixContext.future.v3_singleFetch && !window.__remixContext.isSpaMode ? singleFetch.getSingleFetchDataStrategy(window.__remixManifest, window.__remixRouteModules, () => router) : undefined, | ||
patchRoutesOnNavigation: fogOfWar.getPatchRoutesOnNavigationFunction(window.__remixManifest, window.__remixRouteModules, window.__remixContext.future, window.__remixContext.isSpaMode, window.__remixContext.basename) | ||
@@ -161,0 +161,0 @@ }); |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -198,3 +198,3 @@ * Copyright (c) Remix Software Inc. | ||
mapRouteProperties: UNSAFE_mapRouteProperties, | ||
dataStrategy: window.__remixContext.future.v3_singleFetch ? getSingleFetchDataStrategy(window.__remixManifest, window.__remixRouteModules, () => router) : undefined, | ||
dataStrategy: window.__remixContext.future.v3_singleFetch && !window.__remixContext.isSpaMode ? getSingleFetchDataStrategy(window.__remixManifest, window.__remixRouteModules, () => router) : undefined, | ||
patchRoutesOnNavigation: getPatchRoutesOnNavigationFunction(window.__remixManifest, window.__remixRouteModules, window.__remixContext.future, window.__remixContext.isSpaMode, window.__remixContext.basename) | ||
@@ -201,0 +201,0 @@ }); |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/react v2.15.3 | ||
* @remix-run/react v2.16.0-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "@remix-run/react", | ||
"version": "2.15.3", | ||
"version": "2.16.0-pre.0", | ||
"description": "React DOM bindings for Remix", | ||
@@ -23,3 +23,3 @@ "bugs": { | ||
"turbo-stream": "2.4.0", | ||
"@remix-run/server-runtime": "2.15.3" | ||
"@remix-run/server-runtime": "2.16.0-pre.0" | ||
}, | ||
@@ -34,4 +34,4 @@ "devDependencies": { | ||
"typescript": "^5.1.6", | ||
"@remix-run/node": "2.15.3", | ||
"@remix-run/react": "2.15.3" | ||
"@remix-run/node": "2.16.0-pre.0", | ||
"@remix-run/react": "2.16.0-pre.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
367746
2
+ Added@remix-run/server-runtime@2.16.0-pre.0(transitive)
- Removed@remix-run/server-runtime@2.15.3(transitive)