Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@jitvarpatil jitvarpatil released this 22 Feb 09:03
0b4f897

Release Notes

New

  • New Development Methods & Renaming for Components
  • Groups Component – Added new methods and improved naming conventions.
  • User Component – Introduced new API methods for better usability.
  • Conversations Component – Updated with new methods and structured improvements.
  • Outgoing Call Component – Added enhancements for call handling.
  • Group Members Component – Introduced improved member management methods.
  • Thread Header Component – Implemented new thread-specific functionalities.
  • Message Composer Component – Added new styling and message composition methods.
  • Message List Component – Enhanced message display with new development methods.
  • Message Header Component – Introduced improved customization options.
  • Call Buttons Component – Updated for better UI customization.
  • Incoming Call Component – New methods added for incoming call handling.
  • Call Logs Component – Introduced structured improvements for call log management.

Enhancements

  • None

Fixes

  • Call Buttons – Style Prop Issue
    • Fixed an issue where cometchatCallButtonsVoiceCallBackgroundColor and cometchatCallButtonsVideoCallBackgroundColor did not apply the specified background colors in CustomCallButtonStyle.
  • Group Members – Style Prop Issue
    • Fixed a crash (java.lang.UnsupportedOperationException) occurring when applying custom styles using setStyle.
  • Message List – Mention Text Customization
    • Addressed an issue where mention text styles (setTextFormatters, setOutgoingBubbleMentionTextStyle, setIncomingBubbleMentionTextStyle) were not applying correctly.
  • Message List – Quick Reactions
    • Fixed an issue where custom quick reactions set using quickReactions were not displayed, defaulting to the standard emoji set.
  • Message Composer – Style Prop Issue
    • Resolved a crash (java.lang.UnsupportedOperationException) when applying a custom style using setStyle.
  • Groups – Subtitle View Issue
    • Fixed an issue where setSubtitleView was not displaying the expected custom subtitle for group conversation items.
  • Groups – Search Input Styling
    • Fixed inconsistent UI behavior where custom icons (cometchatGroupsSearchInputStartIcon, cometchatGroupsSearchInputEndIcon, etc.) were either hidden or overlapped by default icons, and tint colors were not applied correctly.
  • Users – Search Input Styling
    • Fixed overlapping default and custom icons in search input fields and addressed missing tint application for search input icons.
  • Users – Search Input Functionality
    • Fixed missing hideSeparator(boolean) method, ensuring developers can toggle the visibility of separators.
  • Conversations – Status Indicator Styling
    • Fixed an issue where cometchatStatusIndicatorBackgroundColor, cometchatStatusIndicatorBackgroundImage, and cometchatStatusIndicatorCornerRadius were not applying custom styles as expected.

Deprecations

  • None

Removals

  • None