Skip to content

Commit 3eca821

Browse files
authored
release(0.6.13): release 0.6.13 (#981)
1 parent 7c34c10 commit 3eca821

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-zorro-antd",
3-
"version": "0.6.12",
3+
"version": "0.6.13",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"scripts": {

src/showcase/nz-intro-changelog/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

1010
更新日志也可以在[Github](https://github.com/NG-ZORRO/ng-zorro-antd/releases)查看
1111

12+
# 0.6.13
13+
`2018-01-28`
14+
15+
### Bug Fixes
16+
17+
* `Alert` 修复 `[alert-description]` 不生效的问题 [#980](https://github.com/NG-ZORRO/ng-zorro-antd/pull/980)
18+
* `Menu` 修复初始状态收起的展示问题 [#979](https://github.com/NG-ZORRO/ng-zorro-antd/pull/979)
19+
* `DatePicker` 修复下拉菜单在浏览器边缘的显示问题 [#966](https://github.com/NG-ZORRO/ng-zorro-antd/pull/966) [@Hsuan Lee](https://github.com/HsuanXyz)
20+
* `Select` 修复 label title的显示问题 [#928](https://github.com/NG-ZORRO/ng-zorro-antd/pull/928) [@Hsuan Lee](https://github.com/HsuanXyz)
21+
1222
# 0.6.12
1323

1424
`2018-01-20`

0 commit comments

Comments
 (0)