Skip to content

v2.65.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 13:05
· 230 commits to main since this release
  • 【Feat】
    • 优化 Table 的排序交互,仅有排序功能时,支持点击整个表头column触发排序。Column 支持 showSortTooltip API支持设置是否显示 tooltip,默认为 true #2413
    • MarkdownRender 支持 RemarkPlugin 和 RehypePlugins 插件 #2433
    • Tree、TreeSelect 的 renderLabel API 增加 searchWord 参数,用于透出当前搜索框输入值 #2412
    • Datepicker 支持 leftSlot、rightSlot @LuyangFE #2409
    • Typograph 组件支持自定义复制区域渲染 @sylingd #2408
  • 【Perf】
    • 优化 Input、TextArea getValueLength 判断次数 #2432
  • 【Chore】
    • Image 组件 interface 支持原生 img 元素属性 #2427
  • 【Fix】
    • 修复 Chat 中消息为空数组时,发送消息后的类型错误 #2411
    • 修复 Table aria-level 在树形数据为空时错误的问题 #2359
    • 修复 Table 树形数据为空且 expandIcon 为 false时缩进错误的问题 #2425
    • 修复 Collapse Tabs 在快速点击左右箭头情况下造成的箭头禁用情况不正确问题 #2415
    • 修复 Chat 组件在 showStopGenerate 为 true 时,消息的 status 为 error 会展示停止按钮问题 #2422
    • 修复 Cascader 搜索后以及多选,弹出层的位置未重新计算,导致内容较长的面板被遮挡问题 #2417
    • 修复 Cascader 多选场景,通过点击 trigger 中已选项的关闭 icon 取消选中,弹出层位置未重新计算问题 #2417
    • 修复 DatePicker 点击选择的日期两次后,选中态颜色丢失 #2389

  • 【Feat】
    • MarkdownRender now supports RemarkPlugin and RehypePlugins plugins. #2433
    • The renderLabel API of Tree and TreeSelect has added a searchWord parameter to expose the currently input value in the search box. #2412
    • Optimize the sorting interaction of Table. When there is only sorting function, click on the entire table header column to trigger sorting. Column supports the showSortTooltip API to set whether to display the tooltip, and the default is true #2413
    • Datepicker supports leftSlot and rightSlot. @LuyangFE #2409
    • Typograph support custom render copy trigger @sylingd #2408
  • 【Perf】
    • Optimized the judgment times of getValueLength for Input and TextArea. #2432
  • 【Chore】
    • The Image component interface supports native img element attributes. #2427
  • 【Fix】
    • Fixed the type error after sending a message when the messages in Chat are an empty array. #2411
    • Fixed the incorrect problem of Table aria-level when tree data is empty. #2359
    • Fixed the incorrect disabling of arrows in Collapse Tabs when quickly clicking left and right arrows. #2415
    • Fixed the problem that when showStopGenerate of Chat component is true and the status of a message is error, the stop button is displayed. #2422
    • Fixed the problem that in Cascader, after searching and in multiple selection scenarios, the position of the pop-up layer is not recalculated, resulting in a long panel being blocked. #2417
    • Fixed the problem that in Cascader's multiple selection scenario, when unselecting by clicking the close icon of an existing option in the trigger, the position of the pop-up layer is not recalculated. #2417
    • Fixed the loss of the selected state color after clicking the selected date twice in DatePicker. #2389