From def8f7c6bca004b910d51709548df337779fc298 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Tue, 18 Jun 2024 20:36:03 +0800 Subject: [PATCH] 3.1.3 --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5203cd5..6915ffd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 3.1.3(2024-06-18) +- 优化 解决部分消息文本没有换行的问题 +- 更新 uni-im 的相关组件,不再使用 scoped,App和小程序端页面引用的baseStyle也不再使用 ::v-deep(Web 端由于框架 bug,暂时保留::v-deep,后续会进行拉平处理) ## 3.1.2(2024-06-18) - 修复 微信小程序端样式错误 ## 3.1.1(2024-06-18) diff --git a/package.json b/package.json index 045c6c0..4d7b806 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-im", "displayName": "uni-im", - "version": "3.1.2", + "version": "3.1.3", "description": "uni-im是云端一体的、全平台的、免费的、开源即时通讯系统", "keywords": [ "im,即时通讯,客服,聊天" -- GitLab