Skip to content
- Table
- 🐞 Fix Table selection column width when bordered is true. #30304
- 🚨 Add warning when Table
current is negative number. #30242 @wadezhan
- 🐞 Fix Button
type="link" should not redirect when it is disabled. #30209
- 🐞 Fix Upload appear errors when url of file is
null. #30215
- 🐞 Fix padding on a SubMenu inside an ItemGroup. #30218 @sebakerckhof
- 🐞 Fix Checkbox & Radio align issue in flex box. #30260
- 🐞 Fix Badge broken animation on spin icon. #30275
- 🐞 Fix Input
disabled hover style in Form. #30302 @Fog3211
- TypeScript
- 🤖 Fix Upload type definition of
beforeUpload. #30213
- Table
- 🐞 修复 Button
type="link" 添加 disabled 后仍然可点击跳转的问题。#30209
- 🐞 修复 Upload 当文件 url 为
null 时渲染出错问题。#30215
- 🐞 修复 SubMenu 在 ItemGroup 内时的内边距。#30218 @sebakerckhof
- 🐞 修复 Checkbox 和 Radio 在 flex 布局下的对齐问题。#30260
- 🐞 修复 Badge 上放置旋转图标的动画问题。#30275
- 🐞 修复 Form 错误校验状态下 Input
disabled 的 hover 样式。#30302 @Fog3211
- TypeScript
- 🤖 修复 Upload 组件
beforeUpload 类型声明。#30213