Skip to content

Commit 88f5ca4

Browse files
[RN][Changelog] Add changelog for v0.87.0-rc.1
1 parent 713ae6b commit 88f5ca4

1 file changed

Lines changed: 107 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## v0.87.0-rc.1
4+
5+
### Breaking
6+
7+
- React Native's default JavaScript API is now the [Strict TypeScript API](https://reactnative.dev/docs/strict-typescript-api). Use `customConditions: ["react-native-legacy-deep-imports"]` to opt out. ([c948b61c05](https://github.com/react/react-native/commit/c948b61c051a2d5cfc79925e93eb49904db972c8) by [@huntie](https://github.com/huntie))
8+
- The `Touchable` root export (undocumented) is removed. If you are extending `Touchable` as a type, please use `ViewProps` instead. ([6fbf3062f9](https://github.com/react/react-native/commit/6fbf3062f9085c93bcb35c6a61c76029abbc16a5) by [@huntie](https://github.com/huntie))
9+
- `react-native/rn-get-polyfills` is removed — please use `react-native/js-polyfills` (package) ([b6a535afee](https://github.com/react/react-native/commit/b6a535afee1e099db00e62b904e3611f41227544) by [@huntie](https://github.com/huntie))
10+
- `react-native/jest-preset` is removed — all projects must now migrate to `react-native/jest-preset` (package) ([9ee21ddd9b](https://github.com/react/react-native/commit/9ee21ddd9b0d6b997709786fda4bd0b67be1ec7d) by [@huntie](https://github.com/huntie))
11+
12+
#### Android specific
13+
14+
15+
16+
#### iOS specific
17+
18+
19+
20+
### Added
21+
22+
- Deprecate `'react-native/Libraries/Core/InitializeCore'`. Use `'react-native/setup-env'` instead. ([bfa679f0ea](https://github.com/react/react-native/commit/bfa679f0ea5431c92894d236b8e414f2feb70280) by [@huntie](https://github.com/huntie))
23+
24+
#### Android specific
25+
26+
27+
28+
#### iOS specific
29+
30+
31+
32+
### Changed
33+
34+
- Bump Metro to 0.87.0 ([0565bcdbab](https://github.com/react/react-native/commit/0565bcdbab05e2fb6208aa842721485eb89ffc7c) by [@robhogan](https://github.com/robhogan))
35+
36+
#### Android specific
37+
38+
39+
40+
#### iOS specific
41+
42+
43+
44+
### Deprecated
45+
46+
47+
48+
#### Android specific
49+
50+
51+
52+
#### iOS specific
53+
54+
55+
56+
### Removed
57+
58+
59+
60+
#### Android specific
61+
62+
63+
64+
#### iOS specific
65+
66+
67+
68+
### Fixed
69+
70+
- Fix apps failing to boot ("... not registered as callable") caused by core init not running. ([08c323346b](https://github.com/react/react-native/commit/08c323346be6c0fbbd70900d48435f977a78a1bb) by [@zeyap](https://github.com/zeyap))
71+
72+
#### Android specific
73+
74+
75+
76+
#### iOS specific
77+
78+
79+
80+
### Security
81+
82+
83+
84+
#### Android specific
85+
86+
87+
88+
#### iOS specific
89+
90+
91+
92+
### Unknown
93+
94+
- Release 0.87.0-rc.1 ([4b62c4ac31](https://github.com/react/react-native/commit/4b62c4ac3130c532e9be9143a075c8417333f4a4) by [@react-native-bot](https://github.com/react-native-bot))
95+
- [0.87] Fix skipped post-publish jobs in release mode ([26f97544ec](https://github.com/react/react-native/commit/26f97544ecb6295aba58a03a9a8fa3e57b2b18ec) by [@cipolleschi](https://github.com/cipolleschi))
96+
97+
#### Android Unknown
98+
99+
100+
101+
#### iOS Unknown
102+
103+
104+
105+
#### Failed to parse
106+
107+
108+
109+
3110
## v0.87.0-rc.0
4111

5112
### Breaking

0 commit comments

Comments
 (0)