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
+3-86Lines changed: 3 additions & 86 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,106 +2,23 @@
2
2
3
3
## v0.81.2
4
4
5
-
### Breaking
6
-
7
-
8
-
9
-
#### Android specific
10
-
11
-
12
-
13
-
#### iOS specific
14
-
15
-
16
-
17
5
### Added
18
6
19
7
20
8
21
9
#### Android specific
22
10
23
11
- Create a debugOptimized buildType for Android ([5e3edafec6](https://github.com/facebook/react-native/commit/5e3edafec6c69558521061dced7a6bcd046576b0) by [@cortinico](https://github.com/cortinico))
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
-
12
+
- Add `useNativeEqualsInNativeReadableArrayAndroid` and `useNativeTransformHelperAndroid` feature flag to the experimental channel. This should alleviate some of the perf issue users are seeing on Android + Reanimated + NewArch on 0.81([a346096da8](https://github.com/facebook/react-native/commit/a346096da81fccf5fbc82d83bfc128695e6ec3a5) by [@cortinico](https://github.com/cortinico))
63
13
64
14
65
15
### Fixed
66
16
67
17
68
-
69
-
#### Android specific
70
-
71
-
72
-
73
-
#### iOS specific
74
-
75
-
76
-
77
-
### Security
78
-
79
-
80
-
81
-
#### Android specific
82
-
83
-
84
-
85
18
#### iOS specific
86
19
87
-
88
-
89
-
### Unknown
90
-
91
-
- Release 0.81.2 ([65119b0107](https://github.com/facebook/react-native/commit/65119b0107200115a31f084d4695891b6541762e) by [@react-native-bot](https://github.com/react-native-bot))
92
-
- Release 0.81.1 ([277a075b71](https://github.com/facebook/react-native/commit/277a075b71989cc7ec1fdd9d668e03deae624d87) by [@react-native-bot](https://github.com/react-native-bot))
93
-
94
-
#### Android Unknown
95
-
96
-
97
-
98
-
#### iOS Unknown
99
-
100
-
101
-
102
-
#### Failed to parse
103
-
104
-
20
+
- Fix Node scripts related to prebuilt tarball extraction for paths containing whitespaces ([366f2ad505](https://github.com/facebook/react-native/commit/366f2ad5057ffecc1f5b211f6aae29567ae6b7e5) by [@kitten](https://github.com/kitten))
21
+
- Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source ([a2eb29e5e7](https://github.com/facebook/react-native/commit/a2eb29e5e7aef8bbdf4c647c8467b5292b013b20) by [@kitten](https://github.com/kitten))
0 commit comments