react-router 0.0.0-experimental-bafa092e7 → 0.0.0-experimental-879db62f3

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/development/{chunk-Q2DCDB5W.mjs → chunk-SXFK367S.mjs} +325 -1186
  3. package/dist/development/dom-export.d.mts +2 -2
  4. package/dist/development/dom-export.js +1 -2
  5. package/dist/development/dom-export.mjs +2 -3
  6. package/dist/development/index.d.mts +5 -16
  7. package/dist/development/index.d.ts +3 -92
  8. package/dist/development/index.js +323 -1190
  9. package/dist/development/index.mjs +2 -13
  10. package/dist/development/lib/types/internal.d.mts +7 -71
  11. package/dist/development/lib/types/internal.d.ts +7 -71
  12. package/dist/development/lib/types/internal.js +1 -1
  13. package/dist/development/lib/types/internal.mjs +1 -1
  14. package/dist/development/{browser-BM9EKN98.d.mts → lib-B33EY9A0.d.mts} +2 -80
  15. package/dist/{production/register-B0EYMBux.d.ts → development/register-COAKzST_.d.ts} +69 -14
  16. package/dist/{production/route-data-B3YkvRuy.d.mts → development/route-data-D7Xbr_Ww.d.mts} +69 -14
  17. package/dist/production/{chunk-PBF6AAQR.mjs → chunk-UTVJ6EC3.mjs} +325 -1186
  18. package/dist/production/dom-export.d.mts +2 -2
  19. package/dist/production/dom-export.js +1 -2
  20. package/dist/production/dom-export.mjs +2 -3
  21. package/dist/production/index.d.mts +5 -16
  22. package/dist/production/index.d.ts +3 -92
  23. package/dist/production/index.js +323 -1190
  24. package/dist/production/index.mjs +2 -13
  25. package/dist/production/lib/types/internal.d.mts +7 -71
  26. package/dist/production/lib/types/internal.d.ts +7 -71
  27. package/dist/production/lib/types/internal.js +1 -1
  28. package/dist/production/lib/types/internal.mjs +1 -1
  29. package/dist/production/{browser-BM9EKN98.d.mts → lib-B33EY9A0.d.mts} +2 -80
  30. package/dist/{development/register-B0EYMBux.d.ts → production/register-COAKzST_.d.ts} +69 -14
  31. package/dist/{development/route-data-B3YkvRuy.d.mts → production/route-data-D7Xbr_Ww.d.mts} +69 -14
  32. package/package.json +2 -33
  33. package/dist/development/rsc-export.d.mts +0 -1803
  34. package/dist/development/rsc-export.d.ts +0 -1803
  35. package/dist/development/rsc-export.js +0 -2969
  36. package/dist/development/rsc-export.mjs +0 -2933
  37. package/dist/production/rsc-export.d.mts +0 -1803
  38. package/dist/production/rsc-export.d.ts +0 -1803
  39. package/dist/production/rsc-export.js +0 -2969
  40. package/dist/production/rsc-export.mjs +0 -2933
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## 7.6.1
4
11
 
5
12
  ### Patch Changes