From 4ccbc20746755f55b2f6a7601263f9a6019d7a44 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Wed, 5 Jun 2024 14:17:01 +0800 Subject: [PATCH] 3.0.5 --- changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 834e145..cdc1df3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 3.0.5(2024-06-05) +修复 编译到App端报`Cannot assign to "fileType" because it is a constant`的问题 ## 3.0.4(2024-05-09) - 优化 对于含有图片的消息数据,新增了图片的宽高值,使图片加载前可以固定容器高度,从而避免列表抖动 - 优化 多个会话切换的草稿功能,提升性能消息输入的性能 diff --git a/package.json b/package.json index 4fa0340..10e6fc9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-im", "displayName": "uni-im", - "version": "3.0.4", + "version": "3.0.5", "description": "uni-im是云端一体的、全平台的、免费的、开源即时通讯系统", "keywords": [ "im,即时通讯,客服,聊天" -- GitLab