From 88d3901558c4458e036365a6c3e91af1b80b1ead Mon Sep 17 00:00:00 2001 From: React Native Bot Date: Fri, 24 Apr 2026 08:52:09 +0000 Subject: [PATCH 1/2] [RN][Changelog] Add changelog for v0.83.7 --- CHANGELOG.md | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c6079fc85e..a0ba71aa84d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,111 @@ # Changelog +## v0.83.7 + +### Breaking + + + +#### Android specific + + + +#### iOS specific + + + +### Added + + + +#### Android specific + + + +#### iOS specific + + + +### Changed + + + +#### Android specific + + + +#### iOS specific + + + +### Deprecated + + + +#### Android specific + + + +#### iOS specific + + + +### Removed + + + +#### Android specific + + + +#### iOS specific + + + +### Fixed + + + +#### Android specific + + + +#### iOS specific + + + +### Security + + + +#### Android specific + + + +#### iOS specific + + + +### Unknown + +- Release 0.83.7 ([29e48317ab](https://github.com/facebook/react-native/commit/29e48317ab158573b277271c3ad2f0b07bd80dc0) by [@react-native-bot](https://github.com/react-native-bot)) +- Add redbox subspec to React-debug pod ([5c63f8d7e9](https://github.com/facebook/react-native/commit/5c63f8d7e96432f45b751841bb42200f0f392152) by [@motiz88](https://github.com/motiz88)) +- Bump Podfile.lock ([707b614751](https://github.com/facebook/react-native/commit/707b6147517e44cfdc8feb7eb693b6ba9d41e083) by [@react-native-bot](https://github.com/react-native-bot)) +- Release 0.83.6 ([1a973f4abc](https://github.com/facebook/react-native/commit/1a973f4abc15368ab408a8d81d244a80b5259879) by [@react-native-bot](https://github.com/react-native-bot)) + +#### Android Unknown + +- Skip Hermes nightly override on stable branches ([d81b786328](https://github.com/facebook/react-native/commit/d81b786328af7f85a0e6f8b3d449c775aca4eb5d) by [@motiz88](https://github.com/motiz88)) + +#### iOS Unknown + + + +#### Failed to parse + + + + ## v0.85.2 ### Added From 8f2c43c81de791785781a501b08426ee3e1e0400 Mon Sep 17 00:00:00 2001 From: Moti Zilberman Date: Fri, 24 Apr 2026 10:04:57 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 111 +++------------------------------------------------ 1 file changed, 5 insertions(+), 106 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ba71aa84d2..a9aadcca421f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,111 +1,5 @@ # Changelog -## v0.83.7 - -### Breaking - - - -#### Android specific - - - -#### iOS specific - - - -### Added - - - -#### Android specific - - - -#### iOS specific - - - -### Changed - - - -#### Android specific - - - -#### iOS specific - - - -### Deprecated - - - -#### Android specific - - - -#### iOS specific - - - -### Removed - - - -#### Android specific - - - -#### iOS specific - - - -### Fixed - - - -#### Android specific - - - -#### iOS specific - - - -### Security - - - -#### Android specific - - - -#### iOS specific - - - -### Unknown - -- Release 0.83.7 ([29e48317ab](https://github.com/facebook/react-native/commit/29e48317ab158573b277271c3ad2f0b07bd80dc0) by [@react-native-bot](https://github.com/react-native-bot)) -- Add redbox subspec to React-debug pod ([5c63f8d7e9](https://github.com/facebook/react-native/commit/5c63f8d7e96432f45b751841bb42200f0f392152) by [@motiz88](https://github.com/motiz88)) -- Bump Podfile.lock ([707b614751](https://github.com/facebook/react-native/commit/707b6147517e44cfdc8feb7eb693b6ba9d41e083) by [@react-native-bot](https://github.com/react-native-bot)) -- Release 0.83.6 ([1a973f4abc](https://github.com/facebook/react-native/commit/1a973f4abc15368ab408a8d81d244a80b5259879) by [@react-native-bot](https://github.com/react-native-bot)) - -#### Android Unknown - -- Skip Hermes nightly override on stable branches ([d81b786328](https://github.com/facebook/react-native/commit/d81b786328af7f85a0e6f8b3d449c775aca4eb5d) by [@motiz88](https://github.com/motiz88)) - -#### iOS Unknown - - - -#### Failed to parse - - - - ## v0.85.2 ### Added @@ -527,6 +421,11 @@ - **Touch Handling**: Respect `cancelsTouchesInView` when canceling touches in `RCTSurfaceTouchHandler` ([5634e8a601](https://github.com/facebook/react-native/commit/5634e8a601caf0faa174bac3511929de767609ac) by [@intmain](https://github.com/intmain)) - **View**: Fix duplicate shadow bug during component recycling by cleaning up visual layers in prepareForRecycle ([7dcedf1def](https://github.com/facebook/react-native/commit/7dcedf1def880163ab7ca07b2575a8153029a925) by Atharv Soni) + +## v0.83.7 + +- Changes to experimental features only. + ## v0.83.6 ### Fixed