Skip to content

Commit fa324c6

Browse files
committed
Update release notes
1 parent b943c9b commit fa324c6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ We manage release notes in this file instead of the paginated Github Releases Pa
1515
- [React Router Releases](#react-router-releases)
1616
- [v7.8.0](#v780)
1717
- [What's Changed](#whats-changed)
18+
- [Consistently named `loaderData` values](#consistently-named-loaderdata-values)
19+
- [Improvements/fixes to the middleware APIs (unstable)](#improvementsfixes-to-the-middleware-apis-unstable)
1820
- [Minor Changes](#minor-changes)
1921
- [Patch Changes](#patch-changes)
2022
- [Unstable Changes](#unstable-changes)
@@ -362,7 +364,13 @@ Date: 2025-08-07
362364

363365
### What's Changed
364366

365-
`7.8.0` comes with 2 small new features and a handful of bug fixes, but the biggest set of changes are to the `unstable_middleware` API's as we move closer to stabilizing them. If you've adopted the middleware APIs for early testing, please read the middleware changes below carefully. We hope to stabilize these soon so please let us know of any feedback you have on the API's in their current state!
367+
#### Consistently named `loaderData` values
368+
369+
Ever noticed the discrepancies in loader data values handed to you by the framework? Like, we call it `loaderData` in your component props, but then `match.data` in your matches? Yeah, us too (as well as some astute React Router users who raised this in a proposal) 😕. We've added new `loaderData` fields alongside existing `data` fields in a few lingering spots to align with the `loaderData` naming used in the new `Route.*` APIs.
370+
371+
#### Improvements/fixes to the middleware APIs (unstable)
372+
373+
The biggest set of changes in `7.8.0` are to the `unstable_middleware` API's as we move closer to stabilizing them. If you've adopted the middleware APIs for early testing, please read the middleware changes below carefully. We hope to stabilize these soon so please let us know of any feedback you have on the API's in their current state!
366374

367375
### Minor Changes
368376

0 commit comments

Comments
 (0)