Skip to content

antd 3.25.1

  • 🐞 Fix less variables of @menu-icon-size and @menu-icon-size-lg not working. #19553 @yoyo837
  • 🐞 Fix DirectoryTree defaultExpandedAll not working with treeData. #19646
  • 🐞 Fix Drawer content overflow when placement prop is top or bottom. #19506 @shaodahong
  • 🐞 Fix broken Menu.ItemGroup style inside Dropdown again. #19578
  • 🐞 Fix Dropdown that menu icon margin-right style is missing. #19635
  • 🐞 Fix Form.Item custom props not working. #19599 @yoyo837
  • 🐞 Fix Icon extraCommonProps not working properly. #19572 @yoyo837
  • 🐞 Fix Modal.method() scrollbar not disabled. #19233 @emersonlaurentino
  • Table
    • 🐞 Fix border missing in fixed columns. #19559
    • 🐞 Fix Column with sortOrder throw error of inifinite loop. #19558
    • 🐞 Fix Column defaultSortOrder not working. #19558
  • TypeScript
    • 🐞 Fix type definition of ListStyle for Transfer. #19568 @lxnxbnq
    • 🐞 Fix type definition of multiple props for RangePicker. #19421 @JennieJi

  • 🐞 修复定制 @menu-icon-size@menu-icon-size-lg less 变量不生效的问题。#19553 @yoyo837
  • 🐞 修复 DirectoryTree 中 defaultExpandedAll 在使用 treeData 时不生效的问题。#19646
  • 🐞 修复 Drawer 中 placement 属性为 top 或 bottom 时内容溢出的问题。#19506 @shaodahong
  • 🐞 修复 Dropdown 下 Menu.ItemGroup 样式错乱的问题。 #19578
  • 🐞 修复 Dropdown 中菜单图标丢失右边距的问题。#19635
  • 🐞 修复 Form.Item 中自定义属性无法生效的问题。#19599 @yoyo837
  • 🐞 修复 Icon 中 extraCommonProps 属性不生效的问题。 #19572 @yoyo837
  • 🐞 修复 Modal.method() 中浏览器滚动条没有禁用的问题。#19233 @emersonlaurentino
  • Table
    • 🐞 修复合并单元格和固定列同时使用时边框丢失的问题。#19559
    • 🐞 修复 Column 设置了 sortOrder 属性导致死循环的问题。#19558
    • 🐞 修复 Column 的 defaultSortOrder 属性不生效的问题。#19558
  • TypeScript
    • 🐞 修复 Transfer 中 ListStyle 的类型定义。#19568 @lxnxbnq
    • 🐞 修复 RangePicker 中多个属性的类型定义缺失的问题。#19421 @JennieJi