@tencentcloud/lite-chat 1.6.3 → 4.1.0
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 +12 -0
- package/basic.es.js +1 -1
- package/basic.js +1 -1
- package/package.json +1 -1
- package/plugins/avchatroom.es.js +1 -1
- package/plugins/avchatroom.js +1 -1
- package/plugins/conversation-group.es.js +1 -1
- package/plugins/conversation-group.js +1 -1
- package/plugins/group.es.js +1 -1
- package/plugins/group.js +1 -1
- package/plugins/rich-media-message.es.js +1 -1
- package/plugins/rich-media-message.js +1 -1
- package/professional.es.js +1 -1
- package/professional.js +1 -1
- package/standard.es.js +1 -1
- package/standard.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [4.1.0] (2025-11-20)
|
|
2
|
+
## Feature
|
|
3
|
+
- 支持富媒体消息秒传
|
|
4
|
+
- 支持抖音小游戏
|
|
5
|
+
- 支持微信小游戏
|
|
6
|
+
## Fix
|
|
7
|
+
- 修复 `isPeerRead` 不准确问题
|
|
8
|
+
- 修复 uniapp 打包 app 在部分 ios 机型下图片上传失败问题
|
|
9
|
+
- 修复 Live 自定义通知解析问题
|
|
10
|
+
- 优化 `acceptFriendApplication` 参数校验
|
|
11
|
+
- 优化 `joinGroup` 返回值格式
|
|
12
|
+
|
|
1
13
|
## [4.0.0] (2025-11-06)
|
|
2
14
|
V4 SDK (@tencentcloud/lite-chat) 是 V3 SDK (@tencentcloud/chat) 新架构版本。
|
|
3
15
|
- 体积优化,按需集成:
|