2020-04-14
Bug Fixes
- slider: fix handle transform in vertical mode (#4939) (6fba78d)
- badge: allow
nzTitle
set to null (#4965) (a35fb5e), closes #4776 - date-picker: click date cell not work when changing month or year (#4876) (3aebe7c), closes #3499
- list: fix the avatar part old API (#4952) (d8a2594), closes #4912
- modal:
nzModalFooter
not work when the modal open on init (#4954) (2f400e8), closes #4948 - modal: fix close button style (#5014) (174099e)
- page-header: location inject error (#5013) (9073fa5), closes #4945
- table: fix 4.1.0 style error (#4953) (44f606c)
- table: fix table no data (#4947) (7f7989e)
- time-picker: allow inputting string type (#4949) (3b45a22), closes #4775 #4777 #4871 #1679
- time-picker: ngModelChange not work (#4944) (a6ecdb9)
- time-picker: scroll to wrong position in datepicker (#4961) (cdf387f)
- tree: fix search case sensitivity (#4766) (828b13e), closes #1996 #4765
- tree: fix tree animation (#4973) (70b2fc3)
Features
- code-editor: upgrade monaco to 0.20.0 and update interfaces (#4984) (3963ad1)
- notification: add onClick observable (#4989) (9224240), closes #4986
- space: add new component (#4928) (df01bd1), closes #4913
- table: support new nzQueryParams (#4970) (79ea999)
- tooltip,etc: support custom origin (#4849) (863fd4b)
- tree: support virtual scroll (#4979) (6803a92), closes #4426 #3808 #3436 #2680 #1771
- support compact theme (#4972) (2cf34d0)
BREAKING CHANGES
- notification:
- NzMessageDataFilled is replaced by NzMessageRef
- NzNotificationDataFilled is replaced by NzNotificationRef
2020-04-14
Bug Fixes
- slider: 修复垂直模式下拖拽句柄样式问题 (#4939) (6fba78d)
- badge: 允许将
nzTitle
设置为null
(#4965) (a35fb5e), closes #4776 - date-picker: 修复点击日期切换面板时 年/月 选择器不同步切换的问题 (#4876) (3aebe7c), closes #3499
- list: 修复头像部分的兼容 API (#4952) (d8a2594), closes #4912
- modal: 修复在初始化为打开状态时
nzModalFooter
指令不生效的问题 (#4954) (2f400e8), closes #4948 - modal: 修复关闭按钮样式 (#5014) (174099e)
- page-header: 修复
location
注入问题 (#5013) (9073fa5), closes #4945 - table: 修复
antd@4.1.0
样式问题 (#4953) (44f606c) - table: 修复无数据时的问题 (#4947) (7f7989e)
- time-picker: 修复输入ISO字符串的问题 (#4949) (3b45a22), closes #4775 #4777 #4871 #1679
- time-picker: 修复
ngModelChange
失效的问题 (#4944) (a6ecdb9) - time-picker: 修复在
datepicker
滚动错误的问题 (#4961) (cdf387f) - tree: 修复输入区分大小写的问题 (#4766) (828b13e), closes #1996 #4765
- tree: 修复动画 (#4973) (70b2fc3)
Features
- code-editor: 更新到
monaco@0.20.0
的类型 (#4984) (3963ad1) - notification: 添加
onClick
可观察对象 (#4989) (9224240), closes #4986 - space: 添加新组件 (#4928) (df01bd1), closes #4913
- table: 支持
nzQueryParams
(#4970) (79ea999) - tooltip,etc: 支持自定义源元素 (#4849) (863fd4b)
- tree: 支持虚拟滚动 (#4979) (6803a92), closes #4426 #3808 #3436 #2680 #1771
- 支持紧凑主题 (#4972) (2cf34d0)
BREAKING CHANGES
- notification:
- 用
NzMessageRef
替换NzMessageDataFilled
- 用
NzNotificationRef
替换NzNotificationDataFilled
- 用