20.4.0
2025-10-31
Features
- cascader: control the visibility of popup panel by
nzOpen(#9448) (4d5ec65) - cascader: toggle checkbox of option by
ENTERkey in multiple mode (#9457) (e02f1f4) - float-button: support
nzBadge(#9489) (12beec7) - form: support
nzRequiredMark(#9447) (800b6cf) - input-number: add affix and addon inputs (#9451) (dbebd02)
- input: add
nzAllowClearinput andnzClearcallback (#9452) (830b4b3) - input: introduce new component
nz-input-wrapper(#9408) (a8e56ec), closes #9403 - input: add affix and addon inputs to
nz-input-wrapper(#9450) (763f69e) - input: introduce
nz-input-searchdirective (#9483) (af6f590) - input: introduce
nz-input-passworddirective (#9460) (f80832a) - message: add support for custom styles and classes (#9427) (2f866b3)
- pagination: support
nzAlign(#9433) (88d0864) - segmented: add default name if
nzNameis not provided (#9466) (33f8142)
Bug Fixes
- badge: should
nzStylework even ifnzColoris not provided (#9486) (4424eb0) - cascader: display activated column correctly when reopen the popup panel (#9456) (7802a39)
20.4.0
2025-10-31
Features
- cascader: 支持通过设置
nzOpen使弹出面板完全受控 (#9448) (4d5ec65) - cascader: 多选模式下支持通过
ENTER按钮改变选项 checkbox 值 (#9457) (e02f1f4) - float-button: 新增
nzBadge属性设置徽标 (#9489) (12beec7) - form: 新增
nzRequiredMark属性自定义必选与可选样式 (#9447) (800b6cf) - input-number: 新增前置和后置元素的 inputs 属性 (#9451) (dbebd02)
- input: 新增
nzAllowClear属性以及nzClear回调 (#9452) (830b4b3) - input: 新增组件
nz-input-wrapper(#9408) (a8e56ec), closes #9403 - input: 为
nz-input-wrapper新增前置和后置元素的 inputs 属性 (#9450) (763f69e) - input: 新增
nz-input-search指令 (#9483) (af6f590) - input: 新增
nz-input-password指令 (#9460) (f80832a) - message: 支持自定义样式 (#9427) (2f866b3)
- pagination: 新增
nzAlign属性 (#9433) (88d0864) - segmented:
nzName未设置时支持默认 name (#9466) (33f8142)