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.
- package/CHANGELOG.md +12 -0
- package/dist/development/{chunk-HTLIKYA4.js → chunk-5CCVAEBF.js} +130 -130
- package/dist/development/{chunk-JKTJNTER.js → chunk-EU7MB5YT.js} +123 -59
- package/dist/{production/chunk-EPFW5H4E.mjs → development/chunk-QT7WPDUY.mjs} +2 -2
- package/dist/development/{chunk-5CZ4IYHY.mjs → chunk-Z4HFX7Q2.mjs} +90 -26
- package/dist/development/{components-uUh0svuC.d.mts → components-CuPfnyiZ.d.mts} +1 -1
- package/dist/development/{context-DZWGFcKX.d.mts → context-DohQKLID.d.mts} +6 -7
- package/dist/development/dom-export.d.mts +2 -2
- package/dist/development/dom-export.js +3 -3
- package/dist/development/dom-export.mjs +3 -3
- package/dist/development/{index-react-server-client-DSU6bZil.d.ts → index-react-server-client-CMphySRb.d.ts} +19 -2
- package/dist/{production/index-react-server-client-BUK-oRcG.d.mts → development/index-react-server-client-DXb0OgpJ.d.mts} +21 -4
- package/dist/development/index-react-server-client.d.mts +4 -4
- package/dist/development/index-react-server-client.d.ts +2 -2
- package/dist/development/index-react-server-client.js +4 -4
- package/dist/development/index-react-server-client.mjs +2 -2
- package/dist/development/index-react-server.d.mts +6 -7
- package/dist/development/index-react-server.d.ts +6 -7
- package/dist/development/index-react-server.js +44 -11
- package/dist/development/index-react-server.mjs +44 -11
- package/dist/development/index.d.mts +8 -8
- package/dist/development/index.d.ts +4 -4
- package/dist/development/index.js +98 -98
- package/dist/development/index.mjs +3 -3
- package/dist/development/lib/types/internal.d.mts +2 -2
- package/dist/development/lib/types/internal.d.ts +1 -1
- package/dist/development/lib/types/internal.js +1 -1
- package/dist/development/lib/types/internal.mjs +1 -1
- package/dist/development/{route-data-UTmTa8an.d.mts → route-data-CpB5xtMm.d.mts} +1 -1
- package/dist/{production/routeModules-D5bppTB2.d.ts → development/routeModules-qBivMBjd.d.ts} +6 -7
- package/dist/production/{chunk-4OSWJNZY.js → chunk-2DWPJCWX.js} +123 -59
- package/dist/production/{chunk-CXNNH7ML.js → chunk-DOZCQHLU.js} +130 -130
- package/dist/production/{chunk-G3S3XTKQ.mjs → chunk-EQ3NKH5J.mjs} +90 -26
- package/dist/{development/chunk-WD74EEJO.mjs → production/chunk-GPXYCHV5.mjs} +2 -2
- package/dist/production/{components-uUh0svuC.d.mts → components-CuPfnyiZ.d.mts} +1 -1
- package/dist/production/{context-DZWGFcKX.d.mts → context-DohQKLID.d.mts} +6 -7
- package/dist/production/dom-export.d.mts +2 -2
- package/dist/production/dom-export.js +3 -3
- package/dist/production/dom-export.mjs +3 -3
- package/dist/production/{index-react-server-client-DSU6bZil.d.ts → index-react-server-client-CMphySRb.d.ts} +19 -2
- package/dist/{development/index-react-server-client-BUK-oRcG.d.mts → production/index-react-server-client-DXb0OgpJ.d.mts} +21 -4
- package/dist/production/index-react-server-client.d.mts +4 -4
- package/dist/production/index-react-server-client.d.ts +2 -2
- package/dist/production/index-react-server-client.js +4 -4
- package/dist/production/index-react-server-client.mjs +2 -2
- package/dist/production/index-react-server.d.mts +6 -7
- package/dist/production/index-react-server.d.ts +6 -7
- package/dist/production/index-react-server.js +44 -11
- package/dist/production/index-react-server.mjs +44 -11
- package/dist/production/index.d.mts +8 -8
- package/dist/production/index.d.ts +4 -4
- package/dist/production/index.js +98 -98
- package/dist/production/index.mjs +3 -3
- package/dist/production/lib/types/internal.d.mts +2 -2
- package/dist/production/lib/types/internal.d.ts +1 -1
- package/dist/production/lib/types/internal.js +1 -1
- package/dist/production/lib/types/internal.mjs +1 -1
- package/dist/production/{route-data-UTmTa8an.d.mts → route-data-CpB5xtMm.d.mts} +1 -1
- package/dist/{development/routeModules-D5bppTB2.d.ts → production/routeModules-qBivMBjd.d.ts} +6 -7
- 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
|