Skip to content
- Table
- 🐞 Fix Table expand icon not align center. #36215
- 💄 Fix nested Table margin style. #36209
- 🐞 Fix Table filter dropdown with multiple subMenu may not closed. #36132
- 🐞 Table reset the last selection key when deselect or bulk operations. #34705 @Dunqing
- 🐞 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
- 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