From 3b68e39634bfd8a8a45a8741880d76f9f473c7e5 Mon Sep 17 00:00:00 2001 From: fortmarek Date: Thu, 16 Nov 2023 02:48:08 -0800 Subject: [PATCH] Add changelog for 0.72.7 (#41474) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Adds changelog for the 0.72.7 release. ## Changelog: [INTERNAL] [CHANGED] - Add changelog for the 0.72.7 release. Pull Request resolved: https://github.com/facebook/react-native/pull/41474 Test Plan: Read the changelog 🤞 Reviewed By: christophpurrer Differential Revision: D51344851 Pulled By: huntie fbshipit-source-id: a142a76ba75665fd0e6c7104ffb008f0f4ff3c95 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 664420766bbdaa..de1bd0c9a2b60b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -359,6 +359,26 @@ This file contains all changelogs for latest releases, from 0.70.0 onward. Pleas - Logbox footer buttons respect safe area ([6d6b1fdc75](https://github.com/facebook/react-native/commit/6d6b1fdc75d870fa73abc6ee9bf0099f3f15e658) by [@philipheinser](https://github.com/philipheinser)) - Add support for Components with custom names in the interop layer. ([daedbe6e3e](https://github.com/facebook/react-native/commit/daedbe6e3e4cb4b5fde533bf8205edd89a18c480) by [@cipolleschi](https://github.com/cipolleschi)) +## v0.72.7 + +### Changed + +- Bump CLI to v11.3.10 ([e844a62ce9](https://github.com/facebook/react-native/commit/e844a62ce9e6ae70bbeba895dcf902287570f462) by [@szymonrybczak](https://github.com/szymonrybczak)) + +### Deprecated + +- Bump deprecated-react-native-prop-types to ^4.2.3 ([e031c05cdc](https://github.com/facebook/react-native/commit/e031c05cdc5650f17231caf7f60820e1df744788) by [@huntie](https://github.com/huntie)) + +### Fixed + +- Show correct stack frame on unhandled promise rejections on development mode. + ([18c9797ecc](https://github.com/facebook/react-native/commit/18c9797ecc8dab220ec68aae011ddb73db17a99d) by [@fortmarek](https://github.com/fortmarek)) + +#### Android specific + +- Fix android crash when apply PlatformColor to borders ([265af222aa](https://github.com/facebook/react-native/commit/265af222aa8acb3b514e22a7db191d66755f553b) by [@axinvd](https://github.com/axinvd)) +- Fix broken Loading/Refreshing indicator on Android ([5dedf277cb](https://github.com/facebook/react-native/commit/5dedf277cb903528659f0d8a71412274d9d32a65) by [@cortinico](https://github.com/cortinico)) + ## v0.72.6 ### Fixed