Skip to content

Commit 08f954f

Browse files
Add changelog for v0.83.5 (#56431)
Summary: Add Changelog for 0.83.5 ## Changelog: [Internal] - Add Changelog for 0.83.5 Pull Request resolved: #56431 Test Plan: N/A Reviewed By: cipolleschi Differential Revision: D100760499 Pulled By: cortinico fbshipit-source-id: 5bc53acb3ee449ee499ee919bd32a83709a4a8a1
1 parent a9a0000 commit 08f954f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v0.83.5
4+
5+
### Fixed
6+
7+
- **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))
8+
9+
#### Android specific
10+
11+
- **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))
12+
13+
#### iOS specific
14+
15+
- **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))
16+
- **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))
17+
318
## v0.85.1
419

520
### Fixed

0 commit comments

Comments
 (0)