Skip to content

antd 3.9.3

  • 🐞 Fix Select render lag of long text in Chrome. #11456 #11843
  • 🐞 Fix onOpenChange handler not being called in RangePicker for preset ranges. #12142@leijingdao
  • 🐞 Fix parameter dontAnimate to goTo of Carousel, the parameter be used to closing animation transitions. #12205
  • 🐞 Fix duplicated className for tabBar in Tabs. 589ba #12051
  • 🐞 Fix the vertical alignment for the title of Card. #11036 #10576
  • 🐞 Fix Item key unspected change on List component. #12299@douglasjunior
  • 🐞 Fix confirmFilter in Table does not refresh immediately. 954c7 #12284
  • Menu
    • 🐞 Fix extra scrollbar when popup Menu in horizontal mode. #12152
    • 🐞 Fix openKeys have higher priority in Menu. #12361 @tangjinzhou
  • Upload
    • 🐞 Fix linkProps in Upload fileList to support json string format and can override rel, target, title and etc. efb23c
    • 🐞 Fix deduplication of the same key when uploading multiple files in Upload. 273fd#10953
  • Icon related
    • 🐞 Fix Upload close icon style error. #12330 #12304
    • 🐞 Fix Select add select clear icon. #12196 #12181
    • 🐞 Fix Icon svg align. 0698c
    • 🐞 Fix React.Children.only error when Icon contain children. c21ff
    • 🐞 Fix Notification icon align when no description. e6579
    • 🐞 Fix sorter icon align of Table. c935d
  • TypeScript
    • 🐞 Fix Message miss return type of MessageApi. e82d7 #12137
    • 🐞 Fix Tree onDrop type. e5827 #12269
    • 🐞 Add TreeSelect missing argument extra in onChange event. #12243@jardicc

  • 🐞 修复 Select 组件在 Chrome 下超长文本的渲染延迟。#11456 #11843
  • 🐞 修复 RangePicker 组件中的 onOpenChange 非正常数值报错问题。#12142@leijingdao
  • 🐞 修复 Carousel 组件的 goTo 方法缺少 dontAnimate 参数问题,参数用于关闭转场过渡动画。#12205
  • 🐞 修复 TabstabBar 的重复类名。589ba#12051
  • 🐞 修复 Card 组件标题的垂直对齐方式。#11036#10576
  • 🐞 修复 List 组件刷新后 key 值非预期变化。#12299@douglasjunior
  • 🐞 修复 Table 组件 confirmFilter 方法不能及时更新数据。954c7#12284
  • Menu 组件相关
    • 🐞 修复 Menuhorizontal 模式下时出现额外的滚动条。#12152
    • 🐞 修复 Menu 组件 openKeys 有更高的优先级。#12361 @tangjinzhou
  • Upload 组件相关
    • 🐞 修复 Upload 上传文件列表中的 linkProps ,支持 JSON 格式链接且可传入 reltarget title 等属性。efb23
    • 🐞 修复 Upload 组件多文件类型同时上传时,key 重复引用冲突的报错问题。273fd#10953
  • 图标相关内容
    • 🐞 修复 Upload 组件关闭图标样式。#12330 #12304
    • 🐞 修复 Select 组件清除图标。#12196 #12181
    • 🐞 修复 Icon svg 对齐问题。0698c
    • 🐞 修复当 Icon 组件包含子组件时,React.Children.only 报错。c21ff
    • 🐞 修复 Notification 组件没有描述时图标对齐问题。e6579
    • 🐞 修复 Table 组件的排序图标对齐问题。c935d
  • TypeScript
  • 🐞 修复 Message 组件中 MessageApi 类型定义。e82d7#12137
  • 🐞 修复 Tree onDrop 类型定义。e5827#12269
  • 🐞 TreeSelect 组件中 onChange 方法中添加 extra 类型定义。#12243@jardicc