react-router 0.0.0-experimental-a383e1e6e → 0.0.0-experimental-b9cf540fe

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 -9
  2. package/dist/development/{chunk-LGMIJGWX.mjs → chunk-T4L7PBNQ.mjs} +312 -669
  3. package/dist/development/data-CQbyyGzl.d.mts +11 -0
  4. package/dist/development/data-CQbyyGzl.d.ts +11 -0
  5. package/dist/development/dom-export.d.mts +3 -13
  6. package/dist/development/dom-export.d.ts +3 -13
  7. package/dist/development/dom-export.js +55 -246
  8. package/dist/development/dom-export.mjs +12 -10
  9. package/dist/{production/fog-of-war-CoarxJgP.d.ts → development/fog-of-war-D8U3moAU.d.mts} +8 -87
  10. package/dist/development/{fog-of-war-CoarxJgP.d.ts → fog-of-war-DjxZtxiP.d.ts} +8 -87
  11. package/dist/development/index.d.mts +15 -7
  12. package/dist/development/index.d.ts +15 -7
  13. package/dist/development/index.js +312 -669
  14. package/dist/development/index.mjs +2 -2
  15. package/dist/development/lib/types/route-module.d.mts +7 -13
  16. package/dist/development/lib/types/route-module.d.ts +7 -13
  17. package/dist/development/lib/types/route-module.js +1 -1
  18. package/dist/development/lib/types/route-module.mjs +1 -1
  19. package/dist/development/{route-data-BZe10y8u.d.ts → route-data-DQbTMaUY.d.mts} +17 -54
  20. package/dist/{production/route-data-BZe10y8u.d.mts → development/route-data-DQbTMaUY.d.ts} +17 -54
  21. package/dist/production/{chunk-FCNIPFHG.mjs → chunk-JOASWB7J.mjs} +312 -669
  22. package/dist/production/data-CQbyyGzl.d.mts +11 -0
  23. package/dist/production/data-CQbyyGzl.d.ts +11 -0
  24. package/dist/production/dom-export.d.mts +3 -13
  25. package/dist/production/dom-export.d.ts +3 -13
  26. package/dist/production/dom-export.js +55 -246
  27. package/dist/production/dom-export.mjs +12 -10
  28. package/dist/{development/fog-of-war-DAAXQ6-A.d.mts → production/fog-of-war-D8U3moAU.d.mts} +8 -87
  29. package/dist/production/{fog-of-war-DAAXQ6-A.d.mts → fog-of-war-DjxZtxiP.d.ts} +8 -87
  30. package/dist/production/index.d.mts +15 -7
  31. package/dist/production/index.d.ts +15 -7
  32. package/dist/production/index.js +312 -669
  33. package/dist/production/index.mjs +2 -2
  34. package/dist/production/lib/types/route-module.d.mts +7 -13
  35. package/dist/production/lib/types/route-module.d.ts +7 -13
  36. package/dist/production/lib/types/route-module.js +1 -1
  37. package/dist/production/lib/types/route-module.mjs +1 -1
  38. package/dist/production/{route-data-BZe10y8u.d.ts → route-data-DQbTMaUY.d.mts} +17 -54
  39. package/dist/{development/route-data-BZe10y8u.d.mts → production/route-data-DQbTMaUY.d.ts} +17 -54
  40. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,25 +1,23 @@
1
1
  # `react-router`
2
2
 
3
+ ## 7.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix regression introduced in `7.1.4` via [#12800](https://github.com/remix-run/react-router/pull/12800) that caused issues navigating to hash routes inside splat routes for applications using Lazy Route Discovery (`patchRoutesOnNavigation`) ([#12927](https://github.com/remix-run/react-router/pull/12927))
8
+
3
9
  ## 7.1.4
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - Internal reorg to clean up some duplicated route module types ([#12799](https://github.com/remix-run/react-router/pull/12799))
8
-
9
14
  - Properly handle status codes that cannot have a body in single fetch responses (204, etc.) ([#12760](https://github.com/remix-run/react-router/pull/12760))
10
-
11
15
  - Stop erroring on resource routes that return raw strings/objects and instead serialize them as `text/plain` or `application/json` responses ([#12848](https://github.com/remix-run/react-router/pull/12848))
12
-
13
16
  - This only applies when accessed as a resource route without the `.data` extension
14
17
  - When accessed from a Single Fetch `.data` request, they will still be encoded via `turbo-stream`
15
-
16
- - REMOVE: limit matchRoutes optimization to client side ([#12882](https://github.com/remix-run/react-router/pull/12882))
17
-
18
18
  - Optimize Lazy Route Discovery path discovery to favor a single `querySelectorAll` call at the `body` level instead of many calls at the sub-tree level ([#12731](https://github.com/remix-run/react-router/pull/12731))
19
-
20
- - - Properly bubble headers as `errorHeaders` when throwing a `data()` result ([#12846](https://github.com/remix-run/react-router/pull/12846))
19
+ - Properly bubble headers as `errorHeaders` when throwing a `data()` result ([#12846](https://github.com/remix-run/react-router/pull/12846))
21
20
  - Avoid duplication of `Set-Cookie` headers could be duplicated if also returned from `headers`
22
-
23
21
  - Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12800](https://github.com/remix-run/react-router/pull/12800))
24
22
 
25
23
  ## 7.1.3