diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbb1654738..11ae71d0b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,111 @@ # Changelog +## v0.87.0-rc.3 + +### Breaking + + + +#### Android specific + + + +#### iOS specific + +- 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)) + +### Added + + + +#### Android specific + + + +#### iOS specific + + + +### Changed + + + +#### Android specific + + + +#### iOS specific + + + +### Deprecated + + + +#### Android specific + + + +#### iOS specific + + + +### Removed + + + +#### Android specific + + + +#### iOS specific + + + +### Fixed + +- **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)) +- Fix `parentNode`/`parentElement` returning the document instead of the containing element for `` 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)) + +#### Android specific + + + +#### iOS specific + + + +### Security + + + +#### Android specific + + + +#### iOS specific + + + +### Unknown + +- Release 0.87.0-rc.3 ([b67c5cf8b4](https://github.com/react/react-native/commit/b67c5cf8b46b3dc9c6a8c17d85c94b6bc7e0c198) by [@react-native-bot](https://github.com/react-native-bot)) +- [0.87] Update RNTester Podfile.lock for 0.87.0-rc.2 ([651bbdffc4](https://github.com/react/react-native/commit/651bbdffc461f640b3c5342601b6066e14fcbcf2) by [@zeyap](https://github.com/zeyap)) +- Release 0.87.0-rc.2 ([9518500909](https://github.com/react/react-native/commit/95185009096b11a132e4c7a5dc80e5a00fdb7691) by [@react-native-bot](https://github.com/react-native-bot)) + +#### Android Unknown + + + +#### iOS Unknown + + + +#### Failed to parse + +- 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)) + + ## v0.87.0-rc.2 ### Breaking