Skip to content
- 🌟 Support custom modal header style through less variable
@modal-header-bg. #12914
- 🐞 Fixed mask style not working for Modal.mehtod. #12688
- 🐞 Fixed Checkbox missing check mark inside table in IE 11. #12597
- 🐞 Fixed FormItem having different height with help info. #12803
- 🐞 Fixed Divider expands Popover card width under Chrome. #10914
- 🐞 Fixed Avatar content not aligned in Popover. #10917
- Button
- 🐞 Fixed unable to find node on unmounted components error. #12843
- 🐞 Fixed icon margin style. 546c59a
- Table
- 🐞 Fixed sorter issue when render function is present in column. #12870 #12737
- 🐞 Fixed fixed-columns border issue. #9687
- TypeScript
- 🐞 Fixed Select
onPopupScroll props definition. #12913
- 🐞 Fixed
onFocus and onBlur missing in AutoComplete props. @muzea #12793;
- 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
- TypeScript
- 🐞 修复 Select
onPopupScroll 属性定义 #12913。
- 🐞 修复 AutoComplete 缺失
onFocus 以及 onBlur 属性定义。@muzea #12793;