Skip to content

Commit

Permalink
Add stable API names
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand authored Oct 10, 2024
1 parent 6333541 commit 5978f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ Date: 2024-10-10

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):

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

### Minor Changes

Expand Down

0 comments on commit 5978f6f

Please sign in to comment.