Skip to content
- 🐞 Fix the ineffectiveness of
className prop for Anchor.Link. #14248
- 🐞 Fix the incompatibility of float number for Badge. #14195 @ztplz
- 🐞 Fix the auto focus when popup layer is
open still for DatePicker. #14092 @Yangzhedi
- Drawer
- 🐞 Fix the empty header when
title is null for Drawer. #14264 @ztplz
- 🐞 Fix the ineffectiveness of
bodyStyle prop for Drawer. #14294 @ztplz
- 🐞 Fix label for verticle Form cannot be wrapped. #14135 @ranbena
- 🐞 Fix the wrong position for Modal.confirm in small screen. #14279
- Radio
- 🐞 Fix the wrong style for Radio.Button when it is disabled and selected. #14165
- 💄 Improve the style for focused Radio. #14186
- 🐞 Fix the empty style for Select. #14204
- 💄 Simplify the implementation of Spin to improve performance. #14100
- Table
- 🐞 Fix the unexpected appearance of sorter
title for Table. #14168
- 🐞 Fix the unexpected sorter trigger when click
filterDropdown for Table. #14238
- 🐞 Fix the unexpected call of
afterClose for Tage when visible changes from false to true. #14200 @tangjinzhou
- TypeScript
- 🐞 Fix the TypeScript definition lack of
forceRender for Modal. #14160
- 🐞 Fix the TypeScript definition of
sortDirections for TableProps 的 TypeScript 类型定义中 属性必选的问题。#14182
- 🐞 Fix the wrong TypeScript definition of
locale for Table. #14245 @LeezQ
- 🐞 Fix the TypeScript definition not extending from native
div element for List.Item. #14171
- 🌟 Add new
Less variables, including @btn-shadow, @btn-primary-shadow and @btn-text-shadow. #14172
- 🐞 修复 Anchor.Link 组件不支持
className 属性的问题。#14248
- 🐞 修复 Badge 组件浮点数展示错误的问题。#14195 @ztplz
- 🐞 修复 DatePicker 组件在弹层展开时依然会获取焦点的问题。#14092 @Yangzhedi
- Drawer
- 🐞 修复 Form 组件垂直布局时标签文本无法自动换行的问题。#14135 @ranbena
- 🐞 修复 Modal.confirm 组件在小屏幕下位置错误的问题。#14279
- Radio
- 🐞 修复 Radio 组件在禁选和选中状态下样式不正确的问题。#14165
- 💄 优化 Radio 组件在获取焦点时的样式。#14186
- 🐞 修复 Select 组件空数据样式缺失的问题。#14204
- 💄 简化 Spin 组件实现以优化运行性能。#14100
- Table
- 🐞 修复 Table 组件表头列的排序
title 遮挡 Tooltip 的问题。#14168
- 🐞 修复 Table 组件点击自定义筛选菜单会触发排序的问题。#14238
- 🐞 修复 Tag 组件从隐藏到可见时会调用
afterClose 属性函数的问题。#14200 @tangjinzhou
- 🌟 新增
@btn-shadow、@btn-primary-shadow 和 @btn-text-shadow 样式变量。#14172
- TypeScript
- 🐞 修复 Modal 组件的 TypeScript 类型定义缺少
forceRender 属性的问题。#14160
- 🐞 修复 Table 组件的
TypeScript 类型定义中 sortDirections 属性必选的问题。#14182
- 🐞 修复 Table 组件的
locale 属性的 TypeScript 类型定义错误的问题。#14245 @LeezQ
- 🐞 修复 List.Item 组件的 TypeScript 类型定义不支持原生 div 元素属性的问题。#14171