[changelog] Add 19.0.x, 19.1.x, 19.2.x patch releases (#36898)
Documents the patch releases that shipped across the 19.0, 19.1, and 19.2 lines (`.2`/`.3` through `.7`/`.8`), which were missing from the changelog. --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Sebastian "Sebbie" Silbermann committed
Jun 29, 2026 at 16:04 UTC
92f4fda361a6fdc108fd5c8f4ae25058eca804b4
1 file changed
+110
CHANGELOG.md
+110
@@ -1,3 +1,40 @@
1
+## 19.2.7 (June 1, 2026)
2
+
3
+### React Server Components
4
+
5
+- Fixed missing `FormData` entries in Server Actions which regressed in 19.2.6 (@unstubbable [#36566](https://github.com/facebook/react/pull/36566))
6
+
7
+## 19.2.6 (May 6, 2026)
8
+
9
+### React Server Components
10
+
11
+- Type hardening and performance improvements (@eps1lon, @unstubbable [#36425](https://github.com/facebook/react/pull/36425))
12
+
13
+## 19.2.5 (March 18, 2026)
14
+
15
+### React Server Components
16
+
17
+- Add more cycle protections (@eps1lon, @unstubbable [#36236](https://github.com/facebook/react/pull/36236))
18
+
19
+## 19.2.4 (Jan 26, 2026)
20
+
21
+### React Server Components
22
+
23
+- Add more DoS mitigations to Server Actions, and harden Server Components (@gnoff, @lubieowoce, @sebmarkbage, @unstubbable [#35632](https://github.com/facebook/react/pull/35632))
24
+
25
+## 19.2.3 (Dec 11, 2025)
26
+
27
+### React Server Components
28
+
29
+- Add extra loop protection to React Server Functions (@sebmarkbage [#35351](https://github.com/facebook/react/pull/35351))
30
+
31
+## 19.2.2 (Dec 11, 2025)
32
+
33
+### React Server Components
34
+
35
+- Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` (@eps1lon [#35290](https://github.com/facebook/react/pull/35290))
36
+- Patch Promise cycles and toString on Server Functions (@sebmarkbage, @unstubbable [#35289](https://github.com/facebook/react/pull/35289), [#35345](https://github.com/facebook/react/pull/35345))
37
+
38
## 19.2.1 (Dec 3, 2025)
39
40
### React Server Components
@@ -77,6 +114,43 @@ Read the [React 19.2 release post](https://react.dev/blog/2025/10/01/react-19-2)
114
115
- [createContainer](https://github.com/facebook/react/blob/v19.2.0/packages/react-reconciler/src/ReactFiberReconciler.js#L255-L261) and [createHydrationContainer](https://github.com/facebook/react/blob/v19.2.0/packages/react-reconciler/src/ReactFiberReconciler.js#L305-L312) had their parameter order adjusted after `on*` handlers to account for upcoming experimental APIs
116
117
+## 19.1.8 (June 1, 2026)
118
+
119
+### React Server Components
120
+
121
+- Fixed missing `FormData` entries in Server Actions which regressed in 19.1.7 (@unstubbable [#36567](https://github.com/facebook/react/pull/36567))
122
+
123
+## 19.1.7 (May 6, 2026)
124
+
125
+### React Server Components
126
+
127
+- Type hardening and performance improvements (@eps1lon, @unstubbable [#36425](https://github.com/facebook/react/pull/36425))
128
+
129
+## 19.1.6 (March 18, 2026)
130
+
131
+### React Server Components
132
+
133
+- Add more cycle protections (@eps1lon, @unstubbable [#36236](https://github.com/facebook/react/pull/36236))
134
+
135
+## 19.1.5 (Jan 26, 2026)
136
+
137
+### React Server Components
138
+
139
+- Add more DoS mitigations to Server Actions, and harden Server Components (@gnoff, @lubieowoce, @sebmarkbage, @unstubbable [#35632](https://github.com/facebook/react/pull/35632))
140
+
141
+## 19.1.4 (Dec 11, 2025)
142
+
143
+### React Server Components
144
+
145
+- Add extra loop protection to React Server Functions (@sebmarkbage [#35351](https://github.com/facebook/react/pull/35351))
146
+
147
+## 19.1.3 (Dec 11, 2025)
148
+
149
+### React Server Components
150
+
151
+- Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` (@eps1lon [#35290](https://github.com/facebook/react/pull/35290))
152
+- Patch Promise cycles and toString on Server Functions (@sebmarkbage, @unstubbable [#35289](https://github.com/facebook/react/pull/35289), [#35345](https://github.com/facebook/react/pull/35345))
153
+
154
## 19.1.2 (Dec 3, 2025)
155
156
### React Server Components
@@ -135,6 +209,42 @@ An Owner Stack is a string representing the components that are directly respons
209
* Exposed `registerServerReference` in client builds to handle server references in different environments. [#32534](https://github.com/facebook/react/pull/32534)
210
* Added react-server-dom-parcel package which integrates Server Components with the [Parcel bundler](https://parceljs.org/) [#31725](https://github.com/facebook/react/pull/31725), [#32132](https://github.com/facebook/react/pull/32132), [#31799](https://github.com/facebook/react/pull/31799), [#32294](https://github.com/facebook/react/pull/32294), [#31741](https://github.com/facebook/react/pull/31741)
211
212
+## 19.0.7 (June 1, 2026)
213
+
214
+### React Server Components
215
+
216
+- Fixed missing `FormData` entries in Server Actions which regressed in 19.0.6 (@unstubbable [#36568](https://github.com/facebook/react/pull/36568))
217
+
218
+## 19.0.6 (May 6, 2026)
219
+
220
+### React Server Components
221
+
222
+- Type hardening and performance improvements (@eps1lon, @unstubbable [#36425](https://github.com/facebook/react/pull/36425))
223
+
224
+## 19.0.5 (March 18, 2026)
225
+
226
+### React Server Components
227
+
228
+- Add more cycle protections (@eps1lon, @unstubbable [#36236](https://github.com/facebook/react/pull/36236))
229
+
230
+## 19.0.4 (Jan 26, 2026)
231
+
232
+### React Server Components
233
+
234
+- Add more DoS mitigations to Server Actions, and harden Server Components (@gnoff, @lubieowoce, @sebmarkbage, @unstubbable [#35632](https://github.com/facebook/react/pull/35632))
235
+
236
+## 19.0.3 (Dec 11, 2025)
237
+
238
+### React Server Components
239
+
240
+- Add extra loop protection to React Server Functions (@sebmarkbage [#35351](https://github.com/facebook/react/pull/35351))
241
+
242
+## 19.0.2 (Dec 11, 2025)
243
+
244
+### React Server Components
245
+
246
+- Patch Promise cycles and toString on Server Functions (@sebmarkbage, @unstubbable [#35289](https://github.com/facebook/react/pull/35289), [#35345](https://github.com/facebook/react/pull/35345))
247
+
248
## 19.0.1 (Dec 3, 2025)
249
250
### React Server Components