Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 106 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<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))

#### 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
Expand Down
Loading