Skip to content

2.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jan 06:21
34e6415

@ant-design/x

@ant-design/x-markdown

  • 🐛 Fixed streaming rendering cache invalidation issue where cache would prematurely commit and cause rendering anomalies when list items contained inline code (like - \code`` ). #1709 by Div627
  • 🆕 Custom code rendering now accepts language information. #1705 by Aarebecca

@ant-design/x-sdk

  • 🆕 When XRequest is used together with Chat Provider, it will additionally obtain the assembled message. #1714 by kimteayon

Others


@ant-design/x

  • 💄 修复 Bubble.List 样式问题。#1713anxLiang 提交、#1704anxLiang 提交
  • 🐛 修复因其他三方依赖 esm 路径导致 Node 环境构建报错问题。#1708kimteayon 提交

@ant-design/x-markdown

  • 🐛 修复流式渲染缓存失效问题,当列表项包含行内代码(如 - \code`` )时,缓存会提前提交导致渲染异常。#1709Div627 提交
  • 🆕 自定义代码渲染支持接受语言信息。#1705Aarebecca 提交

@ant-design/x-sdk

  • 🆕 XRequest 与 Chat Provider 一起使用时会额外获取到组装好的 message。#1714kimteayon 提交

其他