Skip to content
- 🐞 Fix Card console warning when using
tabList prop. #37537 @edc-hui
- 🐞 Fix Table
filterSearch is not executed when filterMode="tree". #37587 @edc-hui
- 🐞 Fix Tooltip should not replace children
className when it's not a string type. #37598
- 🐞 Fix Tree that TreeNodes not aligned when draggable and some node is disabled. #37534
- TypeScript
- 🐞 修复 Card 传入
tabList 属性时控制台出现废弃警告的问题。#37537 @edc-hui
- 🐞 修复 Table
filterMode="tree" 时 filterSearch 函数未执行的问题。#37587 @edc-hui
- 🐞 修复 Tooltip 的子元素
className 非 string 类型时会被覆盖的问题。#37598
- 🐞 修复 Tree 组件 TreeNode 在可拖拽并且禁用状态下不对齐的问题。#37534
- TypeScript