Skip to content

v3.0.5

Choose a tag to compare

@fanjiangwei7 fanjiangwei7 released this 19 Jan 14:06
· 3 commits to master since this release

1.markdown 展示格式增加 table 表格边框样式。
2.H5 不支持录制声音按钮点击。
3.小程序增加微信URL link 功能。
4.replace 类型消息新增appendedContent字段。
5.修复流式消息输出速度不均匀及展示位置会错乱的问题。
6.修复markdown 格式消息展示时会输出 html 未闭合标签的问题。
7.增加流式消息最长输出时间限制,消息片段最长 20s 内输出完毕。
8.设置消息渲染最短间隔时间为 40ms,优化消息展示效果。
9.优化消息第一段内没有 markdown 格式,之后消息片段到达时从文本流式消息转换为 markdown 流式消息的展示效果,防止markdown 从头开始渲染。
10.修改自动下拉逻辑,在展示时间超过消息片段间隔时,设置实际展示时间长度为自动下拉长度。