2021-03-23
Bug Fixes
- mention: preserve white spaces when insert suggestions (#6505) (d5ed97e), closes #6175
- tooltip: detect trigger change (#6470) (e8e7dc3), closes #6469
- dropdown: dropdown animations (#6143) (70da5a2), closes #6018
- pagination: fix class name in NzPaginationItemComponent (#6485) (0e326e7)
- date-picker,core,i18n: import date-fns by esm (#6524) (fb4eeae)
- descriptions: fix dom structure under vertical layout (#6513) (ef0f3a5)
- modal: fix incorrect assignment of 'nzFooter' (#6468) (85ea273), closes #6467
- rate: fix invalid type of
nzCount
instrictTemplates
(#6457) (4d28a60) - space: add missing exports (#6521) (e0073e4)
- table: virtual scroll bordered style (#6493) (c2f44be)
- tooltip: keep tooltip visibility when trigger is null (#6489) (0de0e6f)
Features
- all: global config for
nzBackdrop
(#6380) (ba80ec3), closes #6029 #6177 - modal: add nzModalTitle directive (#6396) (25f6c27), closes #4343 #6337
- space: add
nzSplit
support (#6487) (c535f06)
Deprecated
- space:
nz-space-item
innz-space
will be removed in 12.0.0, please use*nzSpaceItem
instead.
Bug Fixes
- mention: 插入建议时保留空白 (#6505) (d5ed97e), closes #6175
- tooltip: 修复
nzTooltipTrigger
改变时没有侦测变化的问题 (#6470) (e8e7dc3), closes #6469 - dropdown: 修复动画失效的问题 (#6143) (70da5a2), closes #6018
- pagination: 修复 NzPaginationItemComponent 中的类名问题 (#6485) (0e326e7)
- date-picker,core,i18n: 使用 es module 来引入 date-fns (#6524) (fb4eeae)
- descriptions: 修复在 vertical 布局下的 DOM 结构问题 (#6513) (ef0f3a5)
- modal: 修复
nzFooter
错误赋值的问题(#6468) (85ea273), closes #6467 - rate: 修复
nzCount
的无效类型 (#6457) (4d28a60) - space: 补全需要导出的类 (#6521) (e0073e4)
- table: 修复虚拟滚动下的边框样式问题 (#6493) (c2f44be)
- tooltip: 当
nzTooltipTrigger
为空时保持显示 (#6489) (0de0e6f)
Features
- all: 新增
nzBackdrop
的全剧配置 (#6380) (ba80ec3), closes #6029 #6177 - modal: 新增
[nzModalTitle]
指令 (#6396) (25f6c27), closes #4343 #6337 - space: 新增
nzSplit
(#6487) (c535f06)
Deprecated
- space: 在
nz-space
中的nz-space-item
将会在 12.0.0 移除, 请使用*nzSpaceItem
代替。