react-router 0.0.0-experimental-d5a247381 → 0.0.0-experimental-28357fd2a

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 +12 -0
  2. package/dist/development/{chunk-HTLIKYA4.js → chunk-5CCVAEBF.js} +130 -130
  3. package/dist/development/{chunk-JKTJNTER.js → chunk-EU7MB5YT.js} +123 -59
  4. package/dist/{production/chunk-EPFW5H4E.mjs → development/chunk-QT7WPDUY.mjs} +2 -2
  5. package/dist/development/{chunk-5CZ4IYHY.mjs → chunk-Z4HFX7Q2.mjs} +90 -26
  6. package/dist/development/{components-uUh0svuC.d.mts → components-CuPfnyiZ.d.mts} +1 -1
  7. package/dist/development/{context-DZWGFcKX.d.mts → 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/development/{index-react-server-client-DSU6bZil.d.ts → index-react-server-client-CMphySRb.d.ts} +19 -2
  12. package/dist/{production/index-react-server-client-BUK-oRcG.d.mts → development/index-react-server-client-DXb0OgpJ.d.mts} +21 -4
  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 +98 -98
  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/{production/routeModules-D5bppTB2.d.ts → development/routeModules-qBivMBjd.d.ts} +6 -7
  31. package/dist/production/{chunk-4OSWJNZY.js → chunk-2DWPJCWX.js} +123 -59
  32. package/dist/production/{chunk-CXNNH7ML.js → chunk-DOZCQHLU.js} +130 -130
  33. package/dist/production/{chunk-G3S3XTKQ.mjs → chunk-EQ3NKH5J.mjs} +90 -26
  34. package/dist/{development/chunk-WD74EEJO.mjs → production/chunk-GPXYCHV5.mjs} +2 -2
  35. package/dist/production/{components-uUh0svuC.d.mts → components-CuPfnyiZ.d.mts} +1 -1
  36. package/dist/production/{context-DZWGFcKX.d.mts → 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/production/{index-react-server-client-DSU6bZil.d.ts → index-react-server-client-CMphySRb.d.ts} +19 -2
  41. package/dist/{development/index-react-server-client-BUK-oRcG.d.mts → production/index-react-server-client-DXb0OgpJ.d.mts} +21 -4
  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 +98 -98
  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/{development/routeModules-D5bppTB2.d.ts → production/routeModules-qBivMBjd.d.ts} +6 -7
  60. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # `react-router`
2
2
 
3
+ ## 7.8.0-pre.2
4
+
5
+ ### Patch Changes
6
+
7
+ - proxy server action side-effect redirects from actions for document and callServer requests ([#14131](https://github.com/remix-run/react-router/pull/14131))
8
+
9
+ ## 7.8.0-pre.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [REMOVE] Few additional fixes for returning/throwing data from middleware - attach to #14093 ([#14128](https://github.com/remix-run/react-router/pull/14128))
14
+
3
15
  ## 7.8.0-pre.0
4
16
 
5
17
  ### Minor Changes