From 3eca8212c0892c565b3110b67b04a7141de11953 Mon Sep 17 00:00:00 2001 From: VTHINKXIE Date: Sun, 28 Jan 2018 17:28:52 +0800 Subject: [PATCH] release(0.6.13): release 0.6.13 (#981) --- package.json | 2 +- src/showcase/nz-intro-changelog/README.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 79ef45e883d..9a9480cad03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-zorro-antd", - "version": "0.6.12", + "version": "0.6.13", "license": "MIT", "description": "An enterprise-class UI components based on Ant Design and Angular", "scripts": { diff --git a/src/showcase/nz-intro-changelog/README.md b/src/showcase/nz-intro-changelog/README.md index a24992d1a11..d5bbaaef797 100644 --- a/src/showcase/nz-intro-changelog/README.md +++ b/src/showcase/nz-intro-changelog/README.md @@ -9,6 +9,16 @@ 更新日志也可以在[Github](https://github.com/NG-ZORRO/ng-zorro-antd/releases)查看 +# 0.6.13 +`2018-01-28` + +### Bug Fixes + +* `Alert` 修复 `[alert-description]` 不生效的问题 [#980](https://github.com/NG-ZORRO/ng-zorro-antd/pull/980) +* `Menu` 修复初始状态收起的展示问题 [#979](https://github.com/NG-ZORRO/ng-zorro-antd/pull/979) +* `DatePicker` 修复下拉菜单在浏览器边缘的显示问题 [#966](https://github.com/NG-ZORRO/ng-zorro-antd/pull/966) [@Hsuan Lee](https://github.com/HsuanXyz) +* `Select` 修复 label title的显示问题 [#928](https://github.com/NG-ZORRO/ng-zorro-antd/pull/928) [@Hsuan Lee](https://github.com/HsuanXyz) + # 0.6.12 `2018-01-20`