Skip to content

antd 4.0.4

  • 🐞 Fix AutoComplete clear icon overlap issue on search icon. #22310
  • 🐞 Fix Button align issue when is disabled and wrapped by Tooltip. #22461
  • 🐞 Fix Cascader search need to press down arrow twice to select item. #22216 @Kermit-Xuan
  • 🐞 Fix Carousel cannot works on Snowpack. #22507
  • 🐞 Fix ConfigProvider componentSize not works on DatePicker.RangePicker. #22486
  • 🐞 Fix Descriptions cannot fit to small container width. #22407
  • ⚡️ Optimization Form.Item with multiple noStyle children Form.Item message collection performance. #22410
  • 🐞 Fix Grid broken style using Col without span. #22455
  • 💄 Add InputNumber RTL style. #22434
  • Menu
    • 🛠 Menu inherit line-height from header. #16142 @sheerun
    • 🐞 Fix Menu unexpected scrollbar when show and hide. #22248
  • 🐞 Fix Progress Dashboard won't allow gapDeg to be 0. #22462 @thisrabbit
  • 🛠 Adjust Radio.Group logic that value is undefined should be uncontrolled mode. #22245
  • ⚡️ Reduce Row unnecessary render when gutter is array. #22475 @dolfje
  • 💄 Tweak RangePicker arrow shadow style. #22406
  • 🐞 Fix Select dropdown menu vertical padding. #22251
  • 🐞 Fix Slider tooltip crash when with nullable value. #22482
  • Table
    • 🐞 Fix Table ColumnGroup with controlled sorterOrder not working issue. #22450
    • 🐞 Fix Table border radius style. #22413 @akshatmittal
    • 🐞 Fix Table fixed column height issue. #22367
    • 🐞Fix Table row expand icon show error in ipad. #22334 @BugHiding
    • 🛠 Table column.filter support boolean value. #22277 @xudongdev
    • 🐞 Fix Table filter no working when only set onFilter. #22317
  • 🐞 Fix TreeSelect treeIcon not working. #22437
  • 🐞 Refactor DirectoryTree to fix deprecated warning. #22318
  • 🐞 Fix Typography nest list style issue. #22284
  • 🐞 Adjust Upload onChange return fileList is immutable data to avoid render issue. #22322
  • 🌎 Localization
  • Typescript

  • 🐞 修复 AutoComplete 下使用 Search 时清除图标和搜索图标重叠样式异常的问题。#22310
  • 🐞 修复 Button 为 disabled 时被 Tooltip 包裹时的对齐问题。#22461
  • 🐞 修复 Cascader 搜索时需要按两次向下箭头才能选中问题。#22216 @Kermit-Xuan
  • 🐞 修复 Carousel 无法使用 Snowpack 构建的问题。#22507
  • 🐞 修复 ConfigProvider componentSize 对 DatePicker.RangePicker 无效的问题。#22486
  • 🐞 修复 Descriptions 在小尺寸下无法自适应的问题。#22407
  • 🐞 修复 Grid 下使用不带 span 的 Col 时样式错乱的问题。#22455
  • ⚡️ 优化 Form.Item 有多个 noStyle 子 Form.Item 时信息收集性能。#22410
  • 💄 增加 InputNumber RTL 模式样式。#22434
  • Menu
    • 🛠 Menu 继承标题的 line-height#16142 @sheerun
    • 🐞 修复 Menu 子菜单展开/收起时会出现滚动条的问题。#22248
  • 🐞 修复 Progress 仪表盘状进度条传入 gapDeg0 时仍然有缺口的问题。#22462 @thisrabbit
  • 🛠 调整 Radio.Group 逻辑,valueundefined 时为非受控状态。#22245
  • 💄 微调 RangePicker 箭头阴影样式。#22406
  • ⚡️ 减少 Row 在 gutter 是数组时非必要的额外渲染。#22475 @dolfje
  • 🐞 修复 Select 下拉菜单的上下 padding。#22251
  • 🐞 修复 Slider 使用 nullable 值时弹出提示会崩溃的问题。#22482
  • Table
    • 🐞 修复 Table ColumnGroup 使用受控 sorterOrder 无效的问题。#22450
    • 🐞 修复 Table 边框圆角样式问题。#22413 @akshatmittal
    • 🐞 修复 Table 固定列高度样式问题。#22367
    • 🐞 修复 Table 展开行按钮在 ipad 下的样式问题。#22334 @BugHiding
    • 🐞 修复 Table 在只设置 onFilter 时过滤无效的问题。#22317
    • 🛠 Table column.filter 的 value 定义可以支持 boolean#22277 @xudongdev
  • 🐞 重构 DirectoryTree 以修复废弃 API 警告信息。#22318
  • 🐞 修复 TreeSelect treeIcon 无效的问题。#22437
  • 🐞 修复 Typography 嵌套列表的样式问题。#22284
  • 🐞 调整 Upload onChange 返回参数 fileList 为不可变数据以解决渲染问题。#22322
  • 🌎 国际化
  • Typescript
    • 🐞 移除 Table getCheckboxPropschecked 类型定义。#22391 @geekrainy