Skip to content

Commit a17fbb4

Browse files
Add changelog for v0.88.0-rc.1 (#58547)
Summary: Add Changelog for 0.88.0-rc.1 ## Changelog: [Internal] - Add Changelog for 0.88.0-rc.1 Pull Request resolved: #58547 Test Plan: N/A Reviewed By: cipolleschi Differential Revision: D120315887 Pulled By: fabriziocucci fbshipit-source-id: d72caa305f4d148fa3e2670a99473c6a870793e9
1 parent a493a8a commit a17fbb4

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## v0.88.0-rc.1
4+
5+
### Added
6+
7+
- **EventTarget**: Enable the imperative EventTarget API (`addEventListener`, `removeEventListener`, `dispatchEvent`) on native view refs in canary ([8480b86820](https://github.com/react/react-native/commit/8480b86820b4535c9bec2967a0f16afed5292a0e) by [@rubennorte](https://github.com/rubennorte))
8+
9+
### Changed
10+
11+
- **Events**: Enabled Web-based event dispatching refactor ([31d33ce91b](https://github.com/react/react-native/commit/31d33ce91b127b434228c8d912810563afdede54) by [@rubennorte](https://github.com/rubennorte))
12+
- **Hermes**: Bump Hermes to 260318099.0.3 ([79024f7c59](https://github.com/react/react-native/commit/79024f7c590446d3ef13bc1288faedb736957654) by [@fabriziocucci](https://github.com/fabriziocucci))
13+
- **React**: Sync React 19.3.0 into React Native ([b0b71421c1](https://github.com/react/react-native/commit/b0b71421c1964e046ba2ad156669c7d32e4c538f) by [@rubennorte](https://github.com/rubennorte))
14+
15+
### Fixed
16+
17+
#### iOS specific
18+
19+
- **Codegen**: No longer crawls `node_modules` or follows symlinks when discovering components ([39751d864d](https://github.com/react/react-native/commit/39751d864dd340bbdaf59d7999ba4d787fba6dbc) by [@gabrieldonadel](https://github.com/gabrieldonadel))
20+
- **SwiftPM**: Generated manifests derive their iOS platform floor from the app's `IPHONEOS_DEPLOYMENT_TARGET` instead of hardcoding iOS 15, so dependencies with a higher minimum (e.g. Expo, 16.4) can be autolinked ([92564f33fd](https://github.com/react/react-native/commit/92564f33fdaa8f0e9968712863e7e00f7073cdf7) by [@chrfalch](https://github.com/chrfalch))
21+
- **SwiftPM**: Read the SwiftPM name from the podspec and store it in package.json when scaffolding ([1cfc5f29a0](https://github.com/react/react-native/commit/1cfc5f29a00f7a2c5d7f842f4e99eae170e06422) by [@chrfalch](https://github.com/chrfalch))
22+
- **SwiftPM**: Run generated build scripts under bash instead of /bin/sh, so they don't break on a host where /bin/sh isn't bash ([25f48bd72f](https://github.com/react/react-native/commit/25f48bd72fd47799fe81689d58f4cbd1b9ddd21c) by [@lazerg](https://github.com/lazerg))
23+
324
## v0.88.0-rc.0
425

526
### Breaking

0 commit comments

Comments
 (0)