react-router 7.8.1-pre.0 → 7.8.1-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.
- package/CHANGELOG.md +7 -0
- package/dist/development/{chunk-3JLHOGU7.js → chunk-3JDDYHAM.js} +130 -130
- package/dist/development/{chunk-CXAO7FY7.js → chunk-5556IWOV.js} +29 -37
- package/dist/development/{chunk-WKLBIS42.mjs → chunk-74543KUN.mjs} +30 -38
- package/dist/development/{chunk-V2P3SFSY.mjs → chunk-NL6TORMN.mjs} +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.js +4 -4
- package/dist/development/index-react-server-client.mjs +2 -2
- package/dist/development/index-react-server.js +29 -37
- package/dist/development/index-react-server.mjs +29 -37
- package/dist/development/index.js +102 -102
- package/dist/development/index.mjs +3 -3
- package/dist/development/lib/types/internal.js +1 -1
- package/dist/development/lib/types/internal.mjs +1 -1
- package/dist/production/{chunk-ZFXTWIWH.js → chunk-3OSMCWIR.js} +29 -37
- package/dist/production/{chunk-GIJZ6O2U.mjs → chunk-HVGIEXH6.mjs} +30 -38
- package/dist/production/{chunk-ZKLGVTLT.mjs → chunk-J44BHEXU.mjs} +2 -2
- package/dist/production/{chunk-6K5ETUFZ.js → chunk-OE6UW5JS.js} +130 -130
- package/dist/production/dom-export.js +3 -3
- package/dist/production/dom-export.mjs +3 -3
- 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.js +29 -37
- package/dist/production/index-react-server.mjs +29 -37
- package/dist/production/index.js +102 -102
- package/dist/production/index.mjs +3 -3
- package/dist/production/lib/types/internal.js +1 -1
- package/dist/production/lib/types/internal.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# `react-router`
|
|
2
2
|
|
|
3
|
+
## 7.8.1-pre.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Propagate non-redirect Responses thrown from middleware to the error boundary on document/data requests ([#14182](https://github.com/remix-run/react-router/pull/14182))
|
|
8
|
+
- [REMOVE] Update data -> Response conversion (update changelog with latest from `rotten-steaks-perform.md`) ([#14181](https://github.com/remix-run/react-router/pull/14181))
|
|
9
|
+
|
|
3
10
|
## 7.8.1-pre.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|