From e41403da4417e064ec010913ed2c24d03dcc1605 Mon Sep 17 00:00:00 2001 From: Gerardo Pacheco Date: Wed, 7 Jul 2021 12:52:34 +0200 Subject: [PATCH] [Mobile] - Changelog update for color/background customization (#33250) * Mobile - Update CHANGELOG: For color/background customization feature * Add changelog PR id --- packages/react-native-editor/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 2f4626499794b5..d38318bc6303d6 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -12,6 +12,7 @@ For each user feature we should also add a importance categorization label to i ## Unreleased - [*] Update loading and failed screens for web version of the editor [#32395] - [*] Handle floating keyboard case - Fix issue with the block selector on iPad. [#33089] +- [**] Added color/background customization for text blocks. [#33250] ## 1.56.0 - [*] Tweaks to the badge component's styling, including change of background color and reduced padding. [#32865]