Ant Design 4.2.5 发布了。Ant Design 是阿里开源的一套企业级的 UI 设计语言和 React 实现,使用 TypeScript 构建,提供完整的类型定义文件,自带提炼自企业级中后台产品的交互语言和视觉风格、开箱即用的高质量 React 组件与全链路开发和设计工具体系。
此版本更新内容:
- 修复 Table 在
dataSource
移除条目时,rowSelection.onChange
仍然会缓存的问题。#24338 - 修复 Table 的选中箭头在
size=small/middle
时超出的问题。#24394 - 修复 Input.Group 内 Input.TextArea
hover
时清除图标消失的问题。#24360 @Mr-jiangzhiguo - 修复 Notificiation 使用
useNotificiation
时无限 render 的行为。#24337 - 修复 Button
loading
切换动画丢失和 ModalconfirmLoading
按钮未复位的问题。#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
更新说明:https://github.com/ant-design/ant-design/releases/tag/4.2.5
转自 https://www.oschina.net/news/115910/ant-design-4-2-5-released