antd v4.6.3 Release Notes

Release Date: 2020-09-07 // over 3 years ago
    • 🍱 🛎 Sort props className to the end. #26602
    • Table
      • 💄 Fix Table nested table styles affects all sub-level tables. #26568 @willc001
      • 🐞 Fix elements above Table was not clickable elements which has float: right; style. #26599
    • 🍱 🐞 Fix Modal closing cause scroll position jump up. #26538
    • 🍱 🐞 Fix the type declaration of onError in customRequest options of Upload. #26601 @yingpengsha
    • 🍱 🐞 Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
    • 🍱 🐞 Fix Cascader value overwritten when filtering. #26569 @lich-yoo
    • 🍱 🐞 Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
    • 🍱 🐞 Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
    • 🏁 🐞 Fix Pagination align issue in windows. #26549
    • 🔀 🐞 Fix Form with help make ssr un-sync issue. #26542
    • 🍱 🐞 Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
    • TypeScript
      • 🤖 Col Add flex type to ColSize interface. #26578 @blaiz
      • 🤖 Fix Tooltip/Popover children tsd to accept ReactNode. #26534

    • 🍱 🛎 移动 props 中的 className 到最后。#26602
    • Table
      • 💄 修复 Table 嵌套表格样式会影响所有子层级表格的问题。#26568 @willc001
      • 🐞 修复 Table 上方元素 float: right; 后无法交互的问题。#26599
    • 🍱 🐞 修复 Modal 关闭时导致滚动条向上跳动的问题。#26538
    • 🍱 🐞 修复 Upload 组件中 customRequestonError 的类型定义。#26601 @yingpengsha
    • 🍱 🐞 修复 Select/TreeSelect 在 Chrome 下出现原生自动完成列表的问题。#26590
    • 🍱 🐞 修复 Cascader 搜索时 value 被覆盖的情况。#26569 @lich-yoo
    • 🍱 🐞 修复 Modal 在某些情况下溢出视窗的问题。#25765 @tanmoyopenroot
    • 🍱 🐞 修复 Radio.Group 在 legacy Form 中,不能正常工作的问题。#26555 @willc001
    • 🏁 🐞 修复 Pagination 切换按钮在 windows 下的对齐问题。#26549
    • 🍱 🐞 修复 Form 使用 help 时出现的同构问题。#26542
    • 🍱 🐞 修复 Avatar 在 display: none 时不会正确缩放 fallback 文字的问题。#26522 @zhangyu1818
    • TypeScript
      • 🤖 Col 增加 ColSize 增加 flex 的定义。 #26578 @blaiz
      • 🤖 修复 Tooltip/Popover children 定义不接受 ReactNode 的问题。#26534