3.10.4

2018-11-03

  • Modal

    • 🌟 增加 less 变量 @modal-header-bg 定制 Modal 头部颜色。#12914

    • 🐞 修复 maskStyle 在 Modal.method 中无效的问题。#12688

  • 🐞 修复 Checkbox 在 IE 11 中丢失勾号的问题。#12597

  • 🐞 修复 FormItem 在有帮助信息时高度不一致的问题。#12803

  • 🐞 修复 Chrome 下 Divider 在 Popover 中会撑宽 Popover card 的问题。#10914

  • 🐞 修复 Avatar 内容在 Popover 中没有对齐的问题。#10917

  • Button

    • 🐞 修复 unable to find node on unmounted components 报错问题。#12843

    • 🐞 修复 icon margin 样式。546c59a

  • Table

    • 🐞 修复在 Column 中使用 render function 时的排序问题。#12870#12737

    • 🐞 修复固定列 border 样式问题。#9687

  • TypeScript

    • 🐞 修复 Select onPopupScroll 属性定义 #12913

    • 🐞 修复 AutoComplete 缺失 onFocus 以及 onBlur 属性定义。@muzea#12793;