stack.pulse
#stacks/react/library

React release notes, breaking changes, and upgrade notes.

The library for web and native user interfaces StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
11
breaking
0
security
0
deprecated
0
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

React releases from GitHub

StackPulse watches React release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v19.2.7mediumfeatureJun 1, 2026

19.2.7 (June 1st, 2026)

This release fixes a regression in React Server Components where `FormData` entries were missing in Server Actions.

affected

Users relying on `FormData` in Server Actions are affected.

action

Upgrade to version 19.2.7 to resolve the regression.

view source on github->
v19.1.8mediumfeatureJun 1, 2026

19.1.8 (June 1st, 2026)

This release fixes a regression in React Server Components where `FormData` entries were missing in Server Actions.

affected

Users relying on `FormData` in Server Actions are affected.

action

Upgrade to version 19.1.8 to resolve the regression.

view source on github->
v19.0.7mediumfeatureJun 1, 2026

19.0.7 (June 1st, 2026)

This release fixes a regression in React Server Components where `FormData` entries were missing in Server Actions.

affected

Users relying on `FormData` in Server Actions within React Server Components are affected.

action

Upgrade to version 19.0.7 to resolve the `FormData` regression.

view source on github->
v19.2.6mediumMay 6, 2026

19.2.6 (May 6th, 2026)

This release focuses on type hardening and performance improvements for React Server Components, enhancing stability and efficiency.

view source on github->
v19.1.7mediumMay 6, 2026

19.1.7 (May 6th, 2026)

This release focuses on type hardening and performance improvements for React Server Components, enhancing stability and efficiency.

view source on github->
v19.0.6mediumMay 6, 2026

19.0.6 (May 6th, 2026)

This release focuses on type hardening and performance improvements for React Server Components, enhancing stability and efficiency.

view source on github->
eslint-plugin-react-hooks@7.1.1mediumApr 17, 2026

eslint-plugin-react-hooks@7.1.1 (April 17, 2026)

This release fixes a regression where the `component-hook-factories` rule was accidentally removed, causing errors for users referencing it in their ESLint config. A deprecated no-op version of the rule has been added for backwards compatibility.

view source on github->
eslint-plugin-react-hooks@7.1.0mediumfeatureApr 17, 2026

eslint-plugin-react-hooks@7.1.0 (April 16, 2026)

This release focuses on performance improvements and enhanced linting capabilities, including ESLint v10 support and better error reporting. Key changes include skipping compilation for non-React files and improved validation for `set-state-in-effect` and refs.

release_signals
+Add ESLint v10 support
+Skip compilation for non-React files to improve performance
+Improved `set-state-in-effect` validation with fewer false negatives
+Improved ref validation for non-mutating functions and event handler props
+Compiler now reports all errors instead of stopping at the first
view source on github->
v19.1.6mediumfeatureApr 8, 2026

19.1.6 (April 8th, 2026)

This release introduces enhanced cycle protections in React Server Components, improving stability and preventing potential infinite loops.

release_signals
+Added more cycle protections to React Server Components
view source on github->
v19.0.5mediumfeatureApr 8, 2026

19.0.5 (April 8th, 2026)

This release introduces additional cycle protections to enhance stability and prevent potential issues in React Server Components.

release_signals
+Added more cycle protections for React Server Components
view source on github->
v19.2.4highJan 26, 2026

19.2.4 (January 26th, 2026)

This release focuses on enhancing security and stability for Server Components and Server Actions, particularly addressing potential DoS vulnerabilities.

view source on github->