Add changelog entry for 19.1.1 (#34021)
Add changelog details matching release notes: https://github.com/facebook/react/releases/tag/v19.1.1
Jack Pope committed
Jul 28, 2025 at 12:09 UTC
eaee5308cc68232c4380e62dc73f512b2c50ab96
1 file changed
+7
CHANGELOG.md
+7
@@ -1,3 +1,10 @@
1
+## 19.1.1 (July 28, 2025)
2
+
3
+### React
4
+* Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @hoxyq)
5
+* Move the Fabric completeRoot call from `finalizeContainerChildren` to `replaceContainerChildren` to align how JS API and Fabric interpret `completeRoot` (#30513, #33064 by @kassens and @jackpope)
6
+* Fix React retaining shadow nodes longer that it needs to (#33161, #33447 by @sammy-SC and @yungsters)
7
+
8
## 19.1.0 (March 28, 2025)
9
10
### Owner Stack