File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed
src/showcase/nz-intro-changelog Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-zorro-antd" ,
3
- "version" : " 0.6.6 " ,
3
+ "version" : " 0.6.7 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " An enterprise-class UI components based on Ant Design and Angular" ,
6
6
"scripts" : {
40
40
"url" : " https://github.com/NG-ZORRO/ng-zorro-antd/issues"
41
41
},
42
42
"dependencies" : {
43
- "@angular/cdk" : " 5.0.0" ,
43
+ "@angular/cdk" : " ^ 5.0.0" ,
44
44
"moment" : " ^2.18.1" ,
45
45
"tslib" : " ^1.7.1"
46
46
},
90
90
},
91
91
"peerDependencies" : {
92
92
"@angular/animations" : " ^5.0.0" ,
93
- "@angular/cdk" : " 5.0.0" ,
93
+ "@angular/cdk" : " ^ 5.0.0" ,
94
94
"@angular/common" : " ^5.0.0" ,
95
95
"@angular/core" : " ^5.0.0" ,
96
96
"@angular/forms" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 9
9
10
10
更新日志也可以在[ Github] ( https://github.com/NG-ZORRO/ng-zorro-antd/releases ) 查看
11
11
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
+
12
25
## 0.6.6
13
26
` 2017-12-11 `
14
27
15
28
### 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 )
20
33
21
34
22
35
## 0.6.5
You can’t perform that action at this time.
0 commit comments