tdesign-react@1.16.7
·
36 commits
to develop
since this release
🌈 1.16.7 2026-03-13
🚀 Features
Progress: 当theme=plump时,当进度条填色区域大小足够容下百分比内容时,百分比内容将显示于进度条填色区域内,否则将显示于进度条填色区域的右侧,具体呈现请参考文档示例 @RSS1102 (#4154)
🐞 Bug Fixes
Affix:- 修复自定义容器时,DOM 节点未准备好就监听导致失败的问题 @RylanBot (#4131)
- 修复自定义容器时,滚动整个页面元素会偏离的问题 @HaixingOoO @RylanBot (#4131)
FormList: 修复setFieldsValue缺乏拷贝从而污染数据的问题 @RylanBot (#4155)InputNumber: 修复disabled时,hover 对应颜色异常的问题 @RylanBot (common#2402)Popconfirm: 修复className没传参时,被转为undefined字符串的问题 @RylanBot (#4159)SelectInput: 修复多选时,点击删除图标会打开Popup的问题 @RylanBot (#4158)Table:TagInput:Typography: 修复开启ellipsis时,字符串被渲染为 HTML 标签的问题 @RylanBot (#4117)
🚀 Features
Progress: Whentheme=plump, if the colored area of the progress bar is large enough to display the percentage value, it will be shown within that area. Otherwise, it will be displayed to the right of the colored area. For details, refer to the documentation example @RSS1102 (#4154)
🐞 Bug Fixes
Affix:- Fixed an issue where listening events failed due to DOM nodes not being ready when a custom container was used @RylanBot (#4131)
- Fixed an issue where scrolling the entire page caused elements to shift position @HaixingOoO @RylanBot (#4131)
FormList: Fixed an issue wheresetFieldsValuedidn’t properly copy data, leading to data corruption @RylanBot (#4155)InputNumber: Fixed an issue where the hover color was incorrect whendisabledwas set @RylanBot (common#2402)Popconfirm: Fixed an issue whereclassNamebecameundefinedwhen no value was passed @RylanBot (#4159)SelectInput: Fixed an issue where clicking the delete icon in multiple-selection mode would trigger thePopup@RylanBot (#4158)Table:- Fixed an issue where merged cells disappeared during virtual scrolling @RylanBot (#4131)
- Fixed an issue where the width of empty rows exceeded that of the table during responsive layout @RylanBot (#4131)
- Fixed an issue with alignment of fixed headers, footers, and scroll bars with the table when used inside a
Dialog@RylanBot (#4131)
TagInput:Typography: Fixed an issue where strings were rendered as HTML tags whenellipsiswas enabled @RylanBot (#4117)