Skip to content

1.2.2

Compare
Choose a tag to compare
@honkinglin honkinglin released this 24 Aug 06:21
· 390 commits to develop since this release
66888be

🌈 1.2.2 2023-08-24

🚀 Features

  • Table:
    • 树形结构,新增组件实例方法 removeChildren,用于移除子节点 @chaishi (#2453)
    • 树形结构,支持通过属性 expandedTreeNodes.sync 自由控制展开节点,非必传属性 @chaishi (#2453)
  • Tree: 新增scrollTo方法 支持在虚拟滚动场景下滚动到指定节点的需求 @uyarn (#2460)

🐞 Bug Fixes

  • taginput: fix when entering Chinese, it will be blocked by the previous label @Zzongke (#2438)
  • Table:
    • 点击行展开/点击行选中,修复 expandOnRowClickselectOnRowClick 无法独立控制行点击执行交互问题 issue#3254 @chaishi (#2452)
    • 树形结构,修复组件实例方法 展开全部 expandAll 问题 @chaishi (#2453)
  • TagInput: 修复中文展示问题 @Zzongke (#2438)
  • Form: 修复FormList组件使用form setFieldsValue、reset异常 @nickcdon (#2406)

New Contributors

  • @Zzongke made their first contribution in #2438
  • @nickcdon made their first contribution in #2406

Full Changelog: 1.2.1...1.2.2