Skip to content
- Form
- 🔥 Form support
Form.Item.useStatus for custom components to get Form.Item validate status. #36486
- 🆕 Form support
setFieldValue to simplify config array index value. #36058
- 🐞 Fix Form.Item shaking when trigger validate so fast. #36575
- 🆕 Radio.Group support
onBlur and onFocus props. #36041
- 🆕 Typography
ellipsis.tooltip supports a object for Tooltip props. #36099
- 🛠 Refactor Drawer to remove directly style control which helps more React way. #36672
- 🛠 Refactor Sketelon.Button square shape style that its width is equal to height, and old become the default. #36123 @alanhaledc
- 🐞 Fix Modal.confirm
onCancel argument close is not a function sometimes. #36600 @Wxh16144
- 🐞 Revert #36439 to fix the problem of incorrect status when uploading and deleting files, and fix the status color change when Upload removes files again change problem. #36706
- Tree
- 🛠 Tree/TreeSelect
switcherIcon argument support more parameters from { expanded: boolean } to AntTreeNodeProps. #36651 @alanhaledc
- 🐞 Fix Tree
draggable Fn params type from AntTreeNode to DataNode. #36648 @tianyuan233
- Table
- 💄 Fix Table extra shadow and scrollbar when all columns are fixed. #36606 @dashaowang
- 💄 Fix Table tree data ellipsis style problem. #36608
- 🌐 Localization
- Form
- 🔥 Form 新增
Form.Item.useStatus 用于获取 Form.Item 的校验状态。#36486
- 🆕 Form 支持
setFieldValue 以简化设置数字单个值的操作流程。#36058
- 🐞 修复 Form.Item 在快速切换校验状态时高度抖动的问题。#36575
- 🆕 Radio.Group 支持
onBlur 和 onFocus 属性。#36041
- 🆕 Typography
ellipsis.tooltip 属性支持传入一个对象。#36099
- 🛠 重构 Drawer 移除直接的 dom 操作以使其更符合 React 运作方式。#36672
- 🛠 重构 Sketelon.Button square shape 样式为宽高相等,之前的 square 改为默认样式。#36123 @alanhaledc
- 🐞 修复 Modal.confirm 中
onCancel(close) 参数有时候不是 function 的问题。#36600 @Wxh16144
- 🐞 回滚 #36439 以修复上传和删除文件时状态不对的问题,并再次修复 Upload 移除文件时状态色会变化的问题。#36706
- Tree
- 🛠 Tree/TreeSelect
switcherIcon 参数现在支持完整 TreeNode 属性,从 { expanded: boolean } 变为 AntTreeNodeProps。#36651 @alanhaledc
- 🐞 修改 Tree
draggable 函数的参数类型由 AntTreeNode 改为 DataNode。#36648 @tianyuan233
- Table
- 🌐 国际化