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.
tailchat/CHANGELOG.md

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)

Performance Improvements

  • 修改dropdown的overlay到menu, 这是因为会被逐渐弃用 (922f0ad)
  • 优化逻辑,并在常用请求增加索引以加速查找 (0426c2b)
  • 增加更多的性能埋点与报告 (ed06245)