antd v4.8.1 Release Notes

Release Date: 2020-11-09 // over 3 years ago
    • 🛠 Refactor TreeSelect with React hooks. #27593
    • 🛠 Refactor Layout with React hooks. #27595
    • 💅 🐞 Fix Select abnormal outline style in Form validation. #27607
    • 🍱 🐞 Fix Pagination extra margin-right when enable size changer. #27610
    • 🍱 🐞 Fix Input.Search enterButton={null} throw error. #27591 @davidebianchi
    • 🍱 🐞 fix Avatar.Group size not working. #27531
    • 🍱 🐞 Fix vertical Tabs long title cause tab width changes. #27569
    • 🍱 🐞 Fix Table filters didn't display in column.children. #27435 @JhonXY
    • 💅 💄 Fix Steps style that inside another Steps. #27514
    • TypeScript
    • RTL
      • 💄 Fix Progress.Line strokeColor direction error in RTL mode. #27515

    • 🛠 使用 React hooks 重构 TreeSelect。#27593
    • 🛠 使用 React hooks 重构 Layout。#27595
    • 🍱 🐞 再次修复 Select 组件在 Form 中触发校验时外边框样式异常的问题。#27607
    • 🍱 🐞 修复 Pagination 开启页码切换器时右侧多余的 margin#27610
    • 🍱 🐞 修复 Input.Search enterButton={null} 报错的问题。#27591 @davidebianchi
    • 🍱 🐞 修复 Avatar.Group size 不生效的问题。#27531
    • 🍱 🐞 修复垂直 Tabs 标题文字很长时导致页签宽度跳动的问题。#27569
    • 🍱 🐞 修复 Table column.children 内的筛选功能不展示的问题。#27435 @JhonXY
    • 🍱 💄 修复 Steps 内嵌 Steps 时的样式。#27514
    • TypeScript
      • 🤖 修复 Select ref 属性 TS 错误。#27482
      • 🤖 修复 Avatar src 类型。#27524 @n0ruSh
    • RTL
      • 💄 修复 Progress.Line strokeColor 在 RTL 模式下方向错误。#27515