Add changelog entry for 19.1.1 (#34021)

Add changelog details matching release notes:
https://github.com/facebook/react/releases/tag/v19.1.1
This commit is contained in:
Jack Pope
2025-07-28 12:09:56 -04:00
committed by GitHub
parent 4a58b63865
commit eaee5308cc

View File

@@ -1,3 +1,10 @@
## 19.1.1 (July 28, 2025)
### React
* Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @hoxyq)
* Move the Fabric completeRoot call from `finalizeContainerChildren` to `replaceContainerChildren` to align how JS API and Fabric interpret `completeRoot` (#30513, #33064 by @kassens and @jackpope)
* Fix React retaining shadow nodes longer that it needs to (#33161, #33447 by @sammy-SC and @yungsters)
## 19.1.0 (March 28, 2025)
### Owner Stack