antd v4.7.1 Release Notes

Release Date: 2020-10-19 // over 3 years ago
    • DatePicker
      • 🐞 Fix DatePicker don't work correctly when showTime is true and format is function. #27156
      • 💄 Fix DatePicker wrong animation direction when auto overflow. #27101
    • Typography
      • 💄 Fix Typography miss pre and blockquote style. #27150
      • 🐞 Fix Typography.Link hover color. #27119
      • 🐞 Fix Typography.Link hover color when type is danger. #27104
    • 💅 💄 Fix Descriptions ant-descriptions-item-content and add style word-break:break-word;. #27195 @WLyKan
    • 🍱 🐞 Fix clear Password value attribute in controlled mode. #27191
    • ⚡️ 🐞 Optimize Notification width in small screen. #27189
    • 🍱 🐞 Fix Cascader className duplicate. #27187 @huntdream
    • 🍱 🐞 Fix the issue that the Drawer will trigger form submit. #27175
    • 🍱 🐞 Fix Dropdown icon missing margin. #27165
    • 🍱 💄 Fix Layout.Sider collapsedWidth cannot work without modifying @menu-collapsed-width. #27154
    • 🍱 🐞 Fix Tabs animated={true} not working for panels. #27145
    • 🍱 🐞 Fix Divider color when contains text. #27134
    • 💅 💄 Fix the cursor style when the Radio option is selected and disabled. #27125
    • 🌐 🇪🇸 Add missing translations in es_ES. #27079 @gersongams
    • RTL
      • 💄 Optimize the style of Input.TextArea character count in RTL mode. #27098
    • TypeScript
      • 🤖 Button shape remove undeclared doc type. #27159
      • 🤖 Add optional rules property into FormListProps. #27164 @huntdream

    • DatePicker
      • 🐞 修复 DatePicker showTimetrue 并且 format 为一个函数时报错的问题。#27156
      • 💄 修复 DatePicker 在下拉空间不足时的动画方向问题。#27101
    • Typography
      • 💄 修复 Typography 没有 preblockquote 样式的问题。#27150
      • 🐞 修复 Typography.Link 悬浮颜色错误的问题。#27119
      • 🐞 修复 Typography.Link 危险类型的悬浮颜色问题。#27104
    • 🍱 💄 修复 Descriptions 组件的内容含有超长数字时无法换行的问题。#27195 @WLyKan
    • 🍱 🐞 修复 Password 在受控模式下未清除 value 属性的问题。#27191
    • 🍱 🐞 修复 Notification 在小尺寸屏幕下的宽度问题。#27189
    • 🍱 🐞 修复 Cascader 类名重复的问题。#27187 @huntdream
    • 🍱 🐞 修复 Drawer 会触发 Form 提交事件的问题。#27175
    • 🍱 🐞 修复 Dropdown 下拉菜单图标间距丢失的问题。#27165
    • 🍱 💄 修复 Layout.Sider 指定 collapsedWidth 后侧边菜单部分宽度不对的问题。#27154
    • 🍱 🐞 修复 Tabs animated 属性为 true 时未开启内容切换动画的问题。#27145
    • 🍱 🐞 修复 Divider 带标题时的分割线颜色。#27134
    • 🍱 💄 修复 Radio 选项选中并禁用时的鼠标样式。#27125
    • 🍱 🇪🇸 为西班牙语 es_ES 中添加缺少的翻译。#27079 @gerongams
    • RTL
      • 💄 优化 Input.TextArea 字数提示在 RTL 模式下的样式。#27098
    • TypeScript
      • 🤖 Button shape 移除文档中未声明的类型。#27159
      • 🤖 修复 Form.List rules 属性缺失的问题。#27164 @huntdream