File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments