From d9fe186961d9c499f77ec8054cff97575fc4c551 Mon Sep 17 00:00:00 2001 From: React Native Bot Date: Mon, 27 Apr 2026 14:26:59 +0000 Subject: [PATCH 1/2] [RN][Changelog] Add changelog for v0.83.9 --- CHANGELOG.md | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1f6978618..51dd511fd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,111 @@ # Changelog +## v0.83.9 + +### 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.9 ([e46ba6498d](https://github.com/facebook/react-native/commit/e46ba6498d54084273038617ca43d346f11acc4d) by [@react-native-bot](https://github.com/react-native-bot)) +- Skip prebuilds for DynamicFrameworks CI jobs ([3770421e96](https://github.com/facebook/react-native/commit/3770421e96059be32f0d8d2d326d8b38eb538a3e) by [@cipolleschi](https://github.com/cipolleschi)) +- Bump Podfile.lock ([373a1f7b00](https://github.com/facebook/react-native/commit/373a1f7b00f479870801bb28b84ce02ceee2410e) by [@react-native-bot](https://github.com/react-native-bot)) +- Release 0.83.8 ([e745903b6a](https://github.com/facebook/react-native/commit/e745903b6ad275879532460c5ef73955b0e3be79) by [@react-native-bot](https://github.com/react-native-bot)) + +#### Android Unknown + + + +#### iOS Unknown + + + +#### Failed to parse + + + + ## v0.85.2 ### Added From 13d050f2d134a323e374d4c74bc5c0f6d53affb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Norte?= Date: Mon, 27 Apr 2026 15:33:07 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 110 ++------------------------------------------------- 1 file changed, 4 insertions(+), 106 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51dd511fd1a..8f7b08f2ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,111 +1,5 @@ # Changelog -## v0.83.9 - -### 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.9 ([e46ba6498d](https://github.com/facebook/react-native/commit/e46ba6498d54084273038617ca43d346f11acc4d) by [@react-native-bot](https://github.com/react-native-bot)) -- Skip prebuilds for DynamicFrameworks CI jobs ([3770421e96](https://github.com/facebook/react-native/commit/3770421e96059be32f0d8d2d326d8b38eb538a3e) by [@cipolleschi](https://github.com/cipolleschi)) -- Bump Podfile.lock ([373a1f7b00](https://github.com/facebook/react-native/commit/373a1f7b00f479870801bb28b84ce02ceee2410e) by [@react-native-bot](https://github.com/react-native-bot)) -- Release 0.83.8 ([e745903b6a](https://github.com/facebook/react-native/commit/e745903b6ad275879532460c5ef73955b0e3be79) by [@react-native-bot](https://github.com/react-native-bot)) - -#### Android Unknown - - - -#### iOS Unknown - - - -#### Failed to parse - - - - ## v0.85.2 ### Added @@ -527,6 +421,10 @@ - **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.9 + +- Changes to experimental features only. + ## v0.83.8 ### Fixed