Skip to content

Commit 704aa45

Browse files
authored
release(0.5.4): release 0.5.4 (#438)
1 parent a49a382 commit 704aa45

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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.5.3",
3+
"version": "0.5.4",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99

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

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+
1225
## 0.5.3
1326
`2017-09-30`
1427

0 commit comments

Comments
 (0)