github NG-ZORRO/ng-zorro-antd 14.0.0

latest releases: 18.0.1, 18.0.0, 17.4.1...
22 months ago

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)

Don't miss a new ng-zorro-antd release

NewReleases is sending notifications on new releases.