Releases: NG-ZORRO/ng-zorro-antd
Releases · NG-ZORRO/ng-zorro-antd
17.4.1
17.4.1
2024-05-24
Bug Fixes
- card: use skeleton instead to card-loading-content (#8528) (a36ebd3)
- color-picker: avoid emitted twice nzOnChange event (#8530) (5dea059)
- list: static query list-item-action template (#8527) (85301e0)
- popconfirm: fix message icon style (#8511) (4f1f9bb)
- tooltip,popover,popconfirm: fix hydration error (#8512) (5009ec0)
Features
Performance Improvements
- back-top: remove the redundant changeDetectorRef (c1e39e7)
- qr-code: improved background drawing efficiency (#8543) (db09bf7)
17.4.1
2024-05-24
Bug Fixes
- card: 使用
skeleton
代替card-loading-content
(#8528) (a36ebd3) - color-picker: 避免两次
nzOnChange
事件 (#8530) (5dea059) - list: 静态查询列表项操作模板 (#8527) (85301e0)
- popconfirm: icon 样式丢失 (#8511) (4f1f9bb)
- tooltip,popover,popconfirm: SSR 引入的异常 (#8512) (5009ec0)
Features
Performance Improvements
17.4.0
17.4.0
2024-04-19
Bug Fixes
- autocomplete: remove
NgZone
dependency (#8462) (24bb1bc) - button: add
ant-btn-default
class (#8501) (1588199) - calendar: year dropdown update issue when date is changed programmatically (#8286) (ee68a2c)
- date-picker: remove unsafe style (#8458) (e6b83eb)
- drawer: remove inline style to resolve CSP issue (#8065) (5e89441)
- graph: bring back the disappeared arrows of edge (#8493) (342841c)
- graph: remove
NgZone
dependency (#8460) (a4ec21a) - icon: missing swap icon (#8433) (f1a4050)
- image: wrong next/prev btn in rtl mode (#8468) (886138d)
- list: remove
NgZone
dependency (#8439) (1ec0e76) - notification:
nzMaxStack
initial value error (#8451) (2c09162) - pagination: add accessible name for
nz-pagination-item
(#8476) (47ee143) - slider: fix the style of markers in vertical mode (#8494) (9bcce6c)
- tag: borderless style is invalid in default state (#8495) (b35e6d6), closes #8492
- typography: remove
NgZone
dependency (#8440) (af7fb5d) - upload: remove inline style to resolve CSP issue (#8064) (1ac84a8)
Features
- modal: supports masked layer response for each click (#8429) (31b90fa)
- notification: popup order adjustment (#8450) (742f14a)
- select: support
nzOptionHeightPx
in global config (#8504) (4efc5ab), closes #8503 - skeleton: support for square shape of skeleton button (#8481) (af1483a)
17.4.0
2024-04-19
Bug Fixes
- autocomplete: 移除
NgZone
依赖 (#8462) (24bb1bc) - button: 补充
ant-btn-default
Class (#8501) (1588199) - calendar: 修复年份下拉框数据更新异常问题 (#8286) (ee68a2c)
- date-picker: 移除内联样式 (#8458) (e6b83eb)
- drawer: 移除内联样式 (#8065) (5e89441)
- graph: 修复箭头渲染异常问题 (#8493) (342841c)
- graph: 移除
NgZone
依赖 (#8460) (a4ec21a) - icon: 补充 SwapOutline 图标 (#8433) (f1a4050)
- image: 修复 rtl 模式下预览切换按钮位置异常 (#8468) (886138d)
- list: 移除
NgZone
依赖 (#8439) (1ec0e76) - notification: 修复
nzMaxStack
初始值问题 (#8451) (2c09162) - pagination:
nz-pagination-item
支持可访问名称 (#8476) (47ee143) - slider: 修复垂直模式下标度刻记样式异常 (#8494) (9bcce6c)
- tag: 修复无边框样式异常 (#8495) (b35e6d6), closes #8492
- typography: 移除
NgZone
依赖 (#8440) (af7fb5d) - upload: 移除内联样式 (#8064) (1ac84a8)
Features
17.3.0
17.3.0
2024-03-11
Bug Fixes
- doc: replaced link for monaco editor options (#8393) (fdfc816)
- docs: fix progress, code-editor docs error (#8383) (407e76a)
- select: issue with nzScrollToBottom while display scaling (#8355) (bb0468e)
- avatar: avatar not re-scaling properly (#8365) (e7b1fa0)
- carousel: not adapting to new size when resizing (#8374) (6e1decb)
- cdk: zIndex is not used properly when creating overlay (#8373) (b932d65)
- i18n: add missing pt texts (#8426) (d575c53)
- i18n: added missing translations to ja_JP (#8290) (662b730)
- i18n: added missing translations to vi_VN (#8295) (987a799)
- tabs: slide indicator missing in small screens (#8372) (a0b08be)
- tabs: wrong cursor (#8386) (3dc1579)
Features
- improve schematics (#8411) (921f1c1)
- anchor: horizontal anchors (#8342) (9cc44f8)
- calendar: custom header (#8418) (ec7ec35)
- color-picker: built-in color-picker package (#8428) (534fe62)
- drawer: return componentRef when nzContent is a component (#8339) (f71162b)
- image: now supports horizontal and vertical flip (#8168) (e856515)
- image: zoom using mouse wheel (#8180) (4235c29)
- modal: draggable (#8419) (ce33294)
- modal: expose componentRef nzContent (#8389) (e53000e)
- segmented: now supports segmented with icon only (#8368) (e8dea7a)
- select: select max tag count (#8371) (18b898e)
17.3.0
2024-03-11
Bug Fixes
- doc: 更新 monaco editor 参考链接 (#8393) (fdfc816)
- docs: 修复部分文档问题 (#8383) (407e76a)
- select: 修复缩放页面时
nzScrollToBottom
未触发问题 (#8355) (bb0468e) - avatar: 修复部分场景无法正确缩放问题 (#8365) (e7b1fa0)
- carousel: 修复调整大小时不适应新的大小问题 (#8374) (6e1decb)
- cdk:
zIndex
设置问题 (#8373) (b932d65) - i18n: 添加国际化文案 (#8426) (d575c53)
- i18n: 添加国际化文案
ja_JP
(#8290) (662b730) - i18n: 添加国际化文案
vi_VN
(#8295) (987a799) - tabs: 修复小屏幕下
tab
定位样式丢失问题 (#8372) (a0b08be) - tabs: 修复光标样式 (#8386) (3dc1579)
Features
- 优化 schematics (#8411) (921f1c1)
- anchor: 支持水平锚点 (#8342) (9cc44f8)
- calendar: 支持自定义 header (#8418) (ec7ec35)
- color-picker: 转为内置
color-picker
组件 (#8428) (534fe62) - drawer:
nzContent
类型为组件时返回componentRef
(#8339) (f71162b) - image: 支持水平和垂直翻转 (#8168) (e856515)
- image: 支持鼠标滚动缩放 (#8180) (4235c29)
- modal: 支持拖拽 (#8419) (ce33294)
- modal:
nzContent
返回componentRef
对象 (#8389) (e53000e) - segmented: 支持仅图标展示 (#8368) (e8dea7a)
- select: 支持多选最大值设置 (#8371) (18b898e)
17.2.0
17.2.0
2024-01-29
Bug Fixes
- table: add missing import to nz-table-inner-scroll (#8328) (936317e)
- tree-select: fix search box exception when Chinese search (#8324) (aacd62b)
- pipeline job failed (#8367) (6024bcc)
Features
- color-picker: make color picker standalone (#8316) (b050474)
- tag: borderless mode (#8320) (e428083)
- timeline: allow custom color (#8335) (66a88db)
17.2.0
2024-01-29
Bug Fixes
- table: 修复
nz-table-inner-scroll
未正确 import 问题 (#8328) (936317e) - tree-select: 修复中文搜索异常问题 (#8324) (aacd62b)
- 修复 pipeline 依赖报错问题 (#8367) (6024bcc)
Features
17.1.0
17.1.0
2023-12-17
Bug Fixes
- fix logic for generating directive tags (#8171) (e37eab2)
- calendar: style radio button not apply (#8298) (996e141)
- core: warning cron parser common js dependencies (#8277) (138d666)
- cron-expression: output type error (#8189) (ad02381), closes #8188
- select: input clear when nzAutoClear (#8167) (fefcb68)
- tabs: aria controls have wrong value (#8237) (d9a2d27)
- tooltip: color of the tooltip arrow does not change (#8192) (bc344ed)
Features
- alert: support standalone component (#8182) (167bed0)
- anchor: support standalone component (#8185) (03cda21)
- autocomplete: support standalone component (#8193) (548e842)
- avatar: support standalone component (#8194) (4e2cb74)
- back-top: support standalone component (#8195) (db5d5f4)
- badge: support standalone component (#8201) (3d1427f)
- breadcrumb: support standalone component (#8202) (165f171)
- button: support standalone component (#8275) (3c09507)
- calendar: support standalone component (#8274) (80d68a3)
- card: component support standalone (#8273) (0902a4b)
- carousel: support standalone component (#8272) (e4244fb)
- cascader: support standalone component (#8271) (3ab6e5b)
- cdk: support standalone component (#8270) (d66bcba)
- checkbox: support standalone component (#8269) (1491fb3)
- code-editor: support standalone component (#8268) (24547c6)
- collapse: support standalone component (#8267) (dc43fa5)
- color-picker: disable alpha (#8178) (0bebd6a)
- comment: support standalone component (#8266) (5af11ea)
- core: make no-animation standalone (#8257) (de579bc)
- core: support standalone component (#8265) (c51e8da)
- cron-expression: support standalone component (#8264) (ae6ceeb)
- date-picker: support standalone component (#8263) (ac48fba)
- description: support standalone component (#8262) (128f4c0)
- divider: support standalone component (#8258) (3a7cd50)
- drawer: support standalone component (#8256) (2fbe4c0)
- dropdown: support standalone component #8254 (#8255) (c5df26f)
- empty: support standalone component (#8254) (15636d2)
- experimental-image: support standalone component (#8253) (7325781)
- flex: add flex component (#8145) (f8fedfc)
- form: support standalone component (#8252) (e742e39)
- graph: support standalone component (#8251) (d2f1d30)
- grid: support standalone component (#8250) (208652c)
- i18n: support standalone component (#8249) (a91cac7)
- icon: support standalone component (#8248) (b0dbfbc)
- image: support standalone component (#8200) (63b8777)
- input-number: support standalone component (#8246) (6210fa0)
- input: support standalone component (#8247) (0a7028c)
- layout: support standalone component (#8245) (d21f8a1)
- list: support standalone component (#8244) (1f3010f...
17.0.1
17.0.0
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)
16.2.2
16.2.1
16.2.1
2023-10-19
Bug Fixes
- inline external css (#8122) (42da190)
- color-picker: optimize demo copywriting and style (#8088) (6d03099)
- menu: ellipsis menu title content if overflow (#8055) (0674f78)
- tree-select: fixed the bug that the back shortcut key can delete the bug when the node is disabled (#8105) (07a1f5e)
Features
16.2.1
2023-10-19
Bug Fixes
@angular/cdk/overlay-prebuilt.css
样式报错 (#8122) (42da190)- color-picker: 优化
demo
展示 (#8088) (6d03099) - menu: menu title 溢出省略 (#8055) (0674f78)
- tree-select: 修复节点为禁用状态时,back快捷键能删除bug (#8105) (07a1f5e)
Features
16.2.0
16.2.0
2023-09-18
Bug Fixes
- list: fix the bug that synchrone action item are not displayed in the item (#7958) (3b6bdec)
- tree: fix nz-tree-node keep dragging class with nzBeforeDrop (#8015) (2d0b3f7)
- button: fix add class ant-btn-icon-only(#7631) (#7678) (7470ed6)
- cascader: customize the option title to undefined (#8011) (10003db), closes #8006
- core: resolve CSP errors (#8059) (295b333)
- cron-expression: clear console warnings (#7926) (b358345)
- date-picker: fix code comment (#7991) (8b6b653)
- i18n: update zh_TW.ts (#7901) (9bfce45)
- message: clean up DOM after usage (#7965) (71ead99), closes #7772
- message: fix the z-index of overlay (#8081) (b1d2095)
- notification: don't create new messageId for update (#8000) (e240264)
- qrcode: optimize demo display and nzPadding value (#8020) (078aaf9)
- table: remove empty space in custom columns (#8022) (15e244c)
- time-picker: modelChange trigger twice (#7902) (74c13a4)
- tree-view: re-rendering fix (#8035) (68cb4b2)
- tree: remove console.log (#8019) (fa0312a)
- watermark: removing the watermark fails to redraw (#8012) (030318e)
- showcase: ui bug in rtl mode inside the doc site (#8063) (d57b7da)
Features
- add provide function (#7952) (150c6ca)
- cascader: support for load options with observable (#8048) (1436f21)
- color-picker: add color-picker component (#8013) (8439704)
- cron-expression: add Unit Testing (#7993) (605e969)
- cron-expression: support nzDisabled && nzBorderless (#7992) (6d31bde)
- dropdown: close context menu on escape (#7915) (6d0032e)
- dropdown: improve
NzContextMenuService#create()
(#7768) (9b3e6cb) - form: support form label wrap (#7892) (37391de)
- input: hide stepper for type number (#8003) (0f3aed5)
- modal: Remove nzComponentParams in v16 (#7930) (baab16c)
- qrcode: padding & background color for qrcode (#8001) (718ba29)
- resizable: add direction parameter in NzResizeEvent (#7987) (4143473)
- resizable: support for multiple cursor types (#8042) (e564714)
- table: support display and sorting of custom table columns (#7966) (d26870f)
Performance Improvements
- select: ability to pass nzKey to nz-option (#8033) (e94da4e)
- select: remove unused types (#7850) (71c2138)
- tabs: need add .ant-tabs-tab class reduce css computing time consuming(#7935) (#7936) (198644a)
16.2.0
2023-09-18
Bug Fixes
- list: 修复同步操作项不显示在项目中的问题 (#7958) (3b6bdec)
- tree: 修复
nzBeforeDrop
拖拽样式不消失问题 (#8015) (2d0b3f7) - button: 添加
ant-btn-icon-only
class (#7631) (#7678) (7470ed6) - cascader: 修复自定义已选项后会出现 title undefined 问题 (#8011) (10003db), closes #8006
- core: 修复 CSP 问题 (#8059) (295b333)
- cron-expression: 清除 console 警告 (#7926) (b358345)
- date-picker: 更新代码注释 (#7991) (8b6b653)
- i18n: 更新国际化文案 (#7901) (9bfce45)
- message: 关闭后清理 DOM (#7965) (71ead99), closes [#7772...