From 1c2b9f9206ec253cdc42e254ece28755f28513a5 Mon Sep 17 00:00:00 2001 From: React Native Bot Date: Tue, 23 Sep 2025 05:00:38 -0700 Subject: [PATCH] Add changelog for v0.82.0-rc.4 (#53886) Summary: Add Changelog for 0.82.0-rc.4 ## Changelog: [Internal] - Add Changelog for 0.82.0-rc.4 Pull Request resolved: https://github.com/facebook/react-native/pull/53886 Test Plan: N/A Reviewed By: fabriziocucci Differential Revision: D82993264 Pulled By: vzaidman fbshipit-source-id: e1aba15613d5e62fcd503e15c878697adc088816 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ece4a0c77b..844c9e51690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ - Fix regression that skips artifacts code generation ([f6f5ea0b2e](https://github.com/facebook/react-native/commit/f6f5ea0b2eed894725d8f6e8bd045c99c3182026) by [@kitten](https://github.com/kitten)) - Reapplied "Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source" ([bb73315a3f](https://github.com/facebook/react-native/commit/bb73315a3fd8cd203c4ddb3ffa10bfec307c7e92) by [@kitten](https://github.com/kitten)) +## v0.82.0-rc.4 + +### Fixed + +- **Hermes V1:** Fixed coordinates for Hermes V1 artifacts ([674fb77d93](https://github.com/facebook/react-native/commit/674fb77d93dfe67a5fe90449dc71b195b1851e13) by [@j-piasecki](https://github.com/j-piasecki)) + +#### iOS specific + +- **Switch:** Fix Switch layout to work with iOS26 ([91d427fe52](https://github.com/facebook/react-native/commit/91d427fe52a307f9aa8579912ef956d61808dad2) by [@cipolleschi](https://github.com/cipolleschi)) + ## v0.82.0-rc.3 ### Added