react-router 0.0.0-experimental-e41ede670 → 0.0.0-experimental-4d16b23b6
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 +10 -0
- package/dist/development/{chunk-H3OBLXFX.mjs → chunk-ZEZAGTYN.mjs} +300 -558
- package/dist/development/dom-export.d.mts +3 -13
- package/dist/development/dom-export.d.ts +3 -13
- package/dist/development/dom-export.js +38 -205
- package/dist/development/dom-export.mjs +6 -9
- package/dist/{production/fog-of-war-Bt7PejVF.d.ts → development/fog-of-war-CcF9dOvO.d.ts} +8 -87
- package/dist/development/{fog-of-war-Bt7PejVF.d.ts → fog-of-war-D5Q4Ix4U.d.mts} +8 -87
- package/dist/development/index.d.mts +11 -10
- package/dist/development/index.d.ts +11 -10
- package/dist/development/index.js +300 -558
- package/dist/development/index.mjs +2 -2
- package/dist/development/lib/types/route-module.d.mts +2 -6
- package/dist/development/lib/types/route-module.d.ts +2 -6
- package/dist/development/lib/types/route-module.js +1 -1
- package/dist/development/lib/types/route-module.mjs +1 -1
- package/dist/development/{route-data-C96IyGKo.d.ts → route-data-JFOfNyPS.d.mts} +15 -37
- package/dist/{production/route-data-C96IyGKo.d.mts → development/route-data-JFOfNyPS.d.ts} +15 -37
- package/dist/production/{chunk-YBZNESR7.mjs → chunk-HMMHPJ7W.mjs} +300 -558
- package/dist/production/dom-export.d.mts +3 -13
- package/dist/production/dom-export.d.ts +3 -13
- package/dist/production/dom-export.js +38 -205
- package/dist/production/dom-export.mjs +6 -9
- package/dist/{development/fog-of-war-Dz4n-TU-.d.mts → production/fog-of-war-CcF9dOvO.d.ts} +8 -87
- package/dist/production/{fog-of-war-Dz4n-TU-.d.mts → fog-of-war-D5Q4Ix4U.d.mts} +8 -87
- package/dist/production/index.d.mts +11 -10
- package/dist/production/index.d.ts +11 -10
- package/dist/production/index.js +300 -558
- package/dist/production/index.mjs +2 -2
- package/dist/production/lib/types/route-module.d.mts +2 -6
- package/dist/production/lib/types/route-module.d.ts +2 -6
- package/dist/production/lib/types/route-module.js +1 -1
- package/dist/production/lib/types/route-module.mjs +1 -1
- package/dist/production/{route-data-C96IyGKo.d.ts → route-data-JFOfNyPS.d.mts} +15 -37
- package/dist/{development/route-data-C96IyGKo.d.mts → production/route-data-JFOfNyPS.d.ts} +15 -37
- package/package.json +5 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# `react-router`
|
|
2
2
|
|
|
3
|
+
## 7.1.1
|
|
4
|
+
|
|
5
|
+
## 7.1.0
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- Throw unwrapped single fetch redirect to align with pre-single fetch behavior ([#12506](https://github.com/remix-run/react-router/pull/12506))
|
|
10
|
+
- Ignore redirects when inferring loader data types ([#12527](https://github.com/remix-run/react-router/pull/12527))
|
|
11
|
+
- Remove `<Link prefetch>` warning which suffers from false positives in a lazy route discovery world ([#12485](https://github.com/remix-run/react-router/pull/12485))
|
|
12
|
+
|
|
3
13
|
## 7.0.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|