@tencentcloud/lite-chat 1.4.2 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/basic.es.js +3 -1
- package/basic.js +3 -1
- package/package.json +6 -12
- package/plugins/avchatroom.es.js +1 -1
- package/plugins/avchatroom.js +1 -1
- package/plugins/cloud-search.es.js +1 -1
- package/plugins/cloud-search.js +1 -1
- package/plugins/conversation-group.es.js +1 -1
- package/plugins/conversation-group.js +1 -1
- package/plugins/conversation.es.js +1 -1
- package/plugins/conversation.js +1 -1
- package/plugins/follow.es.js +1 -1
- package/plugins/follow.js +1 -1
- package/plugins/friend.es.js +1 -1
- package/plugins/friend.js +1 -1
- package/plugins/group.es.js +1 -1
- package/plugins/group.js +1 -1
- package/plugins/message-enhancer.es.js +3 -1
- package/plugins/message-enhancer.js +3 -1
- package/plugins/offline-message-synchronizer.es.js +1 -1
- package/plugins/offline-message-synchronizer.js +1 -1
- package/plugins/rich-media-message.es.js +1 -1
- package/plugins/rich-media-message.js +1 -1
- package/plugins/signaling.es.js +1 -1
- package/plugins/signaling.js +1 -1
- package/plugins/topic.es.js +1 -1
- package/plugins/topic.js +1 -1
- package/professional.es.js +5 -1
- package/professional.js +5 -1
- package/standard.es.js +5 -1
- package/standard.js +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## [1.5.1] (2025-10-13)
|
|
2
|
+
## 精简版
|
|
3
|
+
#### Feature
|
|
4
|
+
- 适配 uni-app 打包 App 和 H5
|
|
5
|
+
|
|
6
|
+
## [1.5.0] (2025-09-28)
|
|
7
|
+
## 精简版
|
|
8
|
+
#### Feature
|
|
9
|
+
- getUserProfile 支持缓存陌生人资料
|
|
10
|
+
- updateMyProfile 支持更新自定义字段
|
|
11
|
+
- 支持 live 获取云控配置和云控配置变更通知
|
|
12
|
+
- 支持禁用独立域名
|
|
13
|
+
|
|
14
|
+
#### Fix
|
|
15
|
+
- 优化发送消息成功上屏重复的问题
|
|
16
|
+
- 优化新建会话群资料不完善和未读总数不更新的问题
|
|
17
|
+
|
|
18
|
+
## 标准版
|
|
19
|
+
#### Feature
|
|
20
|
+
- 支持获取 live 进房前消息
|
|
21
|
+
- 支持 live 消息返回用户等级字段 level
|
|
22
|
+
- 支持 live 发送组合消息
|
|
23
|
+
- 支持获取直播群在线成员列表 groupID 纬度频控
|
|
24
|
+
|
|
25
|
+
#### Fix
|
|
26
|
+
- 优化 live 长轮询启动时序
|
|
27
|
+
- 优化重复加入同一个直播群报错的问题
|
|
28
|
+
- 优化群提示消息引起的会话未读数跳变问题
|
|
29
|
+
|
|
30
|
+
|
|
1
31
|
## [1.4.1] (2025-09-05)
|
|
2
32
|
## 精简版
|
|
3
33
|
#### Feature
|