antd v4.8.5 Release Notes

Release Date: 2020-11-22 // over 3 years ago
    • 🍱 🐞 Fix that Spin can't render children 0. #27839 @liuchao233
    • 💅 💄 Fix the RangePicker panel interaction style. #27894
    • 💅 💄 Fix Switch loading style. #27860
    • ⚡️ 💄 Optimize Skeleton color to fit dark background. #27836
    • 🍱 💄 Adjust Statistic deciaml font size. #27884
    • 🛠 Refactor Checkbox、Layout.Sider and TextArea with React hooks. #27739 #27719 #27693
    • 🛠 Refactor BackTop、Badge、UploadList with rc-motion instead of rc-animate. #27840 #27848 #27923
    • RTL
      • 💄 Fix the style of the Tree switch icon in RTL mode. #27876
    • TypeScript
      • 🤖 Fix AutoComplete DataSourceItemType type definition. #27892
      • 🤖 Export Image ImageProps interface. #27846 @wangcch

    • 🍱 🐞 修复 Spin 组件不能渲染 0 的问题。#27839 @liuchao233
    • 🍱 💄 修复 RangePicker 面板的交互样式。#27894
    • 🍱 💄 修复 Switch loading 的样式问题。#27860
    • 🍱 💄 优化 Skeleton 默认色彩使其能放置在暗色背景中。#27836
    • 🍱 💄 调整 Statistic 小数的字体大小。#27884
    • 🛠 使用 React hooks 重构 Checkbox、Layout.Sider 和 TextArea。#27739 #27719 #27693
    • 🛠 使用 rc-motion 动画库代替 rc-animate 重构 BackTop、Badge、UploadList。#27840 #27848 #27923
    • RTL
      • 💄 修复 Tree 切换按钮在 RTL 模式下的样式问题。#27876
    • TypeScript
      • 🤖 修复 AutoComplete DataSourceItemType 的类型定义。#27892
      • 🤖 导出 Image 的 ImageProps 接口。#27846 @wangcch