From bd004e0c1211801f0b36b220df4e9ca93c5fed1e Mon Sep 17 00:00:00 2001 From: Alan Hughes Date: Tue, 21 Oct 2025 08:24:36 -0700 Subject: [PATCH] Add changelog for v0.82.1 (#54216) Summary: Add Changelog for 0.82.1 ## Changelog: [Internal] - Add Changelog for 0.82.1 Pull Request resolved: https://github.com/facebook/react-native/pull/54216 Test Plan: N/A Reviewed By: cipolleschi Differential Revision: D85137528 Pulled By: cortinico fbshipit-source-id: 3705a91227874f3ac5e006b8b3e2d26acaf91a2f --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3698bee1e..f8110c3dc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.82.1 + +### Fixed + +#### Android specific + +- Fixed representation of transforms when view is originally zero-sized ([a81e94a40c](https://github.com/facebook/react-native/commit/a81e94a40ca8dca9e57b562db21f8f235c5b25a0) by [@javache](https://github.com/javache)) + +#### iOS specific + +- Fixed issue when using gnu coreutils cp command when using precompiled binaries causing compilation error ([068ec39aea](https://github.com/facebook/react-native/commit/068ec39aea543617e5159fe22274b294bfb29026) by [@chrfalch](https://github.com/chrfalch)) + ## v0.82.0 ### Breaking