Update Jun 8, 2026 tracked by Updatify
16.2.0 (November 28, 2017)
React
-
Add
Fragmentas named export to React. (@clemmy in #10783) -
Support experimental Call/Return types in
React.Childrenutilities. (@MatteoVH in #11422)
React DOM
- Fix radio buttons not getting checked when using multiple lists of radios. (@landvibe in #11227)
-
Fix radio buttons not receiving the
onChangeevent in some cases. (@jquense in #11028)
React Test Renderer
-
Fix
setState()callback firing too early when called fromcomponentWillMount. (@accordeiro in #11507)
React Reconciler
Internal Changes
- Many tests were rewritten against the public API. Big thanks to everyone who contributed!