Skip to content

Commit 19256a5

Browse files
[RN][Changelog] Add changelog for v0.83.0-rc.4
1 parent 41eace0 commit 19256a5

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.83.0-rc.4
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+
- Fixed `hermes-compiler` not being resolved correctly when your repo is set up as a monorepo using pnpm. ([e23e9add80](https://github.com/facebook/react-native/commit/e23e9add8080a0204221edd4d8cc5e2f1a2f621b) by [@tido64](https://github.com/tido64))
68+
- Ensure codegen CLI supports unspecified `--outputPath` argument and respects `codegenConfig.outputDir` configurations ([716303362a](https://github.com/facebook/react-native/commit/716303362aead08310e2101f15a319b64a602026) by [@kitten](https://github.com/kitten))
69+
- Fixed an `ENOENT` exception when a dependency does not export `package.json`, and your repo is set up as a monorepo using pnpm ([20550c45d2](https://github.com/facebook/react-native/commit/20550c45d276a9cb348116a24cddc20415449e0e) by [@tido64](https://github.com/tido64))
70+
71+
#### Android specific
72+
73+
- Revert removal of checking shared preferences for `debug_http_host`. ([2ac54881f3](https://github.com/facebook/react-native/commit/2ac54881f3967346faafa4e5a6bc3b9a68c29e46) by [@coado](https://github.com/coado))
74+
75+
#### iOS specific
76+
77+
- Fixed copying symbol bundles into correct slice folder ([ac31e96e49](https://github.com/facebook/react-native/commit/ac31e96e4925b3238ab548c91584a7e608a2e17c) 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.83.0-rc.4 ([c8dd7d4973](https://github.com/facebook/react-native/commit/c8dd7d4973791f9997dd134916f8aa4c90b4955f) by [@react-native-bot](https://github.com/react-native-bot))
94+
- Fix root gitignore, add remaining debugger-frontend assets ([83a3741c54](https://github.com/facebook/react-native/commit/83a3741c54ac5f6792d214a34235d38c31e1bb83) by [@huntie](https://github.com/huntie))
95+
- Update debugger-frontend from e1dd7af...7d3b734 ([fccbc53733](https://github.com/facebook/react-native/commit/fccbc537331f43d255f82b108e234a39771188a5) by [@huntie](https://github.com/huntie))
96+
- Bump Podfile.lock ([8713f2ab5f](https://github.com/facebook/react-native/commit/8713f2ab5fd2c8c8cdef69b8ec36286ea01376c6) by [@react-native-bot](https://github.com/react-native-bot))
97+
- Release 0.83.0-rc.3 ([67e9b5743d](https://github.com/facebook/react-native/commit/67e9b5743de05cf9a09b8abcd53128a2b44aafb5) 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.83.0-rc.3
4113

5114
### Fixed

0 commit comments

Comments
 (0)