Skip to content
- 🎉 Ant Design Mobile of Angular(NG-ZORRO-Mobile) released!
- 📝 Upgrade document
Real project with dva to Real project with umi.
- Table
- 🐞 Fixed clicking all columns will trigger sort behavior even without
sorter props. #12515
- 🐞 Fixed extra "Sort" title hint of column. #12613
- 🐞 Fixed broken style of sort and right-aligned column. #12552
- 🐞 Fixed sort not working as expected when
columns defined in render. #12571
- 🐞 Fixed sorted column background color of small size Table.
- 🐞 Fixed overlap style of Table row selection Checkbox in chrome. 5bef1aa
- 🐞 Fixed broken style of Table inside Form.Item. #12554
- DatePicker
- 🐞 Tweak Italian locale. #12413 @yp
- 🐞 Fixed that picker does not get focused state after select date. #12475
- 🐞 Fixed calendar icon missing when use it in Input.Group. #12536
- 🐞 Fixed Anchor text edge cut problem. #12520
- 🐞 Fixed that Drawer still cover page even set
mask={false}. #12401
- 🐞 Fixed disabled style missing of Input.TextArea when used as custom input in AutoComplete. #12594
- 🐞 Fixed Modal.confirm
prefixCls prop not passing to mask element, and changed it's default value to ant-model-confirm. #12546
- 🐞 Fixed an align issue of Input.Group in safari. #12493
- 🐞 Fixed an align issue of standalone
<Badge />. #12419
- 🐞 Fixed inconsistent arugments of
onExpand when click Tree.DirectoryTree switch icon and tree node. #12567
- 🐞 Fixed hasFeedback icon unexpected focused state in IE11. #12524 @siyu77
- 🐞 Fixed multiple Select will trigger
onFocus and onBlur repeatly when click it multiple times. #12281 @Frezc
- 🐞 Fixed long text overflow issue of circle type Progress.
- TypeScript
- 🎉 Ant Design Mobile of Angular(NG-ZORRO-Mobile)发布!
- 📝 更新 项目实战 文档为最新的 umi 技术栈。
- Table
- 🐞 修复未指定排序的列头点击时也会触发排序的问题。#12515
- 🐞 修复列头多余的排序 title 提示。#12613
- 🐞 修复排序和右对齐的列样式错位的问题。#12552
- 🐞 修复一个 columns 定义在 render 内时排序失效的问题。#12571
- 🐞 修复小号表格下排序列的列头背景色。
- 🐞 修复 Table 的选择器在 chrome 下选中样式的重影问题。5bef1aa
- 🐞 修复 Form.Item 内的 Table 分页样式。#12554
- DatePicker
- 🐞 修复 Anchor 中文字边缘被切割的问题。#12520
- 🐞 修复 Drawer 设置无遮罩时依然挡住了页面元素的问题。#12401
- 🐞 修复 AutoComplete 下使用自定义 Input.TextArea 下失效样式丢失的问题。#12594
- 🐞 修复 Modal.confirm 的
prefixCls 属性没有透传给 mask 的问题,并调整了默认的 prefixCls 的值为 ant-model-confirm。#12546
- 🐞 修复 Input.Group 在 safari 下的一个对齐问题。#12493
- 🐞 修复独自使用
<Badge /> 时的垂直对齐。#12419
- 🐞 修复 Tree.DirectoryTree 点击切换图标和点击文本时
onExpand 参数不一致的问题。#12567
- 🐞 修复在 IE11 下错误聚焦到表单状态图标的问题。#12524 @siyu77
- 🐞 修复多选 Select 多次点击输入框时会反复触发
onFocus 和 onBlur 的问题。#12281 @Frezc
- 🐞 修复环形 Progress 内文本超长溢出的问题。
- TypeScript