Skip to content

Commit 89fa92d

Browse files
committed
Add link to changeset
1 parent 1712bb7 commit 89fa92d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@ Date: 2024-10-11
220220

221221
#### Stabilized APIs
222222

223-
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):
223+
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):
224224

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

230230
### Minor Changes
231231

0 commit comments

Comments
 (0)