Skip to content

Commit f911911

Browse files
Add changelog for v0.87.0-rc.3 (#57704)
Summary: Add Changelog for 0.87.0-rc.3 ## Changelog: [Internal] - Add Changelog for 0.87.0-rc.3 Pull Request resolved: #57704 Test Plan: Changelog-only edit for the 0.87.0-rc.3 release notes. Verified by inspecting the rendered `CHANGELOG.md`: removed all empty section/subsection headers, dropped the release-specific entries (`Release 0.87.0-rc.3`, `Update RNTester Podfile.lock`, `Release 0.87.0-rc.2`), and moved the Swift C++-interop build failure fix into Fixed → iOS specific. Reviewed By: christophpurrer Differential Revision: D113799961 Pulled By: zeyap fbshipit-source-id: 0ce20e646cdbf45072133c0ab71d9a728b208573
1 parent 6f6efed commit f911911

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## v0.87.0-rc.3
4+
5+
### Breaking
6+
7+
#### iOS specific
8+
9+
- Ship a version-stamped ReactNativeVersion.h in the prebuilt iOS core artifacts instead of the 1000.0.0 dev sentinel ([95df50034b](https://github.com/react/react-native/commit/95df50034ba5ce11f4b70bbb6bf692e3691297dc) by [@chrfalch](https://github.com/chrfalch))
10+
11+
### Fixed
12+
13+
- **Strict TypeScript API**: Optional property types are now widened to explicitly include `| undefined` for `exactOptionalPropertyTypes` compatibility ([0fc76bb527](https://github.com/react/react-native/commit/0fc76bb5278098649672e0407a3de580b8706fa4) by [@zeyap](https://github.com/zeyap))
14+
- Fix `parentNode`/`parentElement` returning the document instead of the containing element for `<Modal>` and other nested root host views, which severed capture/bubble event propagation to ancestors rendered above them ([e410ff5471](https://github.com/react/react-native/commit/e410ff547179f5c7ad198744f7be88117ccdef0c) by [@rubennorte](https://github.com/rubennorte))
15+
16+
#### iOS specific
17+
18+
- Fix Swift C++-interop build failure (implicit copy constructor of TraceRecordingState/HostTracingProfile) for libraries using cxx interop with prebuilt React Native core ([38611186f5](https://github.com/react/react-native/commit/38611186f5867bd578a269872986a5753c8b41fe) by [@chrfalch](https://github.com/chrfalch))
19+
20+
321
## v0.87.0-rc.2
422

523
### Breaking

0 commit comments

Comments
 (0)