Skip to content

Commit 68163a4

Browse files
authored
release(0.6.2): release 0.6.2 (#637)
1 parent aea80c4 commit 68163a4

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.6.1",
3+
"version": "0.6.2",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"scripts": {

src/showcase/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ export class AppComponent implements OnInit {
1717
searchComponent = null;
1818
versionList = [
1919
'0.5.x',
20-
'0.6.0'
20+
'0.6.x'
2121
];
22-
currentVersion = '0.6.0';
22+
currentVersion = '0.6.x';
2323

2424
constructor(private router: Router, private title: Title) {
2525

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99

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

12+
## 0.6.2
13+
`2017-11-29`
14+
15+
### Features
16+
* `Steps` 支持动态数据更新 [#629](https://github.com/NG-ZORRO/ng-zorro-antd/pull/629)
17+
* `Slider` 支持 `nzMarks`属性动态更新 [#636](https://github.com/NG-ZORRO/ng-zorro-antd/pull/636)
18+
* `Table``Pagination` 支持自定义分页下拉数据 [#608](https://github.com/NG-ZORRO/ng-zorro-antd/pull/608) [@hllinc](https://github.com/hllinc)
19+
20+
1221
## 0.6.1
1322
`2017-11-26`
1423

0 commit comments

Comments
 (0)