Skip to content

tdesign-react@1.18.3

Latest

Choose a tag to compare

@tdesign-bot tdesign-bot released this 04 Sep 09:15
38a8aaf

🌈 1.18.3 2026-09-04

🚀 Features

  • Checkbox: 支持 tooltipProps API @RylanBot (#4385)
  • Menu: 修改内联的样式为样式类实现,移除过于宽泛的 --padding-left 变量,方便覆盖修改 @HaixingOoO (#4367)

🐞 Bug Fixes

  • ColorPicker: 优化开启 alpha 通道后的输入框效果展示 @uyarn (#4384)
  • Form: 修复重渲染时,resetType="initial" 无法将未设置 initialData 的字段重置为空的问题 @RylanBot (#4365)
  • FormList: 修复嵌套 Form 场景下内层组件 setFieldsValue 异常的问题 @RylanBot (#4361)
  • Icon: 修复 usb 原始图标的图层 ID 错误,在深色模式下渲染错误 @uyarn (icons#298) (#4369)
  • Popup: 修复 trigger="hover" 时在触发元素与弹层间快速移动导致闪烁的问题 @RylanBot (#4366)
  • Select:
    • 修复 filterable 下中文输入法筛选选中后再次输入会残留上次筛选内容的问题 @RSS1102 (#4388)
    • 修复 filterable 选择选项后关闭面板时短暂显示完整列表的问题 @RSS1102 (#4388)
  • TagInput: 修复 excessTagsDisplayType="scroll"readOnly / disabled 时,无法滚动的问题 @RylanBot (#4364)
  • Textarea: 修复 autosize 计算高度不稳定的问题 @RylanBot (#4386)

🚀 Features

  • Checkbox: Supports the tooltipProps API @RylanBot (#4385)
  • Menu: The inline style has been changed to use style classes; the overly generic --padding-left variable has been removed to facilitate customizations @HaixingOoO (#4367)

🐞 Bug Fixes

  • ColorPicker: Improved the display of the input field when the alpha channel is enabled @uyarn (#4384)
  • Form: Fixed an issue where resetType="initial" failed to reset fields without initialData to empty values during re-rendering @RylanBot (#4365)
  • FormList: Resolved an abnormality in setFieldsValue for nested Form components @RylanBot (#4361)
  • Icon: Fixed incorrect layer IDs for the usb icon, which caused rendering issues in dark mode @uyarn (icons#298) (#4369)
  • Popup: Fixed a flickering issue that occurred when moving quickly between the trigger element and the popup with trigger="hover" @RylanBot (#4366)
  • Select:
    • Fixed an issue where, when using filterable and the Chinese input method, the previous filter results remained after new input @RSS1102 (#4388)
    • Fixed an issue where the full list was briefly displayed when closing the panel after selecting an option in filterable mode @RSS1102 (#4388)
  • TagInput: Fixed the problem of inability to scroll when excessTagsDisplayType="scroll" is used along with readOnly/disabled settings @RylanBot (#4364)
  • Textarea: Fixed an instability issue with the height calculation for autosize @RylanBot (#4386)