From 8af482cc4debe9ba196a2763904af0aaa1d1ef09 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 3 Feb 2025 15:31:30 -0800 Subject: [PATCH] Add Changelog for 0.78.0-rc3 (#49147) Summary: Add Changelog for 0.78.0-rc3 ## Changelog: [Internal] - Add Changelog for 0.78.0-rc3 Pull Request resolved: https://github.com/facebook/react-native/pull/49147 Test Plan: N/A Reviewed By: NickGerleman Differential Revision: D69069136 Pulled By: cipolleschi fbshipit-source-id: 3314a715a82e1af5e4f907bb0f6aad2f6b9b3cd7 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc0b5ed933..ac7b53e89fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.78.0-rc.3 + +### Added + +#### iOS specific + +- Add the `source` parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. ([98b8f17811](https://github.com/facebook/react-native/commit/98b8f178110472e5fed97de80766c03b0b5e988c) by [@cipolleschi](https://github.com/cipolleschi)) + +### Fixed + +- Add missing `invariant` dependency ([ee8088b615](https://github.com/facebook/react-native/commit/ee8088b6157837c239db47ac5bd3a8603ceefc3c) by [@tido64](https://github.com/tido64)) +- Fix `maxFontSizeMultiplier` prop on `Text` and `TextInput` components in Fabric / New Architecture ([ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32](https://github.com/facebook/react-native/commit/ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32) by [@RickardZrinski](https://github.com/RickardZrinski)) + +#### Android specific + +- Pass the bundle URL protocol when setting up HMR client on Android ([32fe244744](https://github.com/facebook/react-native/commit/32fe24474495f09f985a2c92e11103dd386f5fe3) by [@byCedric](https://github.com/byCedric)) + ## v0.78.0-rc.2 ### Fixed