Skip to content

Choose a tag to compare

@tdesign-bot tdesign-bot released this 27 Nov 16:20
2115e02

🌈 1.17.4 2025-11-28

🚀 Features

  • Table: 优化通过分页操作后 Table 内容变化时的展示效果,分页器会锚定在当前视口 @RSS1102 (#6172)

🐞 Bug Fixes

  • Calendar: 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 (#6157)
  • DatePicker: 优化日期范围选择器的交互问题,避免先选择结束日期后需重复操作多次的问题 @mikasayw (#6143)
  • Description: 修复无边框模式下itemLayout垂直排列的间距问题 @mikasayw (#6156)
  • Input:
    • 修正 input 及上层 select 等组件在 safari 中初次渲染 auto-width 失效的问题 @Cat1007 (common#2336) (#6188)
    • 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 (#6157)
  • SelectInput: 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 (#6157)
  • Slider: 修复初始化时精度计算错误的问题 @RylanBot (#6183)
  • Table:
    • 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 (#6157)
    • 修复可编辑单元格在keepEditMode下没有正确在validateData回调展示的问题 @uyarn (#5490)
  • TagInput: 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 (#6157)
  • TreeSelect: 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 (#6157)
  • Upload:
    • 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 (#6157)
    • 修复不支持文件数组上传的问题 @GATING (#6169)
  • Table: 修复分页受控模式下 current 属性手动变更不触发 onPageChange 的问题 @RSS1102 (#6163)

📝 Documentation


🚀 Features

  • Table: Optimize the display effect when the content of the Table changes after paging. The pager will be anchored in the current viewport @RSS1102 (#6172)

🐞 Bug Fixes

  • Calendar: Optimize the handling of props events in the transparent transmission component and fix the problem that the callback function of transparent transmission cannot be triggered @Wesley-0808 (#6157)
  • DatePicker: Optimize the interaction problem of the date range selector to avoid the problem of having to repeat the operation multiple times after selecting the end date first @mikasayw (#6143)
  • Description: Fixed the spacing problem of itemLayout vertically arranged in borderless mode @mikasayw (#6156)
  • Input:
    • Fixed an issue where input and upper-level select components fail to render auto-width for the first time in safari @Cat1007 (common#2336) (#6188)
    • Optimize the handling of props events in the transparent transmission component, and fix the problem that the callback function for transparent transmission cannot be triggered @Wesley-0808 (#6157)
  • SelectInput: Optimize the handling of props events in the transparent transmission component and fix the problem that the callback function of transparent transmission cannot be triggered @Wesley-0808 (#6157)
  • Slider: Fixed an error in precision calculation during initialization @RylanBot (#6183))
  • Table:
    • Optimize the handling of props events in the transparent transmission component, and fix the problem that the callback function for transparent transmission cannot be triggered @Wesley-0808 (#6157)
    • Fixed the issue where editable cells are not correctly displayed in the validateData callback under keepEditMode @uyarn (#5490)
  • TagInput: Optimize the handling of props events in transparent transmission components and fix the problem that the callback function of transparent transmission cannot be triggered @Wesley-0808 (#6157)
  • TreeSelect: Optimize the handling of props events in the transparent transmission component and fix the problem that the callback function for transparent transmission cannot be triggered @Wesley-0808 (#6157)
  • Upload:
    • Optimize the handling of props events in the transparent transmission component and fix the problem that the callback function of the transparent transmission cannot be triggered @Wesley-0808 (#6157)
    • Fixed an issue where file array uploads are not supported.​ @GATING (#6169)
  • Table: Fixed the problem that manual changes to the current attribute in paging controlled mode do not trigger onPageChange @RSS1102 (#6163)

📝 Documentation

  • Calendar: Supplementary usage example of the range parameter @shumuuu (#6148)