Skip to content

antd 3.6.3

  • 🐞 Fixed that capitalized extension of Upload image url couldn't be recognaized. #10928 @sliwey
  • 🐞 Fixed missing border of InputNumber when browser is zoomed in. #10562
  • 🐞 Fixed that fixed element inside Spin cannot be fixed. #10196
  • 🐞 Fixed broken border style of small table. #9754
  • 🐞 Fixed missing className prop of Table's filterIcon. #10937
  • 🐞 Fixed that Affix offsetTop and offsetBottom cannot be updated. #10874
  • TypeScript
    • 🐞 Fixed TreeSelect TS2339 error. #10868
    • 🌟 Added Form arguments definitions of validateMessages and onFieldsChange.
    • 🌟 Improved Button prop definitions. #10877 @zheeeng
    • 🌟 Added backfill prop for AutoComplete. #10909 @zhanba

  • 🐞 修复 Upload 图片文件后缀名为大写时无法正确识别的问题。#10928 @sliwey
  • 🐞 修复 InputNumber 在浏览器缩放时边框样式丢失的问题。#10562
  • 🐞 修复 Spin 内使用 position: fixed 的元素无法固定的问题。#10196
  • 🐞 修复小号表格下固定列的边框样式问题。#9754
  • 🐞 修复 Table filterIconclassName 属性失效的问题。#10937
  • 🐞 修复 Affix 的 offsetTopoffsetBottom 无法动态修改的问题。#10874
  • TypeScript
    • 🐞 修复 TreeSelect TS2339 错误。#10868
    • 🌟 补充 Form 的 validateMessagesonFieldsChange 参数的定义。
    • 🌟 优化 Button 的属性定义。#10877 @zheeeng
    • 🌟 补充 AutoComplete 的 backfill 属性定义。#10909 @zhanba