Skip to content

Commit a993f09

Browse files
committed
Update change files
1 parent bd35829 commit a993f09

11 files changed

Lines changed: 21 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Stabilize `future.unstable_passThroughRequests` as `future.v8_passThroughRequests`
2+
3+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Stabilize `prerender.unstable_concurrency` as `prerender.concurrency`
2+
3+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Stabilize `future.unstable_subResourceIntegrity` as a top-level `subResourceIntegrity` config option in `react-router.config.ts`
2+
3+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Stabilize `unstable_defaultShouldRevalidate` as `defaultShouldRevalidate` on `<Link>`, `<Form>`, `useLinkClickHandler`, `useSubmit`, `fetcher.submit`, and `setSearchParams`
2+
3+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Stabilize the instrumentation APIs. `unstable_instrumentations` is now `instrumentations` and `unstable_pattern` is now `pattern`
22

33
- The `unstable_ServerInstrumentation`, `unstable_ClientInstrumentation`, `unstable_InstrumentRequestHandlerFunction`, `unstable_InstrumentRouterFunction`, `unstable_InstrumentRouteFunction`, and `unstable_InstrumentationHandlerResult` types have had their `unstable_` prefixes removed
4+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Stabilize `unstable_mask` as `mask` on `<Link>`, `useLinkClickHandler`, and `useNavigate`, and rename the corresponding `Location.unstable_mask` field to `Location.mask`
2+
3+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Stabilize the `unstable_normalizePath` option on `staticHandler.query` and `staticHandler.queryRoute` as `normalizePath`
2+
3+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Stabilize `future.unstable_passThroughRequests` as `future.v8_passThroughRequests`
2+
3+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Remove `unstable_subResourceIntegrity` from the runtime `FutureConfig` type; the flag is now controlled by the top-level `subResourceIntegrity` option in `react-router.config.ts`
2+
3+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Stabilize `unstable_url` as `url` on `loader`, `action`, and `middleware` function args
2+
3+
- ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly

0 commit comments

Comments
 (0)