From 31c417ce8c21e2cb3a04626d21762c4e5f1cf4fe Mon Sep 17 00:00:00 2001 From: Gerardo Pacheco Date: Wed, 7 Jul 2021 09:54:49 +0200 Subject: [PATCH 1/2] Mobile - Update CHANGELOG: For color/background customization feature --- 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..52d97b446c7dd5 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. ## 1.56.0 - [*] Tweaks to the badge component's styling, including change of background color and reduced padding. [#32865] From 8d0929b2511c465867f078785091e4f973cd533f Mon Sep 17 00:00:00 2001 From: Gerardo Pacheco Date: Wed, 7 Jul 2021 10:23:05 +0200 Subject: [PATCH 2/2] Add changelog PR id --- packages/react-native-editor/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 52d97b446c7dd5..d38318bc6303d6 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -12,7 +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. +- [**] 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]