Skip to content

4.0.1

Compare
Choose a tag to compare
@ant-design-bot ant-design-bot released this 04 Mar 08:18
· 10211 commits to master since this release
510b658
  • Form
    • 🐞 Fix Form help control will get react@16.13 warning. #21800 #21702
    • 🐞 Fix Form.Item exceed Form width when content is too long. #21682
  • Input
    • 🐞 Fix TextArea style get warning in react@16.13. #21703
    • 🐞 Fix Input.Search extra border when has prefix. #21753
  • Table
    • 🐞 Fix Table column with filtered not working. #21825
    • 🐞 Fix Table locale not work. #21772
    • 🐞 Fix Table.Column sortOrder is not working in JSX mode. #21719
    • 🐞 Fix Table fixed column with sorted status style issue. #21679
  • 🐞 Fix Dropdown menu arrow position. #21768 @xrkffgg
  • 🐞 Fix List bordered and split props conflict. #21784 @MXWXZ
  • 🐞 Fix Menu.Item a tag hidden bug. #21699 @shaodahong
  • 🐞 Fix message.open crash when icon is not passed. #21747 @AshoneA
  • 🐞 Fix Result status cannot assigned to string or number type. #21691
  • 🐞 Fix Descriptions warning for duplicate key. #21688
  • 💄 Optimize Calendar header style in small screen. #21813
  • 💄 Radio.Group not wrapping now. #21813
  • 🛠 Refactor icons import code to reduce webpack disabled tree shaking bundle size. #21752
  • Typescript
    • 🐞 Fix Radio.Button type error. #21807 @jhoneybee
    • 🐞 fix TreeSelect.SHOW_* type. #21791 @TennyZhuang
    • 🐞 Fix TreeSelect missing suffix define. #21714
    • 🐞 Fix Drawer forceRender TypeScript definite. #21774
    • 🐞 Fix Tree treeData define. #21756
    • 🐞 Fix Form.Item renderProps return type define. #21716

  • Form
    • 🐞 修复 Form help 受控时会导致 react@16.13 报警告的问题。#21800 #21702
    • 🐞 修复 Form.Item 宽度在内容过长时会超出 Form 的样式问题。#21682
  • Input
    • 🐞 修复 TextArea 样式在 react@16.13 下会报警告的问题。#21703
    • 🐞 修复 Input.Search 有 prefix 时的右边框样式问题。#21753
  • Table
    • 🐞 修复 Table column 的 filtered 属性无效的问题。#21825
    • 🐞 修复 Table locale 无效的问题。#21772
    • 🐞 修复 Table.Column sortOrder 在 JSX 模式下无效的问题。#21719
    • 🐞 修复 Table 固定列在排序状态时的样式问题。#21679
  • 🐞 修复 Dropdown 菜单里箭头图标的位置。#21768 @xrkffgg
  • 🐞 修复 List 组件 borderedsplit 属性冲突的问题。#21784 @MXWXZ
  • 🐞 修复 Menu.Item 中 a 标签换行无法显示的问题。#21699 @shaodahong
  • 🐞 修复 message.openicon 为空时报错的问题。#21747 @AshoneA
  • 🐞 修复 Result status 属性不能赋值 string 或者 number 类型的问题。#21691
  • 🐞 修复 Descriptions 报 key 重复的警告信息。#21688
  • 💄 优化 Calendar 在窄屏幕下的标题样式。#21813
  • 💄 Radio.Group 不再折行。#21813
  • 🛠 重构 icons 导入代码以降低没有开启 tree shaking 的打包尺寸。#21752
  • Typescript
    • 🐞 修复 Radio.Button 的类型定义。#21807 @jhoneybee
    • 🐞 修复了 TreeSelect.SHOW_* 的类型问题。#21791 @TennyZhuang
    • 🐞 修复 TreeSelect 缺失 suffix 定义。#21714
    • 🐞 修复 Drawer forceRender 的 TypeScript 定义。#21774
    • 🐞 修复 Tree treeData 定义。#21756
    • 🐞 修复 Form.Item renderProps 的类型定义。#21716