File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/showcase/nz-intro-changelog Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-zorro-antd" ,
3
- "version" : " 0.5.3 " ,
3
+ "version" : " 0.5.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " An enterprise-class UI components based on Ant Design and Angular" ,
6
6
"scripts" : {
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.5.4
13
+ ` 2017-10-14 `
14
+
15
+ ### Features
16
+ * ` InputNumber ` 增加对 ` nzBlur ` , ` nzFocus ` 属性(事件)的支持 [ 406] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/406 ) [ @Hsuan Lee] ( https://github.com/HsuanXyz )
17
+
18
+ ### Bug Fixes
19
+ * ` DatePicker ` 修复了当` nzMode ` 置为` month ` 时没有改变` ngModel ` 值的问题 [ #421 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/421 ) [ @Hsuan Lee] ( https://github.com/HsuanXyz )
20
+ * ` Modal ` 修复了当弹出框显示后切换路由时,body滚动条没有恢复显示的问题 [ #415 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/415 ) [ @Hsuan Lee] ( https://github.com/HsuanXyz )
21
+
22
+ ### Docs
23
+ * 修正` Modal ` 文档中` nzClickHide ` 的默认值 [ 408] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/408 ) [ @zverbeta ] ( https://github.com/zverbeta )
24
+
12
25
## 0.5.3
13
26
` 2017-09-30 `
14
27
You can’t perform that action at this time.
0 commit comments