- Table
- 🐞 Fix Popover arrow color with custom
color
prop. #36241 @MadCcc - 🐞 Fix Upload
listType="picture-card"
select button not being hidden when children is empty. #36196 - 🐞 Fix Menu deprecated warning when
item={undefined}
. #36190 - 💄 Fix Button
loading
icon margin style lost. #36168 - 🐞 Fix Dropdown using Menu with group item can not close by click. #36148
- 💄 Enlarge dragable area for Slider handler. #36018 @slotDumpling
- 🐞 Fix: repeat a css class in readOnly, which has been declared in rc-input-number. #36120 @RainyLiao
- 💄 Fix Skeleton active background color in dark theme. #36116
- TypeScript
- 🤖 Fix type incompatibility. #36189 @Dunqing
- 🤖 exporting
UploadFile
fromUpload
. #34733 @chentsulin
- Table
- 🐞 修复 Upload
listType="picture-card"
当 children 为空时上传文件按钮没有隐藏的问题。#36196 - 🐞 修复 Popover 自定义
color
时箭头颜色问题。#36241 @MadCcc - 🐞 修复 Menu
item={undefined}
时会有废弃警告的问题。#36190 - 💄 修复 Button
loading
图标的间距丢失的问题。#36168 - 🐞 修复 Dropdown 中 Menu 分组下的 Item 点击不会关闭的问题。#36148
- 💄 优化 Slider 拖拽手柄的可交互区域。#36018 @slotDumpling
- 🐞 修复重复添加 readOnly 的 css 类名,它已在 rc-input-number 中被声明了。#36120 @RainyLiao
- 💄 修复 Skeleton 在
active
时的背景色样式。#36116 - TypeScript
- 🤖 修复 TreeSelect
switcherIcon
类型不兼容。#36189 @Dunqing - 🤖 从
Upload
导出类型UploadFile
。#34733 @chentsulin
- 🤖 修复 TreeSelect