Skip to content

Releases: NG-ZORRO/ng-zorro-antd

14.0.0

26 Aug 02:54
8e25b50
Compare
Choose a tag to compare

14.0.0

2022-08-25

Install ng-zorro-antd

$ cd PROJECT-NAME
$ ng add ng-zorro-antd@14.0.0

Bug Fixes

  • steps: remove top-level redundant div element (#7582) (60beabc)

Features

- <i nz-icon nzType="search" nzTheme="outline"></i>
+ <span nz-icon nzType="search" nzTheme="outline"></span>

BREAKING CHANGES


14.0.0

2022-08-25

安装 ng-zorro-antd

$ cd PROJECT-NAME
$ ng add ng-zorro-antd@14.0.0

Bug Fixes

Features

  • icon: nz-icon 使用方式从 i 元素变更为 span 元素 (#7586) (7242111)
  • popconfirm: 支持基于 Promise 的异步关闭 (#7533) (797b261)
- <i nz-icon nzType="search" nzTheme="outline"></i>
+ <span nz-icon nzType="search" nzTheme="outline"></span>

BREAKING CHANGES

  • pagination: dom 结构中添加 ul 标签 (#7500) (becdd68)

14.0.0-beta.0

01 Aug 09:54
f18149a
Compare
Choose a tag to compare

14.0.0-beta.0

2022-08-01

Not recommended for production environment

Install ng-zorro-antd

$ cd PROJECT-NAME
$ ng add ng-zorro-antd@14.0.0-beta.0

Features

- <i nz-icon nzType="search" nzTheme="outline"></i>
+ <span nz-icon nzType="search" nzTheme="outline"></span>

2022-08-01

beta 版本不建议在生产环境使用

安装 ng-zorro-antd

$ cd PROJECT-NAME
$ ng add ng-zorro-antd@14.0.0-beta.0

Features

  • icon: nz-icon 使用方式从 i 元素变更为 span 元素 (#7586) (7242111)
- <i nz-icon nzType="search" nzTheme="outline"></i>
+ <span nz-icon nzType="search" nzTheme="outline"></span>

13.4.0

25 Jul 15:14
f18149a
Compare
Choose a tag to compare

13.4.0

2022-07-25

Bug Fixes

  • datepicker: focus input when opened programmatically (#7512) (b3a27d8)
  • transfer: uncheck "Select all" checkbox when filtered items are moved (#7419) (1e9c11e)

Features

Performance Improvements

  • transfer: add trackBy to the list and track by the hide property (#7424) (0587236)

13.4.0

2022-07-25

Bug Fixes

  • datepicker: 修复手动打开组件未正确聚焦输入框问题 (#7512) (b3a27d8)
  • transfer: 修复选择/反选操作未正确显示问题 (#7419) (1e9c11e)

Features

Performance Improvements

  • transfer: 增加 trackBy 方法减少渲染消耗 (#7424) (0587236)

13.3.2

25 Jun 13:40
64b7389
Compare
Choose a tag to compare

13.3.2

2022-06-26

Bug Fixes

  • input-number: fix errors before initialization (#7531) (800e6f4)

13.3.2

2022-06-26

Bug Fixes

  • input-number: 修复引入 input number 模块报错问题 (#7531) (800e6f4)

13.3.1

20 Jun 04:13
44d9770
Compare
Choose a tag to compare

13.3.1

2022-06-20

Bug Fixes

  • input, input-number, steps: fix styles in components (#7522) (222b225)

13.3.1

2022-06-20

Bug Fixes

  • input, input-number, steps: 修复组件部分场景下的样式问题 (#7522) (222b225)

13.3.0

15 Jun 12:11
59d6ef4
Compare
Choose a tag to compare

13.3.0

2022-06-15

Bug Fixes

Features


13.3.0

2022-06-15

Bug Fixes

  • icon: 修复 deleteOutline 图标缺失问题 (#7499) (ba6bade)
  • tooltip: 修复首次显示时位置不正确问题 (#7457) (23a2fd5), closes #7453
  • transfer: 修复在表单内部使用时错误触发 submit 问题 (#7413) (0cfebca), closes #7410

Features

13.2.2

12 May 10:17
ed8188a
Compare
Choose a tag to compare

13.2.2

2022-05-12

Bug Fixes

  • tree-view: trigger markforcheck after nodes changed (#7426) (a702674)

13.2.2

2022-05-12

Bug Fixes

  • tree-view: 修复虚拟滚动模式下动态添加数据未正确更新问题 (#7426) (a702674)

13.2.1

27 Apr 08:47
f09ba57
Compare
Choose a tag to compare

13.2.1

2022-04-27

Bug Fixes

  • code-editor: remove monaco-editor dependency in config.ts (#7392) (929084d)

13.2.1

2022-04-27

Bug Fixes

  • code-editor: 移除 NZ_CONFIG monaco-editor 强依赖 (#7392) (929084d)

13.2.0

26 Apr 09:41
6e5376e
Compare
Choose a tag to compare

13.2.0

2022-04-26

Bug Fixes

  • carousel: fix nzAfterChange callback value not correctly (#7326) (b517bd4), closes #7323
  • cascader: fix the problem of disappearing drop-down menu (#7381) (3d41ce0)
  • cascader: update position when click menu item (#7306) (4c669a5)
  • i18n: update fr translations (#7364) (64e1c7c)
  • list: re-enter the Angular zone when the NgZone.onStable emits (#7314) (425f8df)
  • modal: no longer trigger any action when closing (#7336) (d169452)
  • popconfirm: reverting missing nzPopconfirmVisibleChange (#7338) (561041c)
  • upload: fix upload drag drop will open new tab in firefox 91 and 92 (#7190) (9b51874)

Features

  • code-editor: add global configuration to support monaco require config (#7121) (21ec517)
  • code-editor: support MonacoEnvironment config in NZ_CONFIG (#7359) (4dfd9cd), closes #6502
  • image: nz-image add press left or right to switch image (#7321) (b5f82b5)
  • input-number: add nzReadOnly property (#7372) (0da7496), closes #7369

Performance Improvements

  • anchor: mark scroll listener as passive (#7330) (aab060f)
  • back-top: mark scroll listener as passive (#7329) (7f3c4e1)
  • cascader: do not run change detection on change event (#7312) (cb803f9)
  • image: do not run change detection when the image preview is clicked (#7309) (752a5b6)
  • input-number: do not run change detection when mouseup and mouseleave events are dispatched on handlers (#7313) (54386ef)
  • modal: call focus() on the next rendering frame to prevent frame drop (#7293) (106d346)
  • resizable: mark mousedown and touchstart listeners as passive (#7331) (518997b)
  • tree-view: do not run change detection when the nz-tree-node-checkbox is clicked (#7307) (1e0872b)

13.2.0

2022-04-26

Bug Fixes

  • carousel: 修复 nzAfterChange 回调未正确触发问题 (#7326) (b517bd4), closes #7323
  • cascader: 修复 hover 模式选项框无法错误隐藏问题 (#7381) (3d41ce0)
  • cascader: 修复选项框超出区域被遮挡问题 (#7306) (4c669a5)
  • i18n: 修复部分翻译缺失问题 (#7364) (64e1c7c)
  • list: 修复 NgZone.onStable 事件后未正确触发脏值检测问题 (#7314) (425f8df)
  • modal: 关闭弹窗过程中忽略点击确认取消按钮行为 (#7336) (d169452)
  • popconfirm: 修复 nzPopconfirmVisibleChange 未触发问题 (#7338) (561041c)
  • upload: 修复在 Firefox 91/92 版本中拖拽文件会打开新页面问题 (#7190) (9b51874)

Features

  • code-editor: 支持设置自定义配置以支持 monaco editor 配置 (#7121) (21ec517)
  • code-editor: 支持在 NZ_CONFIG 定义 window.MonacoEnvironment (#7359) (4dfd9cd), closes #6502
  • image: 支持点击键盘左右方向键切换图片 (#7321) (b5f82b5)
  • input-number: 增加 nzReadOnly 属性支持只读方式 (#7372) (0da7496), closes #7369

Performance Improvements

  • anchor: 使用 passive 改善的滚屏性能 (#7330) (aab060f)
  • back-top: 使用 passive 改善的滚屏性能 (#7329) (7f3c4e1)
  • cascader: 减少触发不必要的脏值检测 (#7312) (cb803f9)
  • image: 减少触发不必要的脏值检测 (#7309) (752a5b6)
  • input-number: 减少触发不必要的脏值检测 (#7313) (54386ef)
  • modal: 优化在不同设备上渲染帧率效果 (#7293) (106d346)
  • resizable: 使用 passive 改善性能 (#7331) (518997b)
  • tree-view: 减少触发不必要的脏值检测 (#7307) (1e0872b)

13.1.1

03 Mar 07:52
d8ec154
Compare
Choose a tag to compare

13.1.1

2022-03-03

Bug Fixes

  • collapse: markForCheck after collapse title clicked (#7284) (b7433a9)
  • icon: do not try to load SVG on the Node.js side since it will throw an error (#7290) (fe0484f), closes #7240
  • select: exact match while searching should be active (#6816) (48d2a25), closes #6812
  • upload: fix the problem that the transformed file is lost (#7206) (b82d2f3)

13.1.1

2022-03-03

Bug Fixes

  • collapse: 修复点击无法正常展开收起问题 (#7284) (b7433a9)
  • icon: 修复 SSR 构建加载 svg icon 抛错问题 (#7290) (fe0484f), closes #7240
  • select: 修复搜索未正确匹配下拉选择项问题 (#6816) (48d2a25), closes #6812
  • upload: 修复 nzTransformFile 转换上传的文件功能未正确转换文件问题 (#7206) (b82d2f3)