Web engagementsdk v2.55.0
6 months ago by ReadMe API
What’s new:
- introduced
renderMessageList
,renderLoadPrevMessageButton
,renderComposer
methods for integrators to overridelivelike-chat
web components allowing them to customizelivelike-message-list
, load previous button andlivelike-chat-composer
. - exposed
LiveLikeChatComposer
,LiveLikeMessageList
,LivelikeChatMessageAvatar
,LiveLikeGiphyPicker
,LiveLikeStickerPicker
,LiveLikeQuoteMessageItem
,LiveLikeChatMessageItem
,LiveLikeMessageListScrollDown
,LiveLikeMessageMenu
andLiveLikeConfirmation
web components fromlivelike-chat
. - added params to send
reward_item_amount
andreward_item_id
in options forcreateImagePredictionWidget
API. - added param
pageSize
togetLeaderboardEntries
API which would enable integrators to fetch leaderboard enteries based on page size.
Fixes:
- removed pubnub dependency for showing reactions in
livelike-chat
.