From e1fa33885d69d1916058c6ec27a052f22dd4c14f Mon Sep 17 00:00:00 2001 From: React Native Bot Date: Tue, 14 Apr 2026 01:42:36 +0000 Subject: [PATCH 1/2] [RN][Changelog] Add changelog for v0.83.5 --- CHANGELOG.md | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a49ebf149aa..42da47eac72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,111 @@ # Changelog +## v0.83.5 + +### 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.5 ([9e212543c2](https://github.com/facebook/react-native/commit/9e212543c2180c6e1b4267a7e3412cb8f60a4362) by [@react-native-bot](https://github.com/react-native-bot)) +- Update debugger-frontend from 7d3b734...6e12856 ([92d1f5b382](https://github.com/facebook/react-native/commit/92d1f5b382c0cfe439e7cf05307ebc455a121ed9) by [@huntie](https://github.com/huntie)) +- Bump Podfile.lock ([ad2f7b4b4b](https://github.com/facebook/react-native/commit/ad2f7b4b4bc74ee34c93b3e1635e46708a5bea63) by [@react-native-bot](https://github.com/react-native-bot)) +- Release 0.83.4 ([829ff063a1](https://github.com/facebook/react-native/commit/829ff063a1ee1f3e13789f104378b2d8b347ad11) by [@react-native-bot](https://github.com/react-native-bot)) + +#### Android Unknown + +- - Re-land "Revert D85999774: [rn][android] Add FrameTiming module" (#54502) 85905ad ([04e61d4b4c](https://github.com/facebook/react-native/commit/04e61d4b4c942adef83a958dd0e77af077652d8c) by [@huntie](https://github.com/huntie)) + +#### iOS Unknown + + + +#### Failed to parse + + + + ## v0.85.1 ### Fixed From 30e8c353643371264971c61260100205e2ad32b2 Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Date: Mon, 13 Apr 2026 23:27:20 -0300 Subject: [PATCH 2/2] Fix changelog --- CHANGELOG.md | 99 +++------------------------------------------------- 1 file changed, 4 insertions(+), 95 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42da47eac72..a1b59f54d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,109 +2,18 @@ ## v0.83.5 -### 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 - +- **Appearance**: Fix color scheme in appearance state after setting it to unspecified ([c338d19](https://github.com/facebook/react-native/commit/c338d19a1d4dfeb06ca796176a23f6b07457ac50) by [@ismarbesic](https://github.com/ismarbesic)) #### Android specific - +- **Networking**: File:// URIs passed to fetch() or XMLHttpRequest no longer fail (https://github.com/facebook/react-native/issues/54626) ([3cf6bff](https://github.com/facebook/react-native/commit/3cf6bff25d106c2f25b6c7cfce6295bd812013bf) by [@bhamiltoncx](https://github.com/bhamiltoncx)) #### iOS specific - - -### Security - - - -#### Android specific - - - -#### iOS specific - - - -### Unknown - -- Release 0.83.5 ([9e212543c2](https://github.com/facebook/react-native/commit/9e212543c2180c6e1b4267a7e3412cb8f60a4362) by [@react-native-bot](https://github.com/react-native-bot)) -- Update debugger-frontend from 7d3b734...6e12856 ([92d1f5b382](https://github.com/facebook/react-native/commit/92d1f5b382c0cfe439e7cf05307ebc455a121ed9) by [@huntie](https://github.com/huntie)) -- Bump Podfile.lock ([ad2f7b4b4b](https://github.com/facebook/react-native/commit/ad2f7b4b4bc74ee34c93b3e1635e46708a5bea63) by [@react-native-bot](https://github.com/react-native-bot)) -- Release 0.83.4 ([829ff063a1](https://github.com/facebook/react-native/commit/829ff063a1ee1f3e13789f104378b2d8b347ad11) by [@react-native-bot](https://github.com/react-native-bot)) - -#### Android Unknown - -- - Re-land "Revert D85999774: [rn][android] Add FrameTiming module" (#54502) 85905ad ([04e61d4b4c](https://github.com/facebook/react-native/commit/04e61d4b4c942adef83a958dd0e77af077652d8c) by [@huntie](https://github.com/huntie)) - -#### iOS Unknown - - - -#### Failed to parse - - - +- **Build**: Bump fmt to 12.1.0 to fix Xcode 26.4 ([faeef2b90a](https://github.com/facebook/react-native/commit/faeef2b90a56633ad44289b994d31e7ce590b145) by [@leotm](https://github.com/leotm)) +- **Hermes**: Fix Hermes crash when async void TurboModule method throws NSException by re-throwing instead of converting to JSError on wrong thread ([a9a976a](https://github.com/facebook/react-native/commit/a9a976af89c3cd52e7f742109e24dbc6ebf09aa9) by [@fabriziocucci](https://github.com/fabriziocucci)) ## v0.85.1