Skip to content

Releases: Tencent/tdesign-react

0.24.1

27 Jan 12:16
Compare
Choose a tag to compare

🐞 Bug Fixes

  • fix: 修复 form reset 后首次更改值不触发校验 by @HQ-Lin in #317

Full Changelog: 0.24.0...0.24.1

0.24.0

27 Jan 10:58
Compare
Choose a tag to compare

❗️ BREAKING CHANGES

  • Tag: variant 属性调整,支持 outlinelight-outline,废弃 variant="plain" (780ac25) @carolin913
  • Form: reset 不再触发 onReset 事件,使用独立的事件逻辑 (#303) (f9a7bbc) @HQ-Lin

🐞 Bug Fixes

🌈 Features

New Contributors

Full Changelog: 0.23.1...0.24.0

0.23.1

21 Jan 10:28
Compare
Choose a tag to compare

Bug Fixes

Features

New Contributors

Full Changelog: 0.23.0...0.23.1

0.23.0

13 Jan 11:53
Compare
Choose a tag to compare

BREAKING CHANGES

  • 调整 ref 获取 Input 组件最外层 Dom 方式为 inputRef.current.currentElement (7fd11cb) @HQ-Lin
  • 调整 ref 获取 Form 组件最外层 Dom 方式为 formRef.current.currentElement (46abe0b) @HQ-Lin

Bug Fixes

Features

New Contributors

Full Changelog: 0.22.1...0.23.0

0.22.1

07 Jan 10:43
Compare
Choose a tag to compare

Bug Fixes

0.22.0

06 Jan 13:10
Compare
Choose a tag to compare

BREAKING CHANGES

Bug Fixes

Features

0.21.0

27 Dec 12:20
Compare
Choose a tag to compare

BREAKING CHANGES

  • SelectTransferSteps 组件CSS命名规范处理,如果有通过类名进行样式覆盖,请务必参考该列表 组件类名调整列表
  • 大量组件进行CSS命名规范处理,如果有通过类名进行样式覆盖,请务必参考该列表 组件类名调整列表
  • Message: 支持 MessagePlugin, message.info 调用方式,废弃 Messzge.info 调用(5d3dc04) @kenzyyang
  • Notification: 组件插件化使用方式破坏性修改,支持 NotificationPlugin,notification 调用 (98c3d0a) @kenzyyang

Bug Fixes

Features