14.1.0
2022-10-09
Bug Fixes
- cascader: fix wrong format of docs (#7604) (8b92c63)
- i18n: update it_IT.ts (#7646) (aecb788)
- pagination: add ul tag (#7500) (becdd68)
- segmented: fix index.less not imported in entry.less (#7624) (1d6a646)
- select: fix broken cdk virtual scroll integration (#7642) (1f10a9c)
- select: input field length restricted to 82px (#7626) (82159e3)
- statistic: remove top-level redundant
div
element (#7659) (07df410) - steps: remove top-level redundant
div
element (#7582) (60beabc) - typography: focus the element and set the value even if the zone is already stable (#7320) (2d2fe33)
Features
- popconfirm: support async close (#7533) (797b261)
- select: support placement (#7537) (dda0e6d)
- date-picker: add nzShowWeekNumber property (#7621) (2cb80fc)
- menu: add support nzPlacement for nz-submenu (#7420) (b1223bd), closes #4743
- select: add string array support for nzDropdownClassName (#7643) (966dc8f)
- time-picker: support input readonly (#7660) (2dcefe2)
14.1.0
2022-10-09
Bug Fixes
- cascader: 修复文档格式 (#7604) (8b92c63)
- i18n: 更新国际化文案 (#7646) (aecb788)
- pagination: dom 结构添加
ul
标签以同步antd
结构 (#7500) (becdd68) - segmented: 修复
index.less
文件未导入问题 (#7624) (1d6a646) - select: 修复虚拟滚动出现空白区域问题 (#7642) (1f10a9c)
- select: 修复
select
组件内输入框input
元素宽度不占满问题 (#7626) (82159e3) - statistic: 移除顶层多余的
div
元素 (#7659) (07df410) - steps: 移除顶层多余的
div
元素 (#7582) (60beabc) - typography: 修复部分场景下聚焦元素不生效问题 (#7320) (2d2fe33)
Features
- popconfirm: 支持异步关闭 (#7533) (797b261)
- select: 支持指定弹出位置 (#7537) (dda0e6d)
- date-picker: 新增
nzShowWeekNumber
属性显示周数 (#7621) (2cb80fc) - menu: 支持指定弹出位置 (#7420) (b1223bd), closes #4743
- select:
nzDropdownClassName
属性支持string
数组 (#7643) (966dc8f) - time-picker: 新增
nzInputReadOnly
属性支持input
标签设置为只读 (#7660) (2dcefe2)