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.83.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
+
- Fix included-build `gradle.properties` resolution for monorepos by reading from parent Gradle start parameters (`projectDir`/`currentDir`) before falling back to `../../android/gradle.properties`, so `hermesV1Enabled` can be inherited correctly. ([c5ae0c820a](https://github.com/facebook/react-native/commit/c5ae0c820a571141a43de980cb011d232fc2268f) by [@Titozzz](https://github.com/Titozzz))
72
+
73
+
#### iOS specific
74
+
75
+
76
+
77
+
### Security
78
+
79
+
80
+
81
+
#### Android specific
82
+
83
+
84
+
85
+
#### iOS specific
86
+
87
+
88
+
89
+
### Unknown
90
+
91
+
- Release 0.83.3 ([96e5bbc4ff](https://github.com/facebook/react-native/commit/96e5bbc4ffb2a80ade8b6500602ce101f0fac9d5) by [@react-native-bot](https://github.com/react-native-bot))
92
+
-[0.83] Fix rncore tarball extraction for EdenFS compatibility ([becef72f12](https://github.com/facebook/react-native/commit/becef72f1216430f9ac0c3e9c90c87a2167651d3) by [@cipolleschi](https://github.com/cipolleschi))
93
+
-[0.83] Add support for custom header in devsupport ([c8ab750148](https://github.com/facebook/react-native/commit/c8ab750148f318062a75f5294020e854d91969dc) by [@cortinico](https://github.com/cortinico))
94
+
- Skip set-rn-artifacts-version for PRs targeting stable branches ([81223f27b7](https://github.com/facebook/react-native/commit/81223f27b7cba74a9c560614b3b9655e54b12b31) by [@cipolleschi](https://github.com/cipolleschi))
95
+
- Bump Podfile.lock ([080327c80c](https://github.com/facebook/react-native/commit/080327c80ce0fa39ac8ade3067119d9b0dcea8f6) by [@react-native-bot](https://github.com/react-native-bot))
96
+
- Release 0.83.2 ([e2ad57939d](https://github.com/facebook/react-native/commit/e2ad57939da2b409ee1e950b08418762d36b850c) by [@react-native-bot](https://github.com/react-native-bot))
0 commit comments