20.3.0
2025-09-16
Features
- carousel: support
nzArrows
(#9355) (1b9714b) - check-list: add badge and default checked (#9343) (235b493)
- i18n: enhance
provideNzI18n
to support factory function (#9393) (1371265) - mention: support
nzClear
(#9377) (cbecebf) - mention: support
nzVariant
(#9379) (d92568b) - segmented: support
nzShape
(#9368) (ffce6c3) - segmented: support
nzName
and keyboard interactions (#9373) (ebd8bdc) - upload: support promise return type for
nzBeforeUpload
(#9402) (cece107)
Bug Fixes
- badge: after setting
nzColor
, display incorrect (#9376) (e9abf92) - input: variant underline style on hover (#9400) (74c2173)
- segmented: fix
NG0950
error (#9386) (e82fc01) - select: refactor multiple select styles (#9409) (38f9065)
- schematics: add
less
as devDependencies if choosing custom theme in non-less project (#9412) (a18cffd)
20.3.0
2025-09-16
Features
- carousel: 新增
nzArrows
属性 (#9355) (1b9714b) - check-list: 清单项支持定义默认是否完成 (#9343) (235b493)
- i18n:
provideNzI18n
支持 factory function 作为参数 (#9393) (1371265) - mention: 新增
nzClear
属性 (#9377) (cbecebf) - mention: 新增
nzVariant
属性 (#9379) (d92568b) - segmented: 新增
nzShape
属性 (#9368) (ffce6c3) - segmented: 新增
nzName
属性并支持键盘交互 (#9373) (ebd8bdc) - upload:
nzBeforeUpload
支持 promise 返回类型 (#9402) (cece107)