From 0a0a1d90a7d908c612969fa4197092449f0039dc Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Tue, 17 Dec 2024 04:53:50 -0800 Subject: [PATCH] Add Changelog for 0.77.0-rc.3 (#48302) Summary: Add Changelog for 0.77.0-rc.3 ## Changelog: [Internal] - Add Changelog for 0.77.0-rc.3 Pull Request resolved: https://github.com/facebook/react-native/pull/48302 Test Plan: N/A Reviewed By: fabriziocucci Differential Revision: D67332176 Pulled By: cipolleschi fbshipit-source-id: 335e0b6da5d51934d383a08c5749b6d1f57d6a3d --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0460e388736c3..9c9327115ce2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ # Changelog + +## v0.77.0-rc.3 + +### Changed + +#### Android specific + +- Gradle to 8.11.1 ([490db92562](https://github.com/facebook/react-native/commit/490db92562df3baf6dc38737778179065f378715) by [@cortinico](https://github.com/cortinico)) + +### Fixed + +- Skip hidden folders when looking for third party components. ([8ab524312a](https://github.com/facebook/react-native/commit/8ab524312ab3bf1192b94ae6e30d296a85baa944) by [@cipolleschi](https://github.com/cipolleschi)) + +#### Android specific + +- Handle removal of in-transition views. ([f402ed17fa](https://github.com/facebook/react-native/commit/f402ed17fa6d75aea24e2ad99a8b8d8ad20840e3) by [@kkafar](https://github.com/kkafar)) + +#### iOS specific + +- Enable hermes debugger by configuration type instead of configuration name ([eda4f185b3](https://github.com/facebook/react-native/commit/eda4f185b381f7569a1029b7697f9a1c8bc6d108) by [@benhandanyan](https://github.com/benhandanyan)) +- Workaround for Mac Catalyst TextInput crash due to serialization attempt of WeakEventEmitter ([e04738b7ec](https://github.com/facebook/react-native/commit/e04738b7ecec9e7da3aab49bb24a6336b9496b94) by [@rozele](https://github.com/rozele)) + ## v0.77.0-rc.2 ### Changed