From d07b14afe051bb66792607faf7a761180a92a1a1 Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Date: Tue, 9 Sep 2025 19:02:15 -0300 Subject: [PATCH 1/3] [RN][Changelog] Add changelog for v0.81.2 --- CHANGELOG.md | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402b8a53363c..bf22870eda04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,109 @@ # Changelog +## v0.81.2 + +### Breaking + + + +#### Android specific + + + +#### iOS specific + + + +### Added + + + +#### Android specific + +- Create a debugOptimized buildType for Android ([5e3edafec6](https://github.com/facebook/react-native/commit/5e3edafec6c69558521061dced7a6bcd046576b0) by [@cortinico](https://github.com/cortinico)) + +#### iOS specific + + + +### Changed + + + +#### Android specific + + + +#### iOS specific + + + +### Deprecated + + + +#### Android specific + + + +#### iOS specific + + + +### Removed + + + +#### Android specific + + + +#### iOS specific + + + +### Fixed + + + +#### Android specific + + + +#### iOS specific + + + +### Security + + + +#### Android specific + + + +#### iOS specific + + + +### Unknown + +- Release 0.81.2 ([65119b0107](https://github.com/facebook/react-native/commit/65119b0107200115a31f084d4695891b6541762e) by [@react-native-bot](https://github.com/react-native-bot)) +- Release 0.81.1 ([277a075b71](https://github.com/facebook/react-native/commit/277a075b71989cc7ec1fdd9d668e03deae624d87) by [@react-native-bot](https://github.com/react-native-bot)) + +#### Android Unknown + + + +#### iOS Unknown + + + +#### Failed to parse + + + + ## v0.82.0-rc.1 ### Added From e8e2277e4e9c6c9db1e2046e2d9dd1a0b6d41363 Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Date: Tue, 9 Sep 2025 19:27:46 -0300 Subject: [PATCH 2/3] Fix changelog --- CHANGELOG.md | 89 ++-------------------------------------------------- 1 file changed, 3 insertions(+), 86 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf22870eda04..dc8b7ba02ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,6 @@ ## v0.81.2 -### Breaking - - - -#### Android specific - - - -#### iOS specific - - - ### Added @@ -21,87 +9,16 @@ #### Android specific - Create a debugOptimized buildType for Android ([5e3edafec6](https://github.com/facebook/react-native/commit/5e3edafec6c69558521061dced7a6bcd046576b0) by [@cortinico](https://github.com/cortinico)) - -#### iOS specific - - - -### Changed - - - -#### Android specific - - - -#### iOS specific - - - -### Deprecated - - - -#### Android specific - - - -#### iOS specific - - - -### Removed - - - -#### Android specific - - - -#### iOS specific - +- Add `useNativeEqualsInNativeReadableArrayAndroid` and `useNativeTransformHelperAndroid` feature flag to the experimental channel. This should alleviate some of the perf issue users are seeing on Android + Reanimated + NewArch on 0.81([a346096da8](https://github.com/facebook/react-native/commit/a346096da81fccf5fbc82d83bfc128695e6ec3a5) by [@cortinico](https://github.com/cortinico)) ### Fixed - -#### Android specific - - - -#### iOS specific - - - -### Security - - - -#### Android specific - - - #### iOS specific - - -### Unknown - -- Release 0.81.2 ([65119b0107](https://github.com/facebook/react-native/commit/65119b0107200115a31f084d4695891b6541762e) by [@react-native-bot](https://github.com/react-native-bot)) -- Release 0.81.1 ([277a075b71](https://github.com/facebook/react-native/commit/277a075b71989cc7ec1fdd9d668e03deae624d87) by [@react-native-bot](https://github.com/react-native-bot)) - -#### Android Unknown - - - -#### iOS Unknown - - - -#### Failed to parse - - +- Fix Node scripts related to prebuilt tarball extraction for paths containing whitespaces ([366f2ad505](https://github.com/facebook/react-native/commit/366f2ad5057ffecc1f5b211f6aae29567ae6b7e5) by [@kitten](https://github.com/kitten)) +- Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source ([a2eb29e5e7](https://github.com/facebook/react-native/commit/a2eb29e5e7aef8bbdf4c647c8467b5292b013b20) by [@kitten](https://github.com/kitten)) ## v0.82.0-rc.1 From 41411df682988abed29b60b2f807d839e617e5aa Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 11 Sep 2025 16:54:04 +0100 Subject: [PATCH 3/3] remove extra spaces --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8b7ba02ef9..03bfdab851fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,23 +4,18 @@ ### Added - - #### Android specific - Create a debugOptimized buildType for Android ([5e3edafec6](https://github.com/facebook/react-native/commit/5e3edafec6c69558521061dced7a6bcd046576b0) by [@cortinico](https://github.com/cortinico)) - Add `useNativeEqualsInNativeReadableArrayAndroid` and `useNativeTransformHelperAndroid` feature flag to the experimental channel. This should alleviate some of the perf issue users are seeing on Android + Reanimated + NewArch on 0.81([a346096da8](https://github.com/facebook/react-native/commit/a346096da81fccf5fbc82d83bfc128695e6ec3a5) by [@cortinico](https://github.com/cortinico)) - ### Fixed - #### iOS specific - Fix Node scripts related to prebuilt tarball extraction for paths containing whitespaces ([366f2ad505](https://github.com/facebook/react-native/commit/366f2ad5057ffecc1f5b211f6aae29567ae6b7e5) by [@kitten](https://github.com/kitten)) - Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source ([a2eb29e5e7](https://github.com/facebook/react-native/commit/a2eb29e5e7aef8bbdf4c647c8467b5292b013b20) by [@kitten](https://github.com/kitten)) - ## v0.82.0-rc.1 ### Added