Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Oct 9, 2024
1 parent 2678a01 commit 52e68f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .changeset/rare-shoes-enjoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
---

Stabilize React Router APIs in Remix
- Adopt stabilized React Router APIs internally
- Single Fetch: `unstable_dataStrategy` -> `dataStrategy`
- Lazy Route Discovery: `unstable_patchRoutesOnNavigation` -> `patchRoutesOnNavigation`
- Stabilize public-facing APIs
- Single Fetch: `unstable_data()` -> `data()`
- `unstable_viewTransition` -> `viewTransition` (`Link`, `Form`, `navigate`, `submit`)
- `unstable_flushSync>` -> `<Link viewTransition>` (`Link`, `Form`, `navigate`, `submit`, `useFetcher`)

- Adopt stabilized React Router APIs internally
- Single Fetch: `unstable_dataStrategy` -> `dataStrategy`
- Lazy Route Discovery: `unstable_patchRoutesOnNavigation` -> `patchRoutesOnNavigation`
- Stabilize public-facing APIs
- Single Fetch: `unstable_data()` -> `data()`
- `unstable_viewTransition` -> `viewTransition` (`Link`, `Form`, `navigate`, `submit`)
- `unstable_flushSync>` -> `<Link viewTransition>` (`Link`, `Form`, `navigate`, `submit`, `useFetcher`)
2 changes: 1 addition & 1 deletion packages/remix-deno/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export {
export {
broadcastDevReady,
createSession,
data,
defer,
isCookie,
isSession,
Expand All @@ -27,7 +28,6 @@ export {
replace,
unstable_composeUploadHandlers,
unstable_createMemoryUploadHandler,
data,
unstable_parseMultipartFormData,
} from "@remix-run/server-runtime";

Expand Down

0 comments on commit 52e68f5

Please sign in to comment.