New
tdesign-react@1.16.4
🌈 1.16.4 2026-01-16
🚀 Features
DatePicker:presets支持 ReactNode,用于完全自定义渲染 @uyarn (#4089)Dialog: @RylanBot (#3950)- 支持
mode="full-screen"的弹窗 - 支持
draggable在mode="modeless"生效
- 支持
Form: 支持getFieldsValue和getFieldValue返回未渲染的数值 @RylanBot (#4050)
🐞 Bug Fixes
Cascader:Dialog:Form:
🚧 Others
Form: 调整useForm返回实例的 TS 类型,避免内部变量的暴露 @RylanBot (#4050)Message: 新增组件的displayName@TidySongS (#4074)
🚀 New Features
DatePicker: Thepresetsnow support ReactNode, allowing for complete custom rendering of this component. @uyarn (#4089)Dialog: @RylanBot (#3950)- Pop-ups with
mode="full-screen"are now supported. - The
draggablefeature can now be used inmode="modeless".
- Pop-ups with
Form: Methods likegetFieldsValueandgetFieldValuenow return unrendered values. @RylanBot (#4050)
🐞 Bug Fixes
Cascader:Dialog:- The issue where
onOverlayClickcouldn’t be triggered whencloseOnOverlayClickwas set tofalsehas been fixed. @TidySongS (#4065) - Pop-ups in
mode="modeless"no longer close when the user clicks on blank areas. @RylanBot (#3950) - The problem of not being able to select text within internal elements like
Inputwhendraggablewas enabled has been fixed. @RylanBot (#3950)
- The issue where
Form:- The issue where
setFieldsValuefailed when custom controls were used has been fixed. @RylanBot (#4029) - The problem where using
shouldUpdaterequired adding a to for it to function correctly has been fixed. @RylanBot ()
- The issue where