Skip to content

v5.2.5

Choose a tag to compare

@vivekCometChat vivekCometChat released this 04 Dec 13:17
· 9 commits to v5 since this release
73f406d

New

  • Introduced new moderation controls, including properties and methods to manage visibility for the flag remark input in CometChatMessageList. This includes setFlagRemarkInputFieldVisibility and related getter methods.
  • Added the ability to enable or disable the "mention all" feature, along with custom labels for specific IDs in both CometChatMessageComposer, CometChatConversations, CometChatSearch and CometChatMessageList.

Enhancements

  • Improved the visibility and user experience of the flagging system by refactoring the "report" option to align with "flag" terminology for consistency.
  • Enhanced the "mention all" feature by introducing new methods like setDisableMentionAll and setMentionAllLabelId, giving developers greater flexibility in managing mentions.
  • Added support for customizing the thread icon in the search component, allowing more flexibility in UI theming.

Fixes

  • Fixed various bugs related to the visibility of moderation views and flag remark input fields to ensure proper functionality across all use cases.

Deprecations

  • None

Removals

  • None