Skip to content

Commit 9a7b66b

Browse files
committed
Update release notes
1 parent 8e5d553 commit 9a7b66b

File tree

1 file changed

+29
-24
lines changed

1 file changed

+29
-24
lines changed

CHANGELOG.md

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ We manage release notes in this file instead of the paginated Github Releases Pa
1414

1515
- [React Router Releases](#react-router-releases)
1616
- [v7.9.2](#v792)
17+
- [What's Changed](#whats-changed)
1718
- [Patch Changes](#patch-changes)
1819
- [Unstable Changes](#unstable-changes)
1920
- [v7.9.1](#v791)
2021
- [Patch Changes](#patch-changes-1)
2122
- [v7.9.0](#v790)
22-
- [What's Changed](#whats-changed)
23+
- [What's Changed](#whats-changed-1)
2324
- [Stable Middleware and Context APIs](#stable-middleware-and-context-apis)
2425
- [Minor Changes](#minor-changes)
2526
- [Patch Changes](#patch-changes-2)
@@ -31,7 +32,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
3132
- [Patch Changes](#patch-changes-4)
3233
- [Unstable Changes](#unstable-changes-3)
3334
- [v7.8.0](#v780)
34-
- [What's Changed](#whats-changed-1)
35+
- [What's Changed](#whats-changed-2)
3536
- [Consistently named `loaderData` values](#consistently-named-loaderdata-values)
3637
- [Improvements/fixes to the middleware APIs (unstable)](#improvementsfixes-to-the-middleware-apis-unstable)
3738
- [Minor Changes](#minor-changes-1)
@@ -42,7 +43,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
4243
- [Patch Changes](#patch-changes-6)
4344
- [Unstable Changes](#unstable-changes-5)
4445
- [v7.7.0](#v770)
45-
- [What's Changed](#whats-changed-2)
46+
- [What's Changed](#whats-changed-3)
4647
- [Unstable RSC APIs](#unstable-rsc-apis)
4748
- [Minor Changes](#minor-changes-2)
4849
- [Patch Changes](#patch-changes-7)
@@ -56,7 +57,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
5657
- [Patch Changes](#patch-changes-10)
5758
- [Unstable Changes](#unstable-changes-7)
5859
- [v7.6.0](#v760)
59-
- [What's Changed](#whats-changed-3)
60+
- [What's Changed](#whats-changed-4)
6061
- [`routeDiscovery` Config Option](#routediscovery-config-option)
6162
- [Automatic Types for Future Flags](#automatic-types-for-future-flags)
6263
- [Minor Changes](#minor-changes-3)
@@ -72,7 +73,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
7273
- [Patch Changes](#patch-changes-14)
7374
- [Unstable Changes](#unstable-changes-9)
7475
- [v7.5.0](#v750)
75-
- [What's Changed](#whats-changed-4)
76+
- [What's Changed](#whats-changed-5)
7677
- [`route.lazy` Object API](#routelazy-object-api)
7778
- [Minor Changes](#minor-changes-4)
7879
- [Patch Changes](#patch-changes-15)
@@ -97,7 +98,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
9798
- [`unstable_SerializesTo`](#unstable_serializesto)
9899
- [Changes by Package](#changes-by-package-5)
99100
- [v7.2.0](#v720)
100-
- [What's Changed](#whats-changed-5)
101+
- [What's Changed](#whats-changed-6)
101102
- [Type-safe `href` utility](#type-safe-href-utility)
102103
- [Prerendering with a SPA Fallback](#prerendering-with-a-spa-fallback)
103104
- [Allow a root `loader` in SPA Mode](#allow-a-root-loader-in-spa-mode)
@@ -156,11 +157,11 @@ We manage release notes in this file instead of the paginated Github Releases Pa
156157
- [v6.28.1](#v6281)
157158
- [Patch Changes](#patch-changes-33)
158159
- [v6.28.0](#v6280)
159-
- [What's Changed](#whats-changed-6)
160+
- [What's Changed](#whats-changed-7)
160161
- [Minor Changes](#minor-changes-12)
161162
- [Patch Changes](#patch-changes-34)
162163
- [v6.27.0](#v6270)
163-
- [What's Changed](#whats-changed-7)
164+
- [What's Changed](#whats-changed-8)
164165
- [Stabilized APIs](#stabilized-apis)
165166
- [Minor Changes](#minor-changes-13)
166167
- [Patch Changes](#patch-changes-35)
@@ -174,21 +175,21 @@ We manage release notes in this file instead of the paginated Github Releases Pa
174175
- [v6.25.1](#v6251)
175176
- [Patch Changes](#patch-changes-39)
176177
- [v6.25.0](#v6250)
177-
- [What's Changed](#whats-changed-8)
178+
- [What's Changed](#whats-changed-9)
178179
- [Stabilized `v7_skipActionErrorRevalidation`](#stabilized-v7_skipactionerrorrevalidation)
179180
- [Minor Changes](#minor-changes-15)
180181
- [Patch Changes](#patch-changes-40)
181182
- [v6.24.1](#v6241)
182183
- [Patch Changes](#patch-changes-41)
183184
- [v6.24.0](#v6240)
184-
- [What's Changed](#whats-changed-9)
185+
- [What's Changed](#whats-changed-10)
185186
- [Lazy Route Discovery (a.k.a. "Fog of War")](#lazy-route-discovery-aka-fog-of-war)
186187
- [Minor Changes](#minor-changes-16)
187188
- [Patch Changes](#patch-changes-42)
188189
- [v6.23.1](#v6231)
189190
- [Patch Changes](#patch-changes-43)
190191
- [v6.23.0](#v6230)
191-
- [What's Changed](#whats-changed-10)
192+
- [What's Changed](#whats-changed-11)
192193
- [Data Strategy (unstable)](#data-strategy-unstable)
193194
- [Skip Action Error Revalidation (unstable)](#skip-action-error-revalidation-unstable)
194195
- [Minor Changes](#minor-changes-17)
@@ -199,7 +200,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
199200
- [v6.22.1](#v6221)
200201
- [Patch Changes](#patch-changes-46)
201202
- [v6.22.0](#v6220)
202-
- [What's Changed](#whats-changed-11)
203+
- [What's Changed](#whats-changed-12)
203204
- [Core Web Vitals Technology Report Flag](#core-web-vitals-technology-report-flag)
204205
- [Minor Changes](#minor-changes-18)
205206
- [Patch Changes](#patch-changes-47)
@@ -210,7 +211,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
210211
- [v6.21.1](#v6211)
211212
- [Patch Changes](#patch-changes-50)
212213
- [v6.21.0](#v6210)
213-
- [What's Changed](#whats-changed-12)
214+
- [What's Changed](#whats-changed-13)
214215
- [`future.v7_relativeSplatPath`](#futurev7_relativesplatpath)
215216
- [Partial Hydration](#partial-hydration)
216217
- [Minor Changes](#minor-changes-19)
@@ -221,18 +222,18 @@ We manage release notes in this file instead of the paginated Github Releases Pa
221222
- [Minor Changes](#minor-changes-20)
222223
- [Patch Changes](#patch-changes-53)
223224
- [v6.19.0](#v6190)
224-
- [What's Changed](#whats-changed-13)
225+
- [What's Changed](#whats-changed-14)
225226
- [`unstable_flushSync` API](#unstable_flushsync-api)
226227
- [Minor Changes](#minor-changes-21)
227228
- [Patch Changes](#patch-changes-54)
228229
- [v6.18.0](#v6180)
229-
- [What's Changed](#whats-changed-14)
230+
- [What's Changed](#whats-changed-15)
230231
- [New Fetcher APIs](#new-fetcher-apis)
231232
- [Persistence Future Flag (`future.v7_fetcherPersist`)](#persistence-future-flag-futurev7_fetcherpersist)
232233
- [Minor Changes](#minor-changes-22)
233234
- [Patch Changes](#patch-changes-55)
234235
- [v6.17.0](#v6170)
235-
- [What's Changed](#whats-changed-15)
236+
- [What's Changed](#whats-changed-16)
236237
- [View Transitions 🚀](#view-transitions-)
237238
- [Minor Changes](#minor-changes-23)
238239
- [Patch Changes](#patch-changes-56)
@@ -247,19 +248,19 @@ We manage release notes in this file instead of the paginated Github Releases Pa
247248
- [v6.14.1](#v6141)
248249
- [Patch Changes](#patch-changes-60)
249250
- [v6.14.0](#v6140)
250-
- [What's Changed](#whats-changed-16)
251+
- [What's Changed](#whats-changed-17)
251252
- [JSON/Text Submissions](#jsontext-submissions)
252253
- [Minor Changes](#minor-changes-26)
253254
- [Patch Changes](#patch-changes-61)
254255
- [v6.13.0](#v6130)
255-
- [What's Changed](#whats-changed-17)
256+
- [What's Changed](#whats-changed-18)
256257
- [`future.v7_startTransition`](#futurev7_starttransition)
257258
- [Minor Changes](#minor-changes-27)
258259
- [Patch Changes](#patch-changes-62)
259260
- [v6.12.1](#v6121)
260261
- [Patch Changes](#patch-changes-63)
261262
- [v6.12.0](#v6120)
262-
- [What's Changed](#whats-changed-18)
263+
- [What's Changed](#whats-changed-19)
263264
- [`React.startTransition` support](#reactstarttransition-support)
264265
- [Minor Changes](#minor-changes-28)
265266
- [Patch Changes](#patch-changes-64)
@@ -271,12 +272,12 @@ We manage release notes in this file instead of the paginated Github Releases Pa
271272
- [Minor Changes](#minor-changes-29)
272273
- [Patch Changes](#patch-changes-67)
273274
- [v6.10.0](#v6100)
274-
- [What's Changed](#whats-changed-19)
275+
- [What's Changed](#whats-changed-20)
275276
- [Minor Changes](#minor-changes-30)
276277
- [`future.v7_normalizeFormMethod`](#futurev7_normalizeformmethod)
277278
- [Patch Changes](#patch-changes-68)
278279
- [v6.9.0](#v690)
279-
- [What's Changed](#whats-changed-20)
280+
- [What's Changed](#whats-changed-21)
280281
- [`Component`/`ErrorBoundary` route properties](#componenterrorboundary-route-properties)
281282
- [Introducing Lazy Route Modules](#introducing-lazy-route-modules)
282283
- [Minor Changes](#minor-changes-31)
@@ -296,11 +297,11 @@ We manage release notes in this file instead of the paginated Github Releases Pa
296297
- [v6.6.1](#v661)
297298
- [Patch Changes](#patch-changes-75)
298299
- [v6.6.0](#v660)
299-
- [What's Changed](#whats-changed-21)
300+
- [What's Changed](#whats-changed-22)
300301
- [Minor Changes](#minor-changes-34)
301302
- [Patch Changes](#patch-changes-76)
302303
- [v6.5.0](#v650)
303-
- [What's Changed](#whats-changed-22)
304+
- [What's Changed](#whats-changed-23)
304305
- [Minor Changes](#minor-changes-35)
305306
- [Patch Changes](#patch-changes-77)
306307
- [v6.4.5](#v645)
@@ -314,7 +315,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
314315
- [v6.4.1](#v641)
315316
- [Patch Changes](#patch-changes-82)
316317
- [v6.4.0](#v640)
317-
- [What's Changed](#whats-changed-23)
318+
- [What's Changed](#whats-changed-24)
318319
- [Remix Data APIs](#remix-data-apis)
319320
- [Patch Changes](#patch-changes-83)
320321
- [v6.3.0](#v630)
@@ -366,6 +367,10 @@ Date: YYYY-MM-DD
366367

367368
Date: 2025-09-24
368369

370+
### What's Changed
371+
372+
This release contains a handful of bug fixes, but we think you'll be most excited about the new unstable stuff. This release includes our first release of unstable support for RSC in Framework Mode! You can read more about it in our [blog post](https://remix.run/blog/rsc-framework-mode-preview) and the [docs](https://reactrouter.com/dev/how-to/react-server-components#rsc-framework-mode). This release also includes a new (long-requested) `fetcher.unstable_reset()` API to reset fetchers back to their initial `idle` state.
373+
369374
### Patch Changes
370375

371376
- `react-router` - Ensure client-side router runs client `middleware` during initialization data load (if required) even if no loaders exist ([#14348](https://github.com/remix-run/react-router/pull/14348))

0 commit comments

Comments
 (0)