Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 11, 2024
1 parent 89fa92d commit 9696bdf
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-11

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

- `unstable_dataStrategy``dataStrategy` (`createBrowserRouter` and friends) ([Docs](https://reactrouter.com/en/v6/routers/create-browser-router#optsdatastrategy))
- `unstable_patchRoutesOnNavigation``patchRoutesOnNavigation` (`createBrowserRouter` and friends) ([Docs](https://reactrouter.com/en/v6/routers/create-browser-router#optspatchroutesonnavigation))
- `unstable_flushSync``flushSync` (`useSubmit`, `fetcher.load`, `fetcher.submit`) ([Docs](https://reactrouter.com/en/v6/hooks/use-submit#optionsflushsync))
- `unstable_viewTransition``viewTransition` (`<Link>`, `<Form>`, `useNavigate`, `useSubmit`) ([Docs](https://reactrouter.com/en/v6/components/link#viewtransition))
- `unstable_dataStrategy``dataStrategy` (`createBrowserRouter` and friends) ([Docs](https://reactrouter.com/v6/routers/create-browser-router#optsdatastrategy))
- `unstable_patchRoutesOnNavigation``patchRoutesOnNavigation` (`createBrowserRouter` and friends) ([Docs](https://reactrouter.com/v6/routers/create-browser-router#optspatchroutesonnavigation))
- `unstable_flushSync``flushSync` (`useSubmit`, `fetcher.load`, `fetcher.submit`) ([Docs](https://reactrouter.com/v6/hooks/use-submit#optionsflushsync))
- `unstable_viewTransition``viewTransition` (`<Link>`, `<Form>`, `useNavigate`, `useSubmit`) ([Docs](https://reactrouter.com/v6/components/link#viewtransition))

### Minor Changes

Expand Down

0 comments on commit 9696bdf

Please sign in to comment.