From bd007959ad3d0052081e0bd82e02233ebab90128 Mon Sep 17 00:00:00 2001 From: React Native Bot Date: Mon, 27 Jul 2026 17:07:12 +0000 Subject: [PATCH 1/4] [RN][Changelog] Add changelog for v0.86.2 --- CHANGELOG.md | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbb16547386..427950706014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,111 @@ # Changelog +## v0.86.2 + +### Breaking + + + +#### Android specific + + + +#### iOS specific + + + +### Added + + + +#### Android specific + + + +#### 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.86.2 ([ee90a75420](https://github.com/react/react-native/commit/ee90a754201cfdfefcc5e458a10906c9952cf26c) by [@react-native-bot](https://github.com/react-native-bot)) +- Fix popup menu metadata for trusted publishing ([62d6a6cba9](https://github.com/react/react-native/commit/62d6a6cba99fecdfad43fa646a40bd8ed9304dc2) by [@cipolleschi](https://github.com/cipolleschi)) +- Release 0.86.2 ([501fac4cf8](https://github.com/react/react-native/commit/501fac4cf8f13e6fa729b32bf3d5feccbfc9b587) by [@react-native-bot](https://github.com/react-native-bot)) +- Release 0.86.1 ([db582cded3](https://github.com/react/react-native/commit/db582cded32d42eb44f4829e44a43e6cd14b0383) by [@react-native-bot](https://github.com/react-native-bot)) + +#### Android Unknown + + + +#### iOS Unknown + + + +#### Failed to parse + + + + ## v0.87.0-rc.2 ### Breaking From 5024ec96be62599233856f44070e636ccfa9a644 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 27 Jul 2026 18:23:48 +0100 Subject: [PATCH 2/4] Update CHANGELOG for version releases Removed detailed sections for v0.86.2 and added summary for v0.86.1 and v0.86.0. --- CHANGELOG.md | 113 ++++----------------------------------------------- 1 file changed, 7 insertions(+), 106 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 427950706014..746463e0fe89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,111 +1,5 @@ # Changelog -## v0.86.2 - -### Breaking - - - -#### Android specific - - - -#### iOS specific - - - -### Added - - - -#### Android specific - - - -#### 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.86.2 ([ee90a75420](https://github.com/react/react-native/commit/ee90a754201cfdfefcc5e458a10906c9952cf26c) by [@react-native-bot](https://github.com/react-native-bot)) -- Fix popup menu metadata for trusted publishing ([62d6a6cba9](https://github.com/react/react-native/commit/62d6a6cba99fecdfad43fa646a40bd8ed9304dc2) by [@cipolleschi](https://github.com/cipolleschi)) -- Release 0.86.2 ([501fac4cf8](https://github.com/react/react-native/commit/501fac4cf8f13e6fa729b32bf3d5feccbfc9b587) by [@react-native-bot](https://github.com/react-native-bot)) -- Release 0.86.1 ([db582cded3](https://github.com/react/react-native/commit/db582cded32d42eb44f4829e44a43e6cd14b0383) by [@react-native-bot](https://github.com/react-native-bot)) - -#### Android Unknown - - - -#### iOS Unknown - - - -#### Failed to parse - - - - ## v0.87.0-rc.2 ### Breaking @@ -481,8 +375,15 @@ #### Failed to parse +## v0.86.2 + +### Changed + +- **Hermes:** Bump Hermes V1 to 250829098.0.16 ([95538111bf](https://github.com/react/react-native/commit/95538111bf24b5d5269724714e415b38b6395d1a) by [@gabrieldonadel](https://github.com/gabrieldonadel)) +## v0.86.1 +- This release got burned because of an issue with Maven ## v0.86.0 From 6e52327591fd72e4e620631edc9b6f84bf873647 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 27 Jul 2026 18:31:10 +0100 Subject: [PATCH 3/4] Update CHANGELOG for version 0.86.2 Updated changelog for version 0.86.2 with fixes and changes. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 746463e0fe89..f6f25980ddd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -377,6 +377,14 @@ ## v0.86.2 +### Fixed + +- **Layout:** Fixed `display: contents` nodes having `hasNewLayout` set incorrectly ([36f69eff0d](https://github.com/react/react-native/commit/36f69eff0d11510f4f16075d9cfbbe474a0683be) by [j-piasecki](https://github.com/j-piasecki)) + +#### Android + +- **Runtime:** Use explicit `ReactInstanceManager.mHasStartedDestroyingLock` instead of using `ReactInstanceManager.mHasStartedDestroying` ([cdfba520fa](https://github.com/react/react-native/commit/cdfba520fa56a6b3dbb133d9c8060e4e698bc8a0) by [jingjing2222](https://github.com/jingjing2222)) +- **Runtime:** Do not synchronize on `java.lang.Boolean`. ([821045a24f](https://github.com/react/react-native/commit/821045a24f07f798351c72d23a01720a2123049d) by [Yqwed](https://github.com/yqwed)) ### Changed - **Hermes:** Bump Hermes V1 to 250829098.0.16 ([95538111bf](https://github.com/react/react-native/commit/95538111bf24b5d5269724714e415b38b6395d1a) by [@gabrieldonadel](https://github.com/gabrieldonadel)) From 242eeac49626b858825854c14a838701676d1569 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 27 Jul 2026 18:40:26 +0100 Subject: [PATCH 4/4] Fix author links and formatting in CHANGELOG.md Corrected author links and formatting in the changelog. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f25980ddd4..9619c1fd058e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -379,12 +379,12 @@ ### Fixed -- **Layout:** Fixed `display: contents` nodes having `hasNewLayout` set incorrectly ([36f69eff0d](https://github.com/react/react-native/commit/36f69eff0d11510f4f16075d9cfbbe474a0683be) by [j-piasecki](https://github.com/j-piasecki)) +- **Layout:** Fixed `display: contents` nodes having `hasNewLayout` set incorrectly ([36f69eff0d](https://github.com/react/react-native/commit/36f69eff0d11510f4f16075d9cfbbe474a0683be) by [@j-piasecki](https://github.com/j-piasecki)) #### Android -- **Runtime:** Use explicit `ReactInstanceManager.mHasStartedDestroyingLock` instead of using `ReactInstanceManager.mHasStartedDestroying` ([cdfba520fa](https://github.com/react/react-native/commit/cdfba520fa56a6b3dbb133d9c8060e4e698bc8a0) by [jingjing2222](https://github.com/jingjing2222)) -- **Runtime:** Do not synchronize on `java.lang.Boolean`. ([821045a24f](https://github.com/react/react-native/commit/821045a24f07f798351c72d23a01720a2123049d) by [Yqwed](https://github.com/yqwed)) +- **Runtime:** Use explicit `ReactInstanceManager.mHasStartedDestroyingLock` instead of using `ReactInstanceManager.mHasStartedDestroying` ([cdfba520fa](https://github.com/react/react-native/commit/cdfba520fa56a6b3dbb133d9c8060e4e698bc8a0) by [@jingjing2222](https://github.com/jingjing2222)) +- **Runtime:** Do not synchronize on `java.lang.Boolean`. ([@821045a24f](https://github.com/react/react-native/commit/821045a24f07f798351c72d23a01720a2123049d) by [Yqwed](https://github.com/yqwed)) ### Changed - **Hermes:** Bump Hermes V1 to 250829098.0.16 ([95538111bf](https://github.com/react/react-native/commit/95538111bf24b5d5269724714e415b38b6395d1a) by [@gabrieldonadel](https://github.com/gabrieldonadel))