react-router 7.6.3-pre.0 → 7.6.3
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 +2 -2
- package/dist/development/{chunk-CCB6XHGW.mjs → chunk-QMGIS6GS.mjs} +2 -2
- package/dist/development/dom-export.js +1 -1
- package/dist/development/dom-export.mjs +2 -2
- package/dist/development/index.js +2 -2
- package/dist/development/index.mjs +2 -2
- package/dist/development/lib/types/internal.js +1 -1
- package/dist/development/lib/types/internal.mjs +1 -1
- package/dist/production/{chunk-2T4DELW3.mjs → chunk-S4Z2UWCU.mjs} +2 -2
- package/dist/production/dom-export.js +1 -1
- package/dist/production/dom-export.mjs +2 -2
- package/dist/production/index.js +2 -2
- package/dist/production/index.mjs +2 -2
- package/dist/production/lib/types/internal.js +1 -1
- package/dist/production/lib/types/internal.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `react-router`
|
|
2
2
|
|
|
3
|
-
## 7.6.3
|
|
3
|
+
## 7.6.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
### Patch Changes
|
|
27
27
|
|
|
28
28
|
- Avoid additional `with-props` chunk in Framework Mode by moving route module component prop logic from the Vite plugin to `react-router` ([#13650](https://github.com/remix-run/react-router/pull/13650))
|
|
29
|
-
-
|
|
29
|
+
- Slight refactor of internal `headers()` function processing for use with RSC ([#13639](https://github.com/remix-run/react-router/pull/13639))
|
|
30
30
|
|
|
31
31
|
## 7.6.1
|
|
32
32
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.6.3
|
|
2
|
+
* react-router v7.6.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -8717,7 +8717,7 @@ function mergeRefs(...refs) {
|
|
|
8717
8717
|
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
|
|
8718
8718
|
try {
|
|
8719
8719
|
if (isBrowser) {
|
|
8720
|
-
window.__reactRouterVersion = "7.6.3
|
|
8720
|
+
window.__reactRouterVersion = "7.6.3";
|
|
8721
8721
|
}
|
|
8722
8722
|
} catch (e) {
|
|
8723
8723
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.6.3
|
|
2
|
+
* react-router v7.6.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
invariant,
|
|
26
26
|
mapRouteProperties,
|
|
27
27
|
useFogOFWarDiscovery
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-QMGIS6GS.mjs";
|
|
29
29
|
|
|
30
30
|
// lib/dom-export/dom-router-provider.tsx
|
|
31
31
|
import * as React from "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.6.3
|
|
2
|
+
* react-router v7.6.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -8870,7 +8870,7 @@ function mergeRefs(...refs) {
|
|
|
8870
8870
|
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
|
|
8871
8871
|
try {
|
|
8872
8872
|
if (isBrowser) {
|
|
8873
|
-
window.__reactRouterVersion = "7.6.3
|
|
8873
|
+
window.__reactRouterVersion = "7.6.3";
|
|
8874
8874
|
}
|
|
8875
8875
|
} catch (e) {
|
|
8876
8876
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.6.3
|
|
2
|
+
* react-router v7.6.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -128,7 +128,7 @@ import {
|
|
|
128
128
|
withComponentProps,
|
|
129
129
|
withErrorBoundaryProps,
|
|
130
130
|
withHydrateFallbackProps
|
|
131
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-QMGIS6GS.mjs";
|
|
132
132
|
export {
|
|
133
133
|
Await,
|
|
134
134
|
BrowserRouter,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.6.3
|
|
2
|
+
* react-router v7.6.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -8717,7 +8717,7 @@ function mergeRefs(...refs) {
|
|
|
8717
8717
|
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
|
|
8718
8718
|
try {
|
|
8719
8719
|
if (isBrowser) {
|
|
8720
|
-
window.__reactRouterVersion = "7.6.3
|
|
8720
|
+
window.__reactRouterVersion = "7.6.3";
|
|
8721
8721
|
}
|
|
8722
8722
|
} catch (e) {
|
|
8723
8723
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.6.3
|
|
2
|
+
* react-router v7.6.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
invariant,
|
|
26
26
|
mapRouteProperties,
|
|
27
27
|
useFogOFWarDiscovery
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-S4Z2UWCU.mjs";
|
|
29
29
|
|
|
30
30
|
// lib/dom-export/dom-router-provider.tsx
|
|
31
31
|
import * as React from "react";
|
package/dist/production/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.6.3
|
|
2
|
+
* react-router v7.6.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -8870,7 +8870,7 @@ function mergeRefs(...refs) {
|
|
|
8870
8870
|
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
|
|
8871
8871
|
try {
|
|
8872
8872
|
if (isBrowser) {
|
|
8873
|
-
window.__reactRouterVersion = "7.6.3
|
|
8873
|
+
window.__reactRouterVersion = "7.6.3";
|
|
8874
8874
|
}
|
|
8875
8875
|
} catch (e) {
|
|
8876
8876
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.6.3
|
|
2
|
+
* react-router v7.6.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -128,7 +128,7 @@ import {
|
|
|
128
128
|
withComponentProps,
|
|
129
129
|
withErrorBoundaryProps,
|
|
130
130
|
withHydrateFallbackProps
|
|
131
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-S4Z2UWCU.mjs";
|
|
132
132
|
export {
|
|
133
133
|
Await,
|
|
134
134
|
BrowserRouter,
|