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
+107Lines changed: 107 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,112 @@
1
1
# Changelog
2
2
3
+
## v0.86.0-rc.2
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
+
-`android_ripple` now accepts `PlatformColor` for ([60d8b282ea](https://github.com/facebook/react-native/commit/60d8b282eaf5bd2803fdaa838520f6ff41cc6737) by [@adrcotfas](https://github.com/adrcotfas))
24
+
25
+
#### iOS specific
26
+
27
+
28
+
29
+
### Changed
30
+
31
+
32
+
33
+
#### Android specific
34
+
35
+
36
+
37
+
#### iOS specific
38
+
39
+
-[IOS][CHANGED] - Cache prebuilt iOS binaries (Hermes, ([9a0b05b8d0](https://github.com/facebook/react-native/commit/9a0b05b8d07f3468a08077119189406d56a230ba) by [@cipolleschi](https://github.com/cipolleschi))
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
+
- Fixed escaping local file URIs for unicode paths in ruby scripts ([9563cb5b5a](https://github.com/facebook/react-native/commit/9563cb5b5a546d6daf09abc9d5594850129a4ae3) by [@chrfalch](https://github.com/chrfalch))
76
+
- Fix Pod install checksum drifting ([814ebb12b6](https://github.com/facebook/react-native/commit/814ebb12b64cee51b91ada9fa0d90970feac9a9f) by [@chrfalch](https://github.com/chrfalch))
77
+
- Load `RCTDefines.h` first in the prebuilt React umbrella and drop the `module *` submodule wildcard so RCT_* macros propagate to consumer pods under `use_frameworks!`. ([90c303fafb](https://github.com/facebook/react-native/commit/90c303fafb941155dbe379e6b3e74390a139872a) by [@wneel](https://github.com/wneel))
78
+
79
+
### Security
80
+
81
+
82
+
83
+
#### Android specific
84
+
85
+
86
+
87
+
#### iOS specific
88
+
89
+
90
+
91
+
### Unknown
92
+
93
+
- Release 0.86.0-rc.2 ([19da7bb3b0](https://github.com/facebook/react-native/commit/19da7bb3b0baba8ef49568ec4841c21e9ad8d093) by [@react-native-bot](https://github.com/react-native-bot))
94
+
- Bump Podfile.lock ([aa91ba2772](https://github.com/facebook/react-native/commit/aa91ba27721805d2c1a849e3aa085a44cb2d9515) by [@react-native-bot](https://github.com/react-native-bot))
95
+
- Release 0.86.0-rc.1 ([94b6bcb34c](https://github.com/facebook/react-native/commit/94b6bcb34ca77e0aa81f487bb3ab958ff3556c4c) by [@react-native-bot](https://github.com/react-native-bot))
0 commit comments