|
| 1 | +## 19.2.1 (Dec 3, 2025) |
| 2 | + |
| 3 | +### React Server Components |
| 4 | + |
| 5 | +- Bring React Server Component fixes to Server Actions (@sebmarkbage [#35277](https://github.com/facebook/react/pull/35277)) |
| 6 | + |
1 | 7 | ## 19.2.0 (October 1st, 2025) |
2 | 8 |
|
3 | 9 | Below is a list of all new features, APIs, and bug fixes. |
@@ -71,6 +77,12 @@ Read the [React 19.2 release post](https://react.dev/blog/2025/10/01/react-19-2) |
71 | 77 |
|
72 | 78 | - [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 |
73 | 79 |
|
| 80 | +## 19.1.2 (Dec 3, 2025) |
| 81 | + |
| 82 | +### React Server Components |
| 83 | + |
| 84 | +- Bring React Server Component fixes to Server Actions (@sebmarkbage [#35277](https://github.com/facebook/react/pull/35277)) |
| 85 | + |
74 | 86 | ## 19.1.1 (July 28, 2025) |
75 | 87 |
|
76 | 88 | ### React |
@@ -123,6 +135,12 @@ An Owner Stack is a string representing the components that are directly respons |
123 | 135 | * Exposed `registerServerReference` in client builds to handle server references in different environments. [#32534](https://github.com/facebook/react/pull/32534) |
124 | 136 | * 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) |
125 | 137 |
|
| 138 | +## 19.0.1 (Dec 3, 2025) |
| 139 | + |
| 140 | +### React Server Components |
| 141 | + |
| 142 | +- Bring React Server Component fixes to Server Actions (@sebmarkbage [#35277](https://github.com/facebook/react/pull/35277)) |
| 143 | + |
126 | 144 | ## 19.0.0 (December 5, 2024) |
127 | 145 |
|
128 | 146 | Below is a list of all new features, APIs, deprecations, and breaking changes. Read [React 19 release post](https://react.dev/blog/2024/04/25/react-19) and [React 19 upgrade guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide) for more information. |
|
0 commit comments