Skip to content

Commit b3d7724

Browse files
committed
Update release notes
1 parent 27eed3a commit b3d7724

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,21 @@ Date: 2025-08-22
380380

381381
⚠️ _[Unstable features](https://reactrouter.com/community/api-development-strategy#unstable-flags) are not recommended for production use_
382382

383+
**Client-side `onError`**
384+
383385
- `react-router` - Add `<RouterProvider unstable_onError>`/`<HydratedRouter unstable_onError>` prop for client side error reporting ([#14162](https://github.com/remix-run/react-router/pull/14162))
386+
387+
**Middleware**
388+
384389
- `react-router` - Delay serialization of `.data` redirects to 202 responses until after middleware chain ([#14205](https://github.com/remix-run/react-router/pull/14205))
385-
- `react-router` - Update client middleware so it returns the data strategy results up the chain allowing for more advanced post-processing middleware ([#14151](https://github.com/remix-run/react-router/pull/14151))
390+
- `react-router` - Update client middleware so it returns the `dataStrategy` results up the chain allowing for more advanced post-processing middleware ([#14151](https://github.com/remix-run/react-router/pull/14151), [#14212](https://github.com/remix-run/react-router/pull/14212))
391+
- `react-router` - Remove Data Mode `future.unstable_middleware` flag from `createBrowserRouter` ([#14213](https://github.com/remix-run/react-router/pull/14213))
392+
- This is only needed as a Framework Mode flag because of the route modules and the `getLoadContext` type behavior change
393+
- In Data Mode, it's an opt-in feature because it's just a new property on a route object, so there's no behavior changes that necessitate a flag
394+
395+
**RSC**
396+
397+
- Allow opting out of revalidation on server actions with hidden `$SKIP_REVALIDATION` input ([#14154](https://github.com/remix-run/react-router/pull/14154))
386398

387399
**Full Changelog**: [`v7.8.1...v7.8.2`](https://github.com/remix-run/react-router/compare/[email protected]@7.8.2)
388400

0 commit comments

Comments
 (0)