Skip to content

Releases: NG-ZORRO/ng-zorro-antd

7.0.0-rc.3

26 Dec 04:30
Compare
Choose a tag to compare
7.0.0-rc.3 Pre-release
Pre-release

2018-12-26

Bug Fixes


7.0.0-rc.2 [deprecated]

25 Dec 03:36
Compare
Choose a tag to compare
Pre-release

2018-12-24

Bug Fixes

Features


Bug Fixes

Features

7.0.0-rc.1

12 Dec 06:41
Compare
Choose a tag to compare
7.0.0-rc.1 Pre-release
Pre-release

2018-12-11

Bug Fixes

Features


Bug Fixes

Features

7.0.0-rc.0

30 Nov 12:28
76b1d3b
Compare
Choose a tag to compare
7.0.0-rc.0 Pre-release
Pre-release

NO BREAK CHANGES

ng-zorro-antd will track the major version of @angular/core from 7.0.0-rc.0 like other angular libraries.

  • Support Angular 7.0
  • Work with latest @angular/cdk
  • Support OnPush in some components
  • Support SSR in some components
  • Fix some bugs

We are still working on it now, you can track this issue to get more information.


该版本不包含任何破坏性更新

从这个版本开始,ng-zorro-antd 将和其他 Angular 第三方库一样,保持与 Angular 的主版本号一致。当前版本已经完成了

  • 支持 Angular 7.0
  • 使用了 Angular CDK 7.0 的最新特性
  • 部分组件支持 OnPush
  • 部分组件支持了 SSR 的功能
  • 修复了部分 Bug

整体的工作仍然还在推进之中,用户可以通过追踪相关 ISSUE 来获得最新的进度更新。

1.8.1

25 Nov 06:11
Compare
Choose a tag to compare

Bug Fixes

Features


Bug Fixes

Features

1.8.0

26 Oct 16:41
7cb8548
Compare
Choose a tag to compare

Bug Fixes

Features

Performance Improvements


Bug Fixes

Features

  • icon: 新增全局ICON初始化及双色配置模式 (#2353) (bea1d05)
  • list: 新增空值情况下的 List 样式 (#2365) (e2d09a0), closes #2362

Performance Improvements

1.7.1

23 Oct 11:10
af7d472
Compare
Choose a tag to compare

Bug Fixes


Bug Fixes

  • drawer: 修复偏移量为百分比时的显示问题 (#2334) (9e07702), closes #2333
  • icon: 修复丢失图标问题 (#2321) (af4ddfb), closes #2326
  • icon: 修复图标使用方式更改引起的其他问题 (#2325) (8a0d412)
  • schematics: 修复 schematics 部分的问题 (#2328) (a7beda8)

1.7.0

19 Oct 09:03
9f1dafc
Compare
Choose a tag to compare

Note for SVG icon

After 1.7.0 version,we synced to Ant Design 3.9.x and replaced font icons with svg icons which bring benefits below:

  • Complete offline usage of icon, no dependency of alipay cdn font icon file and no more empty square during downloading than no need to deploy icon font files locally either.
  • Much more display accuracy in lower-level screens.
  • Support multiple colors for icon.
  • No need to change built-in icons with overriding styles by providing more props in component.

We make the old API compatible to this new component. You don't need to change your code but some configuration is required perhaps. You can find more about Icon API in section "SVG icon" and "Static loading and dynamic loading".

Bug Fixes

  • tabs: hide next and prev buttons when nzTabPosition is left or right (#2239) (3bb8be5)
  • breadcrumb: navigate within angular (#2283) (0c41306), closes #2254
  • button: fix button loading bug (#2251) (cb71e9b), closes #2191
  • cascader: fix error when nzOptions change and in search mode (#2241) (c3c2d26), closes #2105
  • cascader: fix support to nzLabelProperty (#2231) (37523c8), closes #2103
  • date-picker: fix the calendar not shown up when click on the icon (#2235) (8ffcfac), closes #2221
  • date-picker: use fixed width when "nzShowTime" settled for picker (#2236) (463a14c)
  • icon: fix broken icons (#2248) (e0d9987)
  • icon: fix icon classname writeback (#2259) (c6337c2)
  • list: fix does not trigger change detection correctly when from empty array to data array (#2199) (92c1a85)
  • select: fix space closing select panel (#2240) (3d7fe39), closes #2201
  • select,tree-select: prevent pop the dropdown when click remove (#2290) (4fa9367), closes #2276
  • spin: fix cdk change detection (#2255) (25671b6), closes #1819
  • table: fix filter table header in ant design 3.10 (#2260) (ebf151a)
  • upload: fix only allow type is picture or picture-card generate thumbnail (#2219) (8306111), closes #2216

Features


SVG icon 升级指南

在 1.7.0 版本后,我们与 Ant Design 3.9.x 同步,使用了 svg 图标替换了原先的 font 图标,从而带来了以下优势:

  • 可以离线化使用,不需要从支付宝 cdn 下载字体文件,图标不会因为网络问题呈现方块,也无需字体文件本地部署。
  • 在低端设备上 svg 有更好的清晰度。
  • 支持多色图标。
  • 对于内建图标的更换可以提供更多 API,而不需要进行样式覆盖。

我们尽可能地在不增加包体积的前提下对旧的 API 进行了兼容,你无需修改代码,但可能需要进行一些配置。关于 icon 的更多信息,请阅读 Icon API 的“SVG 图标”“静态加载与动态加载”两节。

Bug Fixes

Features

1.6.0

22 Sep 05:54
95954cc
Compare
Choose a tag to compare

1.6.0

2018-09-22

Bug Fixes

Features

Build

  • build: use ng-packagr to generate library (#2126)

Performance Improvements


Bug Fixes

Features

Build

  • build: 打包器切换至 ng-packagr (#2126)

Performance Improvements

  • table: 提升固定表头时 table 的性能 (#2157) (cde5fb0)

1.5.0

09 Sep 09:08
Compare
Choose a tag to compare

1.5.0

2018-09-09

Bug Fixes

  • drawer: provide custom scroll strategy (#2095) (b993068), closes #2070
  • modal: fix generic type of the "nzComponentParams" for user to gain more type intellisense (#1812) (6ef1185)

Features


Bug Fixes

  • drawer: 修复 Drawer 组件弹出导致body出现滚动条问题 (#2095) (b993068), closes #2070
  • modal: 修复 nzComponentParams 类型支持 (#1812) (6ef1185)

Features