@tencentcloud/lite-chat 1.6.1 → 4.0.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 +9 -0
- package/basic.es.js +1 -1
- package/basic.js +1 -1
- package/package.json +1 -1
- package/plugins/conversation.es.js +1 -1
- package/plugins/conversation.js +1 -1
- package/plugins/message-enhancer.es.js +1 -1
- package/plugins/message-enhancer.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,12 @@
|
|
|
1
|
+
## [4.0.0] (2025-11-06)
|
|
2
|
+
V4 SDK (@tencentcloud/lite-chat) 是 V3 SDK (@tencentcloud/chat) 新架构版本。
|
|
3
|
+
- 体积优化,按需集成:
|
|
4
|
+
- 提供精简版、标准版、完整版,支持开发者按需引入,精简版包体积 200 KB 左右。
|
|
5
|
+
- 简化集成流程:
|
|
6
|
+
- V4 架构简化了富媒体消息的上传流程,无需额外引入和注册上传插件。
|
|
7
|
+
- 面向未来的持续迭代:
|
|
8
|
+
- V4 版本与 V3 保持高度兼容,且未来所有的新功能和技术迭代都将基于 V4 版本进行持续新增。
|
|
9
|
+
|
|
1
10
|
## [1.6.0] (2025-10-28)
|
|
2
11
|
## Feature
|
|
3
12
|
- 增加群消息指定功能
|