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
+108Lines changed: 108 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,113 @@
1
1
# Changelog
2
2
3
+
## v0.85.3
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
+
### Fixed
66
+
67
+
68
+
69
+
#### Android specific
70
+
71
+
72
+
73
+
#### iOS specific
74
+
75
+
- Fix silent tar extraction failure on EdenFS in replace-rncore-version.js by extracting to a temp directory first ([9bc7d38be0](https://github.com/facebook/react-native/commit/9bc7d38be0771ae4006206fcb174956f53adf508) by [@motiz88](https://github.com/motiz88))
76
+
77
+
### Security
78
+
79
+
80
+
81
+
#### Android specific
82
+
83
+
84
+
85
+
#### iOS specific
86
+
87
+
88
+
89
+
### Unknown
90
+
91
+
- Release 0.85.3 ([22ea81b5e3](https://github.com/facebook/react-native/commit/22ea81b5e37b0cf23be1d8fb32bb7f55e1fcf3d8) by [@react-native-bot](https://github.com/react-native-bot))
92
+
- Skip prebuilds for DynamicFrameworks CI jobs (#56593) ([753c19bea4](https://github.com/facebook/react-native/commit/753c19bea4ab854eb8000b2b5bab814261a46596) by [@motiz88](https://github.com/motiz88))
93
+
- Update debugger-frontend from 8edd9be...194d3f8 (#253) ([9966cbdf4d](https://github.com/facebook/react-native/commit/9966cbdf4da99ee036a75bec4da9bb2e1ee7a9c4) by [@motiz88](https://github.com/motiz88))
94
+
- Use pinned Hermes version when version.properties is not 1000.0.0 ([5e3a3ba995](https://github.com/facebook/react-native/commit/5e3a3ba995026b42c2ea0ad7ee4758fcf73005e6) by [@cipolleschi](https://github.com/cipolleschi))
95
+
- Bump Podfile.lock ([000470849f](https://github.com/facebook/react-native/commit/000470849fef4399c61cebed19a7b5179c092524) by [@react-native-bot](https://github.com/react-native-bot))
96
+
- Release 0.85.2 ([67baaf384c](https://github.com/facebook/react-native/commit/67baaf384c371e55eb5f14c62c9b39ec1588f79f) by [@react-native-bot](https://github.com/react-native-bot))
0 commit comments