Ant Design 5.8.6 现已发布,主要变化如下:
- 针对 CSSInJS 加载 styles 大小进行了优化。
- Notification 和 Message 组件只有在展示时才会插入对应样式。#44488
- 剥离 Tag 状态与预设颜色样式,现在只有当使用的使用才会生成它们。#44512
- 剥离 Button 紧凑模式样式,现在只有当使用了 Space.Compact 才会生成对应样式。#44475
- 移除
@ant-design/icons
依赖lodash/camelCase
以优化 bundle size。ant-design-icons#595 - Form
- 修复 Form.Item 设置
wrapperCol.span
为0
时,子元素不隐藏的问题。#44485 #44472 - 修复 Form
labelCol
设置为 24 时,会使wrapperCol
设置 24 失效的问题。#44541
- 修复 Form.Item 设置
- 修复 Watermark 组件在
content
是空字符串时报错的问题。#44501 - 修复 ColorPicker 禁用时依然能弹出选择窗口的问题。#44466
- 修复 Transfer 点击 Checkbox 时有时会触发两次选择行为的问题。#44471
- 修复 Typography 使用
ellipsis
时滚动条闪动的问题。#43058 - Slider
- 修复 Slider 滑块可拖拽区域范围异常的问题。#44503
- 优化 Slider
aria-orientation
可访问性属性。react-component/slider#859
- 修复 Steps
type="nav"
垂直导航步骤条的最后一项箭头没隐藏的问题。#44582 - TypeScript
- 修复 Upload 文件状态定义,移除未使用过的
success
状态。#44468
- 修复 Upload 文件状态定义,移除未使用过的
更新说明:https://github.com/ant-design/ant-design/releases/tag/5.8.6