You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-95Lines changed: 4 additions & 95 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,109 +2,18 @@
2
2
3
3
## v0.83.5
4
4
5
-
### Breaking
6
-
7
-
8
-
9
-
#### Android specific
10
-
11
-
12
-
13
-
#### iOS specific
14
-
15
-
16
-
17
-
### Added
18
-
19
-
20
-
21
-
#### Android specific
22
-
23
-
24
-
25
-
#### iOS specific
26
-
27
-
28
-
29
-
### Changed
30
-
31
-
32
-
33
-
#### Android specific
34
-
35
-
36
-
37
-
#### iOS specific
38
-
39
-
40
-
41
-
### Deprecated
42
-
43
-
44
-
45
-
#### Android specific
46
-
47
-
48
-
49
-
#### iOS specific
50
-
51
-
52
-
53
-
### Removed
54
-
55
-
56
-
57
-
#### Android specific
58
-
59
-
60
-
61
-
#### iOS specific
62
-
63
-
64
-
65
5
### Fixed
66
6
67
-
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))
68
8
69
9
#### Android specific
70
10
71
-
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))
72
12
73
13
#### iOS specific
74
14
75
-
76
-
77
-
### Security
78
-
79
-
80
-
81
-
#### Android specific
82
-
83
-
84
-
85
-
#### iOS specific
86
-
87
-
88
-
89
-
### Unknown
90
-
91
-
- Release 0.83.5 ([9e212543c2](https://github.com/facebook/react-native/commit/9e212543c2180c6e1b4267a7e3412cb8f60a4362) by [@react-native-bot](https://github.com/react-native-bot))
92
-
- Update debugger-frontend from 7d3b734...6e12856 ([92d1f5b382](https://github.com/facebook/react-native/commit/92d1f5b382c0cfe439e7cf05307ebc455a121ed9) by [@huntie](https://github.com/huntie))
93
-
- Bump Podfile.lock ([ad2f7b4b4b](https://github.com/facebook/react-native/commit/ad2f7b4b4bc74ee34c93b3e1635e46708a5bea63) by [@react-native-bot](https://github.com/react-native-bot))
94
-
- Release 0.83.4 ([829ff063a1](https://github.com/facebook/react-native/commit/829ff063a1ee1f3e13789f104378b2d8b347ad11) by [@react-native-bot](https://github.com/react-native-bot))
-**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))
0 commit comments