Skip to content

Commit 196a12a

Browse files
authored
release(0.6.7): release 0.6.7 (#762)
1 parent 805538c commit 196a12a

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-zorro-antd",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"scripts": {
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/NG-ZORRO/ng-zorro-antd/issues"
4141
},
4242
"dependencies": {
43-
"@angular/cdk": "5.0.0",
43+
"@angular/cdk": "^5.0.0",
4444
"moment": "^2.18.1",
4545
"tslib": "^1.7.1"
4646
},
@@ -90,7 +90,7 @@
9090
},
9191
"peerDependencies": {
9292
"@angular/animations": "^5.0.0",
93-
"@angular/cdk": "5.0.0",
93+
"@angular/cdk": "^5.0.0",
9494
"@angular/common": "^5.0.0",
9595
"@angular/core": "^5.0.0",
9696
"@angular/forms": "^5.0.0",

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

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,27 @@
99

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

12+
## 0.6.7
13+
`2017-12-15`
14+
15+
### Features
16+
* `InputNumber` 支持 `formatter``parser` 属性,可以自定义显示数据 [#740](https://github.com/NG-ZORRO/ng-zorro-antd/pull/740)
17+
* `Tooltip` `Popover` `Popconfirm` 支持 `nzMouseEnterDelay` `nzMouseLeaveDelay` 属性 [#758](https://github.com/NG-ZORRO/ng-zorro-antd/pull/758)
18+
19+
### Bug Fixes
20+
* `Select` 修复 `option` 发生改变时内部 `value` 没有变化的问题 [#754](https://github.com/NG-ZORRO/ng-zorro-antd/pull/754)
21+
* `Slider` 修复 `ngModel` 改变时没有生效的问题 [#743](https://github.com/NG-ZORRO/ng-zorro-antd/pull/743)
22+
* `DatePicker` 修复设置 `nzDisabledDate` 后仍可手动输入数据的问题 [#738](https://github.com/NG-ZORRO/ng-zorro-antd/pull/738)
23+
* `Calendar` 修复月份显示问题 [#737](https://github.com/NG-ZORRO/ng-zorro-antd/pull/737) [@Hsuan Lee](https://github.com/HsuanXyz)
24+
1225
## 0.6.6
1326
`2017-12-11`
1427

1528
### Bug Fixes
16-
* 修复 `Slider` 拖拽的问题 [#732]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/732)
17-
* 修复 `Rate` 点击失效的问题 [#728]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/728)
18-
* 修复 `DatePicker` 时间选择的问题 [#726]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/726)
19-
* 修复 `InputNumber` 超出边界值的问题 [#731]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/731)
29+
* 修复 `Slider` 拖拽的问题 [#732](https://github.com/NG-ZORRO/ng-zorro-antd/pull/732)
30+
* 修复 `Rate` 点击失效的问题 [#728](https://github.com/NG-ZORRO/ng-zorro-antd/pull/728)
31+
* 修复 `DatePicker` 时间选择的问题 [#726](https://github.com/NG-ZORRO/ng-zorro-antd/pull/726)
32+
* 修复 `InputNumber` 超出边界值的问题 [#731](https://github.com/NG-ZORRO/ng-zorro-antd/pull/731)
2033

2134

2235
## 0.6.5

0 commit comments

Comments
 (0)