17.0.0
2023-11-19
Bug Fixes
- autocomplete: fix the wrong value of internal nz-auto-option (#7907) (0a312e3)
- cron-expression: exception error & cancel format prompt copy (#8114) (ea69790)
- form: wrong element to focus when clicking label (#8135) (b3d135f)
- i18n: added missing translations to pl_PL (#7950) (7819426)
- i18n: update fa_IR translations (#8143) (4f63198)
- i18n: Update fr/be/ca translations (#8137) (211db31)
- mention: page not loading entirely (#8146) (9505c7c)
- resizable: fix pointer capture bug (#8169) (a0b8a0b)
- select: do not run tick when scrolling to activated value (#8159) (7ce50b3)
- slider: step can not click the problem (#7820) (1e1c753)
- table: custom column styles collapse when using nzScroll (#8044) (fde48f9)
- tree-select: 修复回显顺序问题 (#8108) (eb4077d)
- tree: nzCheckBoxChange never emitting (#8038) (a9dc205)
Features
- affix: support standalone component (#8037) (583883c)
- hash-code: add HashCode component (#8111) (0254ee2)
- image: add scale step (#8163) (5aa4db9)
- notification: support for more custom templates (#8046) (9689c42)
- schematics: support ng-add in standalone app (#8095) (c1b61f7)
- slider: add the ability to use a template (#7505) (7c79ab3)
- table: add
nzLabel
to include aria-label in checkboxes (#7903) (5834e46) - table: nzExpand supports custom icon (#7886) (1507ed0)
- tooltip,popover,popconfirm: make cdkConnectedOverlayPush open for tooltip (#8166) (a821c62)
17.0.0
2023-11-19
Bug Fixes
- autocomplete: 修复内部
nz-auto-option
的错误值 (#7907) (0a312e3) - cron-expression: 修复报错信息 (#8114) (ea69790)
- form: 修复点击 label 聚焦元素错误问题 (#8135) (b3d135f)
- i18n: 添加
pl_PL
语言 (#7950) (7819426) - i18n: 更新
fa_IR
语言 (#8143) (4f63198) - i18n: 更新
fr/be/ca
语言 (#8137) (211db31) - mention: 修复表单内未完全加载问题 (#8146) (9505c7c)
- resizable: 修复 pointer capture 问题 (#8169) (a0b8a0b)
- select: 性能优化 (#8159) (7ce50b3)
- slider: 修复 step 不可点击问题 (#7820) (1e1c753)
- table: 优化样式文件 (#8044) (fde48f9)
- tree-select: 修复回显顺序问题 (#8108) (eb4077d)
- tree: 修复 nzCheckBoxChange 事件未发出问题 (#8038) (a9dc205)
Features
- affix: 支持
standalone
用法 (#8037) (583883c) - hash-code: 新增
HashCode
组件 (#8111) (0254ee2) - image: 支持指定缩放步骤比例 (#8163) (5aa4db9)
- notification: 支持自定义 template (#8046) (9689c42)
- schematics: 支持
standalone
下 ng-add 命令 (#8095) (c1b61f7) - slider:
nzTipFormatter
支持 Template 类型 (#7505) (7c79ab3) - table: 添加
nzLabel
以在复选框中包含aria-label
(#7903) (5834e46) - table: 支持自定义展开图标 (#7886) (1507ed0)
- tooltip,popover,popconfirm: 暴露
cdkConnectedOverlayPush
配置 (#8166) (a821c62)