Skip to content

Releases: NG-ZORRO/ng-zorro-antd

16.0.0

31 May 06:12
3d1c8b6
Compare
Choose a tag to compare

16.0.0

2023-05-31

Install ng-zorro-antd

$ cd PROJECT-NAME
$ ng add [email protected]

Bug Fixes


16.0.0

2023-05-31

安装 ng-zorro-antd

对于 standalone 模式请手动参考文档添加

$ cd PROJECT-NAME
$ ng add [email protected]

Bug Fixes

  • date-picker: 修复 ng-untouched 问题 (#7922) (9ebcf72)
  • date-picker: 修复跨年选择周期显示不正确问题 (#7923) (e7f9538)
  • datepicker: 修复 ngModel 未更新问题 (#7948) (100796c)
  • slider: 修复首个禁用失效问题 (#7947) (ad2faf4), closes #7943

15.1.0

03 Apr 02:53
538ef21
Compare
Choose a tag to compare

15.1.0

2023-04-02

Bug Fixes

Features

Performance Improvements

  • avatar: do not run change detection on timer and update styles directly (#7862) (1c48745)
  • date-picker: do not trigger change detection on mousedown (#7860) (1171460)

15.1.0

2023-04-02

Bug Fixes

  • docs: 更新升级文档描述 (#7890) (78541e1)
  • datepicker: 更新相同值触发 OnChange 事件 (#7815) (3602abc)
  • radio: 触发 focusblur 时间时更新 touch 状态 (#7885) (39f0cea), closes #7877
  • time-picker: 修复 AM/PM 选择器隐藏问题 (#7701) (129e944)
  • tooltip: 修复测试代码报错问题 (#7893) (3dfa655)

Features

Performance Improvements

  • avatar: 减少触发不必要的脏值检测 (#7862) (1c48745)
  • date-picker: 减少触发不必要的脏值检测 (#7860) (1171460)

15.0.2

16 Jan 02:40
532d6ef
Compare
Choose a tag to compare

15.0.2

2023-01-15

Bug Fixes

  • checkbox: checkbox group can't be disable initially (#7806) (eb2cb04)

15.0.2

2023-01-15

Bug Fixes

15.0.1

10 Jan 05:39
9f7e256
Compare
Choose a tag to compare

15.0.1

2023-01-09

Bug Fixes

  • components: fix errors that some form components can't be disabled (#7786) (bc673e7)

15.0.1

2023-01-09

Bug Fixes

  • components: 修复部分组件禁用属性未生效情况 (#7786) (bc673e7)

15.0.0

22 Dec 13:31
61a9ec9
Compare
Choose a tag to compare

15.0.0

2022-12-21

Install ng-zorro-antd

$ cd PROJECT-NAME
$ ng add [email protected]

Bug Fixes

Performance Improvements


15.0.0

2022-12-21

安装 ng-zorro-antd

$ cd PROJECT-NAME
$ ng add [email protected]

Bug Fixes

Performance Improvements

14.3.0

11 Dec 15:03
e82fda7
Compare
Choose a tag to compare

14.3.0

2022-12-11

Bug Fixes

  • tree: nz-tree-drop-indicator for custom tree node templates (#7579) (5996019)
  • input: textarea-count combined with nzHasFeedback location (#7709) (ddd44d2), closes #7574
  • list: specify template ref context to match instantiation (#7756) (4eb32fd)
  • select: disabled option can be selected by Enter (#7686) (5bdf244)
  • tree: tree select search slow in virtual mode (#7385) (21208f0)

Features

  • cron-expression: Optimize cron result display & support custom rendering cron time (#7750) (1820da5)
  • date-picker: add ElementRef type to nzSeparator (#7721) (3771512)
  • select: select on Tab support (#7728) (d9f9092)
  • tree-select: support to set placement (#7551) (325971e)

14.3.0

2022-12-11

Bug Fixes

  • tree: 修复自定义节点时拖拽目标样式未显示问题 (#7579) (5996019)
  • input: 修复 nzHasFeedback 样式问题 (#7709) (ddd44d2), closes #7574
  • list: 指定 context 上下文类型 (#7756) (4eb32fd)
  • select: 修复禁用选项被 Enterd 键选择问题 (#7686) (5bdf244)
  • tree: 修复组件搜索性能问题 (#7385) (21208f0)

Features

  • cron-expression: 支持自定义渲染时间能力 (#7750) (1820da5)
  • date-picker: nzSeparator 属性支持 template 方式使用 (#7721) (3771512)
  • select: 支持 Tab 键 (#7728) (d9f9092)
  • tree-select: 支持设置下拉展开位置 (#7551) (325971e)

14.2.1

28 Nov 04:32
31c1f77
Compare
Choose a tag to compare

14.2.1

2022-11-27

Bug Fixes

  • animation: fix animation.disabled triggering condition (#7739) (2df4860)
  • i18n: add missing hu texts (#7733) (de71300)
  • select: activated value resetting during load on scroll (#7725) (9e08be9)

14.2.1

2022-11-27

Bug Fixes

  • animation: 修复部分组件动画失效问题 (#7739) (2df4860)
  • i18n: 添加缺失的匈牙利语 (#7733) (de71300)
  • select: 修复滚动加载情况下选中值行为 (#7725) (9e08be9)

14.2.0

21 Nov 15:19
790e011
Compare
Choose a tag to compare

14.2.0

2022-11-21

Bug Fixes

  • cron-expression: clear ul & li default style (#7715) (726ded3)
  • date-picker: arrow in wrong position for RTL direction (#7690) (41b56e4)
  • date-picker: fix datePicker show multi panel (#7680) (ee4872e), closes #7450
  • descriptions: nzStringTemplateOutlet title style error (#7704) (bec3b42), closes #7698
  • icon: re-enter Angular zone after icons have been loaded (#7719) (754ded6)
  • image: preview the local upload image error (#7615) (616f59f)

Features

  • alert: support custom icon (#7691) (cc014a1)
  • carousel: nzLoop to prevent the carousel to go in a loop (#7693) (e3103f0)
  • cron-expression: add cron-expression component (#7677) (3a638af)
  • popconfirm: make nzOkDanger coerce to boolean (#7720) (f6a8044)

14.2.0

2022-11-21

Bug Fixes

  • cron-expression: 优化组件样式 (#7715) (726ded3)
  • date-picker: 修复 RTL 模式下箭头位置错误问题 (#7690) (41b56e4)
  • date-picker: 修复重复组件问题 (#7680) (ee4872e), closes #7450
  • descriptions: 修复 nzStringTemplateOutlet 标题样式问题 (#7704) (bec3b42), closes #7698
  • icon: 修复部分情况下未及时更新情况 (#7719) (754ded6)
  • image: 修复预览本地图片错误问题 (#7615) (616f59f)

Features

  • alert: 支持自定义图标 (#7691) (cc014a1)
  • carousel: nzLoop 属性支持手动指定是否循环 (#7693) (e3103f0)
  • cron-expression: 新增 cron 表达式组件 (#7677) (3a638af)
  • popconfirm: 支持 nzOkDanger 类型自转换 (#7720) (f6a8044)

14.1.1

16 Oct 06:46
1a16154
Compare
Choose a tag to compare

14.1.1

2022-10-16

Bug Fixes

  • code-editor: fix declaration of Window as monaco-editor (#7676) (bdf6507)
  • date-picker: fix datePicker can't clear (#7671) (ba90876), closes #7534

14.1.1

2022-10-16

Bug Fixes

  • code-editor: 修复 Window 定义与 monaco-editor 最新版本不匹配问题 (#7676) (bdf6507)
  • date-picker: 修复清除按钮无效问题 (#7671) (ba90876), closes #7534

14.1.0

11 Oct 10:32
16e61be
Compare
Choose a tag to compare

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


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)