Skip to content

Commit 8fb20c7

Browse files
[RN][Changelog] Add changelog for v0.86.0-rc.1
1 parent 3b76474 commit 8fb20c7

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## v0.86.0-rc.1
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+
- `Image.getSize` and `Image.getSizeWithHeaders` now return the true source dimensions instead of Fresco's downsampled values ([8823a8009b](https://github.com/facebook/react-native/commit/8823a8009b18950d5be2682a86cfcf0c7014a068) by [@zoontek](https://github.com/zoontek))
72+
73+
#### iOS specific
74+
75+
- Persist `PODFILE_DIR` as `$(SRCROOT)`-relative so `project.pbxproj` is portable across machines ([44bb83bd84](https://github.com/facebook/react-native/commit/44bb83bd843a3b34779f1e7b1e09dbb3f4f38c6a) by [@zoontek](https://github.com/zoontek))
76+
77+
### Security
78+
79+
80+
81+
#### Android specific
82+
83+
84+
85+
#### iOS specific
86+
87+
88+
89+
### Unknown
90+
91+
- 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))
92+
- Bump Podfile.lock ([6b54fca2c0](https://github.com/facebook/react-native/commit/6b54fca2c02ae3ca9187c8a379fb3580f34d9ec9) by [@react-native-bot](https://github.com/react-native-bot))
93+
- Release 0.86.0-rc.0 ([1382a5d9a8](https://github.com/facebook/react-native/commit/1382a5d9a8f84a9e8ca64c6ecc6ec6d222e8367e) by [@react-native-bot](https://github.com/react-native-bot))
94+
95+
#### Android Unknown
96+
97+
98+
99+
#### iOS Unknown
100+
101+
102+
103+
#### Failed to parse
104+
105+
106+
107+
3108
## v0.86.0-rc.0
4109

5110
### Added

0 commit comments

Comments
 (0)