Skip to content

Commit 5978f6f

Browse files
Add stable API names
1 parent 6333541 commit 5978f6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ Date: 2024-10-10
222222

223223
This release stabilizes a handful of "unstable" APIs in preparation for the pending React Router v7 release (see [these](https://remix.run/blog/merging-remix-and-react-router9) [posts](https://remix.run/blog/incremental-path-to-react-19) for more info):
224224

225-
- `unstable_dataStrategy` (`createBrowserRouter` and friends)
226-
- `unstable_patchRoutesOnNavigation` (`createBrowserRouter` and friends)
227-
- `unstable_flushSync` (`useSubmit`, `fetcher.load`, `fetcher.submit`)
228-
- `unstable_viewTransition` (`<Link>`, `<Form>`, `useNavigate`, `useSubmit`)
225+
- `unstable_dataStrategy` `dataStrategy` (`createBrowserRouter` and friends)
226+
- `unstable_patchRoutesOnNavigation` `patchRoutesOnNavigation` (`createBrowserRouter` and friends)
227+
- `unstable_flushSync` `flushSync` (`useSubmit`, `fetcher.load`, `fetcher.submit`)
228+
- `unstable_viewTransition` `viewTransition` (`<Link>`, `<Form>`, `useNavigate`, `useSubmit`)
229229

230230
### Minor Changes
231231

0 commit comments

Comments
 (0)