Skip to content

Commit bda29de

Browse files
authored
release(0.6.8): release 0.6.8 (#797)
1 parent 6eac0b0 commit bda29de

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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.7",
3+
"version": "0.6.8",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@
99

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

12+
## 0.6.8
13+
`2017-12-21`
14+
15+
### Features
16+
* 与 Ant Design 2.13.11 交互及样式同步 [#777](https://github.com/NG-ZORRO/ng-zorro-antd/pull/777)
17+
18+
### Bug Fixes
19+
* `Popconfirm` 修复点击背景弹出框不消失的问题 [#786](https://github.com/NG-ZORRO/ng-zorro-antd/pull/786)
20+
* `Modal` 修复部分类型错误 [#784](https://github.com/NG-ZORRO/ng-zorro-antd/pull/784)
21+
* `Table` 修复初始排序时样式问题 [#781](https://github.com/NG-ZORRO/ng-zorro-antd/pull/781)
22+
* 修复所有下拉框宽度修改后未同步的问题 [#780](https://github.com/NG-ZORRO/ng-zorro-antd/pull/780)
23+
24+
### Other
25+
* 加速 `Dropdown` 组件的动画效果 [#783](https://github.com/NG-ZORRO/ng-zorro-antd/pull/783)
26+
*`Affix` 进行了优化 [#708](https://github.com/NG-ZORRO/ng-zorro-antd/pull/708) [@Trotyl Yu](https://github.com/trotyl)
27+
1228
## 0.6.7
1329
`2017-12-15`
1430

0 commit comments

Comments
 (0)