@remix-run/router 1.18.0-pre.0 → 1.18.0
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 +2 -2
- package/dist/router.cjs.js +1 -1
- package/dist/router.js +1 -1
- package/dist/router.umd.js +1 -1
- package/dist/router.umd.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@remix-run/router`
|
|
2
2
|
|
|
3
|
-
## 1.18.0
|
|
3
|
+
## 1.18.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
### Patch Changes
|
|
14
14
|
|
|
15
15
|
- Fix bubbling of errors thrown from `unstable_patchRoutesOnMiss` ([#11786](https://github.com/remix-run/react-router/pull/11786))
|
|
16
|
-
- Fix
|
|
16
|
+
- Fix hydration in SSR apps using `unstable_patchRoutesOnMiss` that matched a splat route on the server ([#11790](https://github.com/remix-run/react-router/pull/11790))
|
|
17
17
|
|
|
18
18
|
## 1.17.1
|
|
19
19
|
|
package/dist/router.cjs.js
CHANGED
package/dist/router.js
CHANGED
package/dist/router.umd.js
CHANGED
package/dist/router.umd.min.js
CHANGED