Skip to content

Commit c102f24

Browse files
Add changelog for v0.81.0-rc.2 (#52744)
Summary: Add Changelog for 0.81.0-rc.2 ## Changelog: [Internal] - Add Changelog for 0.81.0-rc.2 Pull Request resolved: #52744 Test Plan: N/A Reviewed By: cortinico Differential Revision: D78727514 Pulled By: rshest fbshipit-source-id: 7bee2ec44705c7844c6fe03781f6031472d7b341
1 parent c0eeebb commit c102f24

1 file changed

Lines changed: 109 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## v0.81.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+
24+
25+
#### iOS specific
26+
27+
28+
29+
### Changed
30+
31+
- Added support to `react-native/babel-preset` for a `hermesParserOptions` option, that expects an object that enables overriding `hermes-parser` options. ([0508eddfe6](https://github.com/facebook/react-native/commit/0508eddfe60df60cb3bfa4074ae199bd0e492d5f) by [@yungsters](https://github.com/yungsters))
32+
- `NewAppScreen` no longer internally handles device safe area, use optional `safeAreaInsets` prop (aligned in 0.81 template) ([732bd12dc2](https://github.com/facebook/react-native/commit/732bd12dc21460641ef01b23f2eb722f26b060d5) by [@huntie](https://github.com/huntie))
33+
34+
#### Android specific
35+
36+
37+
38+
#### iOS specific
39+
40+
41+
42+
### Deprecated
43+
44+
45+
46+
#### Android specific
47+
48+
49+
50+
#### iOS specific
51+
52+
53+
54+
### Removed
55+
56+
57+
58+
#### Android specific
59+
60+
61+
62+
#### iOS specific
63+
64+
65+
66+
### Fixed
67+
68+
69+
70+
#### Android specific
71+
72+
73+
74+
#### iOS specific
75+
76+
- Fixed issue with RNDeps release/debug switch failing ([4ee2b60a1e](https://github.com/facebook/react-native/commit/4ee2b60a1eacca744d58a7ad336ca9d3714289f6) by [@chrfalch](https://github.com/chrfalch))
77+
- Fixed missing script for resolving prebuilt xcframework when switching between release/debug ([2e55241a90](https://github.com/facebook/react-native/commit/2e55241a901b4cd95917de68ce9078928820a208) by [@chrfalch](https://github.com/chrfalch))
78+
79+
### Security
80+
81+
82+
83+
#### Android specific
84+
85+
86+
87+
#### iOS specific
88+
89+
90+
91+
### Unknown
92+
93+
- Release 0.81.0-rc.2 ([68ef746ec5](https://github.com/facebook/react-native/commit/68ef746ec5dd7d2874d190733e75bb8197034c5a) by [@react-native-bot](https://github.com/react-native-bot))
94+
- Fix E2E test script when the ci flag is not specified ([cdd7f99581](https://github.com/facebook/react-native/commit/cdd7f995813727b630ff38abc8a910a0f8f10b37) by [@cipolleschi](https://github.com/cipolleschi))
95+
- Fix E2E script when using CI artifacts ([d8bf94489a](https://github.com/facebook/react-native/commit/d8bf94489ab7498eba7e5f45d09dd2819fe739c3) by [@cipolleschi](https://github.com/cipolleschi))
96+
- Bump Podfile.lock ([10b63c15b6](https://github.com/facebook/react-native/commit/10b63c15b6faaf54d555ede879f82ac565f030a9) by [@react-native-bot](https://github.com/react-native-bot))
97+
- Release 0.81.0-rc.1 ([b06bb89ddd](https://github.com/facebook/react-native/commit/b06bb89ddd3cebddea4716036a4368b87a65f492) by [@react-native-bot](https://github.com/react-native-bot))
98+
99+
#### Android Unknown
100+
101+
102+
103+
#### iOS Unknown
104+
105+
106+
107+
#### Failed to parse
108+
109+
110+
111+
3112
## v0.81.0-rc.1
4113

5114
### Added

0 commit comments

Comments
 (0)