Skip to content

Commit

Permalink
Update relerase notes for pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 11, 2024
1 parent fb9eb4d commit 297a0cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Date: YYYY-MM-DD

## v2.13.0

Date: 2024-10-10
Date: 2024-10-11

### What's Changed

Expand All @@ -241,8 +241,9 @@ This release stabilizes a handful of "unstable" APIs in preparation for the pend
- `unstable_data``data` (for use with Single Fetch)
- `unstable_flushSync``flushSync` (`useSubmit`, `fetcher.load`, `fetcher.submit`)
- `unstable_viewTransition``viewTransition` (`<Link>`, `<Form>`, `useNavigate`, `useSubmit`)
- `future.unstable_singleFetch``future.v3_singleFetch` ([Docs](https://remix.run/docs/guides/single-fetch))
- `future.unstable_optimizeDeps``future.v3_optimizeDeps` ([Docs](https://remix.run/docs/en/main/guides/dependency-optimization))
- `future.unstable_lazyRouteDiscovery``future.v3_lazyRouteDiscovery` ([Docs](https://remix.run/docs/guides/lazy-route-discovery))
- `future.unstable_singleFetch``future.v3_singleFetch` ([Docs](https://remix.run/docs/guides/single-fetch))

### Minor Changes

Expand All @@ -254,9 +255,10 @@ This release stabilizes a handful of "unstable" APIs in preparation for the pend
- Single Fetch: `unstable_data()` -> `data()`
- `unstable_viewTransition` -> `viewTransition` (`Link`, `Form`, `navigate`, `submit`)
- `unstable_flushSync>` -> `<Link viewTransition>` (`Link`, `Form`, `navigate`, `submit`, `useFetcher`)
- Stabilize future flags ([#10072](https://github.com/remix-run/remix/pull/10072))
- `future.unstable_singleFetch` -> `future.v3_singleFetch`
- Stabilize future flags ([#10072](https://github.com/remix-run/remix/pull/10072), [#10092](https://github.com/remix-run/remix/pull/10092))
- `future.unstable_lazyRouteDiscovery` -> `future.v3_lazyRouteDiscovery`
- `future.unstable_optimizeDeps` -> `future.v3_optimizeDeps`
- `future.unstable_singleFetch` -> `future.v3_singleFetch`

### Patch Changes

Expand Down

0 comments on commit 297a0cd

Please sign in to comment.