mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.3 KiB
2.3 KiB
1.3.1 (2022-12-18)
Bug Fixes
- 修复Markdown 引用没有样式的bug (4e21735)
- 修复markdown引用样式问题 (1326b9d)
- 优化withKeepAliveOverlay的参数依赖管理,修复不强制渲染时无法取消挂载的情况 (42e004c)
1.3.0 (2022-12-18)
Bug Fixes
- 修复markdown组件 ul ol 样式缺失的问题 (bcfd1db)
Features
- 用户增加extra字段用于存储额外信息 (b5cc18f)
- 增加成员面板数量统计 (cca3e26)
- 增加新组件 CopyableText (6424199)
- 增加自定义用户信息 (1ad880b)
- 增加github项目可交互按钮并增加全局code样式 (5e4ee9b)
- 增加KeepAliveOverlay组件用于缓存iframe (373e424)
- 增加webview组件封装,统一webview渲染方式 (fcc2684)