Bug Fixes
- core:config: fix empty check (#5537) (fd979f7)
- date-picker: nzDateRender render incorrectly (#5529) (fa7c7b4)
- i18n: export missing languages from public-api (#5515) (57b1180), closes #5510
- list: nz-list-item-actions rendered nothing (#5465) (c126035), closes #5393
- select: fix select scroll render buffer (#5536) (089421c), closes #5456
- table: fix table filter false or 0 error (#5535) (56f052c), closes #5505
- table: fix table no data colSpan (#5533) (7f133af), closes #5509 #5481
- tooltip: replace public api with more specific ones (#5449) (a165eda), closes #5365
- upload: fix
uploadError
of undefined (#5476) (71218d1), closes #5472
Features
- datapicker: add [nzInputReadOnly] (#4534) (#5488) (13875cb)
- drawer: support get component instance for content (#5498) (bf160b6), closes #5489 #3283
- popconfirm: add
nzPopconfirmShowArrow
property (#5361) (#5483) (516e02d) - resizable: add
nzDisabled
property (#5475) (4d44d2e) - timeline: support custom position (#5478) (12e6b6f), closes #5470
- tooltip: add more specific api (#5449) (#5512) (352e5e7)
- upload: add
nzPreviewIsImage
property (#5525) (e55a586), closes #5520 #4990
Bug Fixes
- date-picker: 修复 nzDateRender 渲染错误 (#5529) (fa7c7b4)
- i18n: 修复部分语言包未导出的问题 (#5515) (57b1180), closes #5510
- list: 修复 nz-list-item-actions 渲染问题 (#5465) (c126035), closes #5393
- select: 修复渲染缓冲区导致的显示问题 (#5536) (089421c), closes #5456
- table: 修复 filter 值为 false 或 0 的问题 (#5535) (56f052c), closes #5505
- table: 修复 table 在无数据时 colSpan 的问题 (#5533) (7f133af), closes #5509 #5481
- tooltip: 修复部分 API 定义 (#5449) (a165eda), closes #5365
- upload: 修复
uploadError
错误的情况 (#5476) (71218d1), closes #5472
Features
- datapicker: 新增
[nzInputReadOnly]
支持 (#4534) (#5488) (13875cb) - drawer: 支持获取 component 实例的方法 (#5498) (bf160b6), closes #5489 #3283
- popconfirm: 支持
nzPopconfirmShowArrow
属性 (#5361) (#5483) (516e02d) - resizable: 支持
nzDisabled
属性 (#5475) (4d44d2e) - timeline: 支持自定义位置 (#5478) (12e6b6f), closes #5470
- upload: 增加
nzPreviewIsImage
属性 (#5525) (e55a586), closes #5520 #4990