Skip to content

Commit ce5b0bc

Browse files
authored
release(0.5.5): release 0.5.5 (#467)
1 parent 98e2579 commit ce5b0bc

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

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.4",
3+
"version": "0.5.5",
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: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,33 @@
99

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

12+
## 0.5.5
13+
`2017-10-21`
14+
15+
### Features
16+
* `Steps``vertical` 模式下支持 `nzProgressDot` 属性 [#446](https://github.com/NG-ZORRO/ng-zorro-antd/pull/446) [@Hsuan Lee](https://github.com/HsuanXyz)
17+
* `Calendar` 增加年份变量至模板属性 [#465](https://github.com/NG-ZORRO/ng-zorro-antd/pull/465)
18+
19+
### Bug Fixes
20+
* `Dropdown` 修复特定情况下 `unsubscribe` 的问题 [#464](https://github.com/NG-ZORRO/ng-zorro-antd/pull/464)
21+
* `Dropdown` 修复 nzVisibleChange 事件触发的逻辑 [#466](https://github.com/NG-ZORRO/ng-zorro-antd/pull/466)
22+
23+
### Docs
24+
* 增加对 `Input``Textarea` 属性的说明 [#435](https://github.com/NG-ZORRO/ng-zorro-antd/pull/435) [@Liu, An-Chi](https://github.com/tigercosmos)
25+
26+
1227
## 0.5.4
1328
`2017-10-14`
1429

1530
### Features
16-
* `InputNumber` 增加对 `nzBlur`, `nzFocus` 属性(事件)的支持 [406](https://github.com/NG-ZORRO/ng-zorro-antd/pull/406) [@Hsuan Lee](https://github.com/HsuanXyz)
31+
* `InputNumber` 增加对 `nzBlur`, `nzFocus` 属性(事件)的支持 [#406](https://github.com/NG-ZORRO/ng-zorro-antd/pull/406) [@Hsuan Lee](https://github.com/HsuanXyz)
1732

1833
### Bug Fixes
1934
* `DatePicker` 修复了当`nzMode`置为`month`时没有改变`ngModel`值的问题 [#421](https://github.com/NG-ZORRO/ng-zorro-antd/pull/421) [@Hsuan Lee](https://github.com/HsuanXyz)
2035
* `Modal` 修复了当弹出框显示后切换路由时,body滚动条没有恢复显示的问题 [#415](https://github.com/NG-ZORRO/ng-zorro-antd/pull/415) [@Hsuan Lee](https://github.com/HsuanXyz)
2136

2237
### Docs
23-
* 修正`Modal`文档中`nzClickHide`的默认值 [408](https://github.com/NG-ZORRO/ng-zorro-antd/pull/408) [@zverbeta](https://github.com/zverbeta)
38+
* 修正`Modal`文档中`nzClickHide`的默认值 [#408](https://github.com/NG-ZORRO/ng-zorro-antd/pull/408) [@zverbeta](https://github.com/zverbeta)
2439

2540
## 0.5.3
2641
`2017-09-30`

0 commit comments

Comments
 (0)