From fa82b2f7d8053ec92738ce82dcff65997d219f93 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Wed, 27 Mar 2024 16:35:23 -0400 Subject: [PATCH] Updates --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f3d3fe15..f36c3c8ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -200,9 +200,7 @@ With this flag enabled, `action`'s that return/throw a `4xx`/`5xx` response stat ### Minor Changes -- Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098)) - - Move `unstable_dataStrategy` from `createStaticHandler` to `staticHandler.query` so it can be request-specific for use with the `ResponseStub` approach in Remix ([#11377](https://github.com/remix-run/react-router/pull/11377)) - - It's not really applicable to `queryRoute` for now since that's a singular handler call anyway so any pre-processing/post/processing could be done there manually +- Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098), ([#11377](https://github.com/remix-run/react-router/pull/11377))) - `@remix-run/router` - Add a new `future.unstable_skipActionRevalidation` future flag ([#11098](https://github.com/remix-run/react-router/pull/11098)) - `@remix-run/router` - SSR: Added 3 new options to the `staticHandler.query` method for use in Remix's Single Fetch implementation: ([#11098](https://github.com/remix-run/react-router/pull/11098), ([#11377](https://github.com/remix-run/react-router/pull/11377))) - `loadRouteIds`: Optional array of route IDs to load a subset of the matched routes