Skip to content
- 🐞 Fix Table selection arrow out of column when
size is small/middle. #24394
- 🐞 Fix Input.TextArea clear icon disappears in Input.Group when hover it. #24360 @Mr-jiangzhiguo
- 🐞 Fixed an issue where the
RowSelection.onChange will still be cached when the Table removes entries in dataSource. #24338
- 🐞 Adjust
useNotification api instance to be same instance for each render. #24337
- 🐞 Fix Button
loading transition animation missing and Modal confirmLoading not being reset. #24328
- 🐞 Fix Drawer cover background elements when it is not visible. #24290
- 🐞 Fix Cascader/Select/Table/TreeSelect text color when data empty. #24279
- 💄 Fix InputNumber operation button arrow is not centered. #24266
- 🐞 Fix Table with empty array
filteredValue still highlight the filtered icon. #24263
- 🐞 Fix Cascader not support
number[] value. #24247
- ⌨️ Fix Switch
autoFocus trigger when disabled removed. Adjust style to avoid switch shaking. Remove blur logic when onMouseUp to improve acessibility. #24254
- 💄 Add Menu default
text-align style. #24253
- 🛠 Refactor List code. #24280 @hengkx
- 🛠 Modify the Alert with hooks to support strict mode. #24236 @hengkx
- 🐞Fix Card perfermance bug when use with
react-split. #24425
- TypeScript
- 🛠Cascader ts definition update. #24393 @zhangyu1818
- 🐞 Fix TS error of
Could not find a declaration rc-upload. #24325
- 🛠 Add children type to BackTop. #24235
- 🐞 修复 Table 在
dataSource 移除条目时,rowSelection.onChange 仍然会缓存的问题。#24338
- 🐞 修复 Table 的选中箭头在
size=small/middle 时超出的问题。#24394
- 🐞 修复 Input.Group 内 Input.TextArea
hover 时清除图标消失的问题。#24360 @Mr-jiangzhiguo
- 🐞 修复 Notificiation 使用
useNotificiation 时无限 render 的行为。#24337
- 🐞 修复 Button
loading 切换动画丢失和 Modal confirmLoading 按钮未复位的问题。#24328
- 🐞 修复 Drawer 关闭后依然会遮挡页面元素的问题。#24290
- 🐞 修复 Cascader/Select/Table/TreeSelect 空数据时字体的颜色。#24279
- 💄 优化 InputNumber 操作按钮居中样式。#24266
- 🐞 修复 Table 在
filteredValue 使用空数组时仍然会高亮过滤图标的问题。#24263
- 🐞 修复 Cascader 不支持
number[] 类型 value 的问题。#24247
- ⌨️ 修复 Switch
autoFocus 在 disabled 移除后会触发的问题,调整样式以避免切换时额外的抖动,并移除鼠标点击失焦逻辑以提升无障碍体验。#24254
- 💄 增加 Menu 默认
text-align 样式定义以修复被外部样式影响的问题。#24253
- 🛠 用 hooks 重构 List。#24280 @hengkx
- 🛠 用 hooks 重构 Alert 以支持严格模式。#24236 @hengkx
- 🐞 修复 Card 和
react-split 一起使用时卡顿的问题。#24425
- TypeScript
- 🛠 优化 Cascader 的 TypeScript 定义。#24393 @zhangyu1818
- 🐞 修复 Upload TypeScript 报错:
Could not find a declaration rc-upload 的问题。#24325
- 🛠 BackTop 增加
children 定义。#24235