From a229096c062a12a6b390c5a55f96fc054e264d87 Mon Sep 17 00:00:00 2001 From: Liviu Timar <65943217+liviu-timar@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:59:55 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfd7d824d5..25e6915577e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,8 +73,12 @@ ### ⬆️ Improved ### ✅ Added +- Added `MessageOptionItemVisibility` class that controls menu item visibility in the selected message options menu. +- Added new `ChatTheme.messageOptionItemVisibility` property of type `MessageOptionItemVisibility`. +- Added docs sections that describe these changes. ### ⚠️ Changed +- Used the new `ChatTheme.messageOptionItemVisibility` property in `defaultMessageOptionsState()` in combination with own capabilities to control menu option item visibility. ### ❌ Removed