From 8554e25e1bb4a3b17fe090d4ad7ae073b67ea05b Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Thu, 1 Feb 2024 12:53:56 +0100 Subject: [PATCH] Update `react-native-editor` changelog --- packages/react-native-editor/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 49cab33a84e640..813cde3d9cfc55 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -13,6 +13,8 @@ For each user feature we should also add a importance categorization label to i ## 1.112.0 - [*] [internal] Upgrade React Native to version 0.71.15 [#57667] +- [**] Prevent images from temporarily disappearing when uploading media [#57869] +- [**] Fix crash occurring on large post on Android [#58266] ## 1.111.2 - [*] [internal] Remove `mediaFilesCollectionBlock` initial prop [#58140] @@ -25,7 +27,6 @@ For each user feature we should also add a importance categorization label to i - [**] Image block media uploads display a custom error message when there is no internet connection [#56937] - [*] Fix missing custom color indicator for custom gradients [#57605] - [**] Display a notice when a network connection unavailable [#56934] -- [**] Prevent images from temporarily disappearing when uploading media [#57869] ## 1.110.1 - [**] Fix crash when RichText values are not defined [#58088]