Skip to content

Commit f1f8ed0

Browse files
committed
Update release notes
1 parent 1e026b6 commit f1f8ed0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,21 @@ To add a new release, copy from this template:
147147
148148
-->
149149

150+
## v6.20.0
151+
152+
### Minor Changes
153+
154+
- Export the `PathParam` type from the public API ([#10719](https://github.com/remix-run/react-router/pull/10719))
155+
156+
### Patch Changes
157+
158+
- Do not revalidate unmounted fetchers when `v7_fetcherPersist` is enabled ([#11044](https://github.com/remix-run/react-router/pull/11044))
159+
- Fix bug with `resolveTo` path resolution in splat routes ([#11045](https://github.com/remix-run/react-router/pull/11045))
160+
- This is a follow up to [#10983](https://github.com/remix-run/react-router/pull/10983) to handle the few other code paths using `getPathContributingMatches`
161+
- This removes the `UNSAFE_getPathContributingMatches` export from `@remix-run/router` since we no longer need this in the `react-router`/`react-router-dom` layers
162+
163+
**Full Changelog**: [`v6.19.0...v6.20.0`](https://github.com/remix-run/react-router/compare/[email protected]@6.20.0)
164+
150165
## v6.19.0
151166

152167
### What's Changed

0 commit comments

Comments
 (0)