Releases · react/react

1 min read Original article ↗

19.2.8 (July 21st, 2026)

React Server Components

19.1.9 (July 21st, 2026)

React Server Components

19.0.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

  • Fixed missing FormData entries in Server Actions which regressed in 19.2.6
    (#36566 by @unstubbable)

19.1.8 (June 1st, 2026)

React Server Components

  • Fixed missing FormData entries in Server Actions which regressed in 19.1.7
    (#36567 by @unstubbable)

19.0.7 (June 1st, 2026)

React Server Components

  • Fixed missing FormData entries in Server Actions which regressed in 19.0.6
    (#36568 by @unstubbable)

19.2.6 (May 6th, 2026)

19.1.7 (May 6th, 2026)

19.0.6 (May 6th, 2026)

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

@mofeiZ mofeiZ released this

17 Apr 20:51

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@mofeiZ in #36307)