react-router 7.8.0-pre.0 → 7.8.0-pre.1

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 (60) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/{production/chunk-BCLZG6QW.js → development/chunk-4EVDZJGM.js} +130 -130
  3. package/dist/development/{chunk-HSC5IU24.mjs → chunk-I22FVTOY.mjs} +2 -2
  4. package/dist/development/{chunk-IW6UADHO.js → chunk-NGF2R4G7.js} +65 -32
  5. package/dist/development/{chunk-SC4OUYO4.mjs → chunk-XFFANEXU.mjs} +45 -12
  6. package/dist/development/{components-uUh0svuC.d.mts → components-CuPfnyiZ.d.mts} +1 -1
  7. package/dist/{production/context-DZWGFcKX.d.mts → development/context-DohQKLID.d.mts} +6 -7
  8. package/dist/development/dom-export.d.mts +2 -2
  9. package/dist/development/dom-export.js +3 -3
  10. package/dist/development/dom-export.mjs +3 -3
  11. package/dist/{production/index-react-server-client-DSU6bZil.d.ts → development/index-react-server-client-BzBbJLAD.d.ts} +1 -1
  12. package/dist/{production/index-react-server-client-BUK-oRcG.d.mts → development/index-react-server-client-CuajY2vy.d.mts} +3 -3
  13. package/dist/development/index-react-server-client.d.mts +4 -4
  14. package/dist/development/index-react-server-client.d.ts +2 -2
  15. package/dist/development/index-react-server-client.js +4 -4
  16. package/dist/development/index-react-server-client.mjs +2 -2
  17. package/dist/development/index-react-server.d.mts +6 -7
  18. package/dist/development/index-react-server.d.ts +6 -7
  19. package/dist/development/index-react-server.js +44 -11
  20. package/dist/development/index-react-server.mjs +44 -11
  21. package/dist/development/index.d.mts +8 -8
  22. package/dist/development/index.d.ts +4 -4
  23. package/dist/development/index.js +97 -97
  24. package/dist/development/index.mjs +3 -3
  25. package/dist/development/lib/types/internal.d.mts +2 -2
  26. package/dist/development/lib/types/internal.d.ts +1 -1
  27. package/dist/development/lib/types/internal.js +1 -1
  28. package/dist/development/lib/types/internal.mjs +1 -1
  29. package/dist/development/{route-data-UTmTa8an.d.mts → route-data-CpB5xtMm.d.mts} +1 -1
  30. package/dist/development/{routeModules-D5bppTB2.d.ts → routeModules-qBivMBjd.d.ts} +6 -7
  31. package/dist/{development/chunk-Z4NNCWGU.js → production/chunk-4PESVXQ2.js} +130 -130
  32. package/dist/production/{chunk-KQ5567DT.mjs → chunk-JJOMWYJ4.mjs} +2 -2
  33. package/dist/production/{chunk-X2NPJMV2.mjs → chunk-P2ZJHOXZ.mjs} +45 -12
  34. package/dist/production/{chunk-YC2ENCM3.js → chunk-RLJ23MYZ.js} +65 -32
  35. package/dist/production/{components-uUh0svuC.d.mts → components-CuPfnyiZ.d.mts} +1 -1
  36. package/dist/{development/context-DZWGFcKX.d.mts → production/context-DohQKLID.d.mts} +6 -7
  37. package/dist/production/dom-export.d.mts +2 -2
  38. package/dist/production/dom-export.js +3 -3
  39. package/dist/production/dom-export.mjs +3 -3
  40. package/dist/{development/index-react-server-client-DSU6bZil.d.ts → production/index-react-server-client-BzBbJLAD.d.ts} +1 -1
  41. package/dist/{development/index-react-server-client-BUK-oRcG.d.mts → production/index-react-server-client-CuajY2vy.d.mts} +3 -3
  42. package/dist/production/index-react-server-client.d.mts +4 -4
  43. package/dist/production/index-react-server-client.d.ts +2 -2
  44. package/dist/production/index-react-server-client.js +4 -4
  45. package/dist/production/index-react-server-client.mjs +2 -2
  46. package/dist/production/index-react-server.d.mts +6 -7
  47. package/dist/production/index-react-server.d.ts +6 -7
  48. package/dist/production/index-react-server.js +44 -11
  49. package/dist/production/index-react-server.mjs +44 -11
  50. package/dist/production/index.d.mts +8 -8
  51. package/dist/production/index.d.ts +4 -4
  52. package/dist/production/index.js +97 -97
  53. package/dist/production/index.mjs +3 -3
  54. package/dist/production/lib/types/internal.d.mts +2 -2
  55. package/dist/production/lib/types/internal.d.ts +1 -1
  56. package/dist/production/lib/types/internal.js +1 -1
  57. package/dist/production/lib/types/internal.mjs +1 -1
  58. package/dist/production/{route-data-UTmTa8an.d.mts → route-data-CpB5xtMm.d.mts} +1 -1
  59. package/dist/production/{routeModules-D5bppTB2.d.ts → routeModules-qBivMBjd.d.ts} +6 -7
  60. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # `react-router`
2
2
 
3
+ ## 7.8.0-pre.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [REMOVE] Few additional fixes for returning/throwing data from middleware - attach to #14093 ([#14128](https://github.com/remix-run/react-router/pull/14128))
8
+
3
9
  ## 7.8.0-pre.0
4
10
 
5
11
  ### Minor Changes