react-router 0.0.0-experimental-dc5ea5867 → 0.0.0-experimental-1ea0577
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 +0 -7
- package/dist/development/{chunk-IITYDCDG.mjs → chunk-HML5CGS6.mjs} +2299 -722
- package/dist/development/dom-export.d.mts +2 -4
- package/dist/development/dom-export.js +72 -53
- package/dist/development/dom-export.mjs +4 -7
- package/dist/development/index.d.mts +46 -31
- package/dist/development/index.d.ts +2218 -174
- package/dist/development/index.js +11458 -2565
- package/dist/development/index.mjs +22 -33
- package/dist/development/lib/types/internal.d.mts +72 -8
- package/dist/development/lib/types/internal.d.ts +71 -8
- package/dist/development/lib/types/internal.js +20 -2
- package/dist/development/lib/types/internal.mjs +1 -1
- package/dist/development/{index-react-server-client-unV28389.d.ts → lib-BH0YvLka.d.mts} +39 -39
- package/dist/{production/route-data-Csr8hE3v.d.mts → development/register-DCE0tH5m.d.ts} +26 -80
- package/dist/development/{register-DiOIlEq5.d.ts → register-DeIo2iHO.d.mts} +1 -1
- package/dist/development/{route-data-Csr8hE3v.d.mts → route-data-ByAYLHuM.d.mts} +3 -80
- package/dist/production/{chunk-ENRQL5E2.mjs → chunk-74ZMCBBM.mjs} +2299 -722
- package/dist/production/dom-export.d.mts +2 -4
- package/dist/production/dom-export.js +72 -53
- package/dist/production/dom-export.mjs +4 -7
- package/dist/production/index.d.mts +46 -31
- package/dist/production/index.d.ts +2218 -174
- package/dist/production/index.js +11458 -2565
- package/dist/production/index.mjs +22 -33
- package/dist/production/lib/types/internal.d.mts +72 -8
- package/dist/production/lib/types/internal.d.ts +71 -8
- package/dist/production/lib/types/internal.js +20 -2
- package/dist/production/lib/types/internal.mjs +1 -1
- package/dist/production/{index-react-server-client-unV28389.d.ts → lib-BH0YvLka.d.mts} +39 -39
- package/dist/{development/route-data-x_b_BLCv.d.ts → production/register-DCE0tH5m.d.ts} +36 -90
- package/dist/production/{register-DiOIlEq5.d.mts → register-DeIo2iHO.d.mts} +1 -1
- package/dist/production/{route-data-x_b_BLCv.d.ts → route-data-ByAYLHuM.d.mts} +13 -90
- package/package.json +10 -49
- package/dist/development/browser--LisUeny.d.mts +0 -143
- package/dist/development/chunk-EGQKU5IG.js +0 -10006
- package/dist/development/chunk-LPH2CNBZ.js +0 -21
- package/dist/development/chunk-XIVYQSML.mjs +0 -2663
- package/dist/development/components-CwtESh53.d.mts +0 -816
- package/dist/development/index-react-server-client-CzKQ01cq.d.mts +0 -1360
- package/dist/development/index-react-server-client.d.mts +0 -4
- package/dist/development/index-react-server-client.d.ts +0 -3
- package/dist/development/index-react-server-client.js +0 -54
- package/dist/development/index-react-server-client.mjs +0 -53
- package/dist/development/index-react-server.d.mts +0 -1856
- package/dist/development/index-react-server.d.ts +0 -1856
- package/dist/development/index-react-server.js +0 -3110
- package/dist/development/index-react-server.mjs +0 -2998
- package/dist/development/register-DiOIlEq5.d.mts +0 -24
- package/dist/production/browser--LisUeny.d.mts +0 -143
- package/dist/production/chunk-K4TUKIIQ.js +0 -10006
- package/dist/production/chunk-LPH2CNBZ.js +0 -21
- package/dist/production/chunk-ZBNHV3VN.mjs +0 -2663
- package/dist/production/components-CwtESh53.d.mts +0 -816
- package/dist/production/index-react-server-client-CzKQ01cq.d.mts +0 -1360
- package/dist/production/index-react-server-client.d.mts +0 -4
- package/dist/production/index-react-server-client.d.ts +0 -3
- package/dist/production/index-react-server-client.js +0 -54
- package/dist/production/index-react-server-client.mjs +0 -53
- package/dist/production/index-react-server.d.mts +0 -1856
- package/dist/production/index-react-server.d.ts +0 -1856
- package/dist/production/index-react-server.js +0 -3110
- package/dist/production/index-react-server.mjs +0 -2998
- package/dist/production/register-DiOIlEq5.d.ts +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
# `react-router`
|
|
2
2
|
|
|
3
|
-
## 7.6.2
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 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))
|
|
8
|
-
- \[INTERNAL] Slight refactor of internal `headers()` function processing for use with RSC ([#13639](https://github.com/remix-run/react-router/pull/13639))
|
|
9
|
-
|
|
10
3
|
## 7.6.1
|
|
11
4
|
|
|
12
5
|
### Patch Changes
|